Skip to content

Commit

Permalink
Apply template updates (#308)
Browse files Browse the repository at this point in the history
* Apply template updates

* Update Goreleaser action
  • Loading branch information
marcauberer committed Apr 16, 2022
1 parent 7aad1b4 commit 1b2323d
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: v1.8.1
version: v1.8.2
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/backend/adguard-home/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{
"text": "Which version of AdGuard Home do you want to use?",
"type": 2,
"defaultValue": "0.107.5",
"defaultValue": "0.107.6",
"variable": "ADGUARD_VERSION"
}
],
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/backend/django/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{
"text": "Which Django version do you want to use?",
"type": 2,
"defaultValue": "4.0.3",
"defaultValue": "4.0.4",
"variable": "DJANGO_VERSION"
},
{
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/backend/nexus/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"text": "Which version of Nexus do you want to use?",
"type": 2,
"defaultValue": "3.38.0",
"defaultValue": "3.38.1",
"variable": "NEXUS_VERSION"
}
],
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/backend/node/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{
"text": "Which version of Node do you want to use?",
"type": 2,
"defaultValue": "17.8",
"defaultValue": "17.9",
"variable": "NODE_VERSION"
}
],
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/backend/pi-hole/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{
"text": "Which version of Pi-hole do you want to use?",
"type": 2,
"defaultValue": "2022.02.1",
"defaultValue": "2022.04.2",
"variable": "PI_HOLE_VERSION"
}
],
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/backend/plex/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"text": "Which version of Plex do you want to use?",
"type": 2,
"defaultValue": "1.25.8",
"defaultValue": "1.25.9",
"variable": "PLEX_VERSION"
}
],
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/backend/rails/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{
"text": "Which Ruby version do you want to use (must specified in format x.y.z)?",
"type": 2,
"defaultValue": "3.1.1",
"defaultValue": "3.1.2",
"variable": "RAILS_RUBY_VERSION"
},
{
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/backend/rocket/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{
"text": "Which version of Rust do you want to use?",
"type": 2,
"defaultValue": "1.59",
"defaultValue": "1.60",
"variable": "ROCKET_RUST_VERSION"
}
],
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/backend/spring-gradle/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{
"text": "Spring version",
"type": 2,
"defaultValue": "2.6.5",
"defaultValue": "2.6.6",
"variable": "SPRING_GRADLE_VERSION"
},
{
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/backend/spring-maven/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"text": "Spring version",
"type": 2,
"defaultValue": "2.6.5",
"defaultValue": "2.6.6",
"variable": "SPRING_MAVEN_VERSION"
},
{
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/database/elasticsearch/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"text": "Which Elasticsearch version do you want to use?",
"type": 2,
"defaultValue": "8.1.1",
"defaultValue": "8.1.2",
"variable": "ELASTICSEARCH_VERSION",
"advanced": true
}
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/database/faunadb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{
"text": "Which FaunaDB version do you want to use?",
"type": 2,
"defaultValue": "4.10.0",
"defaultValue": "4.11.0",
"variable": "FAUNADB_VERSION",
"advanced": true
}
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/database/influxdb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
"text": "Which InfluxDB version do you want to use?",
"type": 2,
"defaultValue": "2.1",
"defaultValue": "2.2",
"variable": "INFLUXDB_VERSION",
"advanced": true
}
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/database/neo4j/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{
"text": "Which Neo4j version do you want to use?",
"type": 2,
"defaultValue": "4.4.4",
"defaultValue": "4.4.5",
"variable": "NEO4J_VERSION",
"advanced": true
}
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/database/scylladb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{
"text": "Which ScyllaDB version do you want to use?",
"type": 2,
"defaultValue": "4.6.0",
"defaultValue": "4.6.2",
"variable": "SCYLLADB_VERSION",
"advanced": true
},
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/frontend/gitlab/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"text": "Which version of GitLab do you want to use?",
"type": 2,
"defaultValue": "14.9.1",
"defaultValue": "14.9.3",
"variable": "GITLAB_VERSION",
"advanced": true
}
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/frontend/grafana/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"text": "Which version of Grafana do you want to use?",
"type": 2,
"defaultValue": "8.4.4",
"defaultValue": "8.4.6",
"variable": "GRAFANA_VERSION",
"advanced": true
}
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/frontend/matomo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
"text": "Which version of Matomo do you want to use?",
"type": 2,
"defaultValue": "4.8",
"defaultValue": "4.9",
"variable": "MATOMO_VERSION"
}
]
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/frontend/uptime-kuma/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"text": "Which version of Uptime Kuma do you want to use?",
"type": 2,
"defaultValue": "1.13.1",
"defaultValue": "1.14.0",
"variable": "UPTIME_KUMA_VERSION"
}
],
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/frontend/youtrack/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"text": "Which version of YouTack do you want to use (latest not available)?",
"type": 2,
"defaultValue": "2022.1.43911",
"defaultValue": "2022.1.45133",
"variable": "YOUTRACK_VERSION",
"advanced": true
}
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/proxy/traefik/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
{
"text": "Which version of of Traefik Proxy do you want to use?",
"defaultValue": "2.6.2",
"defaultValue": "2.6.3",
"type": 2,
"variable": "TRAEFIK_PROXY_VERSION",
"advanced": true
Expand Down

0 comments on commit 1b2323d

Please sign in to comment.