Skip to content

Commit

Permalink
Merge pull request #73 from gocd/bump-k8s
Browse files Browse the repository at this point in the history
Bump plugins and testing tools to latest versions
  • Loading branch information
chadlwilson authored Dec 11, 2022
2 parents 56c8f09 + 0f7183b commit 130d338
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
strategy:
matrix:
k8s: # See https://hub.docker.com/r/kindest/node/tags and https://endoflife.date/kubernetes
- v1.20.15 # EOL 2022-02-28
- v1.21.14 # EOL 2022-06-28
- v1.22.15 # EOL 2022-10-28
- v1.23.13 # EOL 2023-02-28
- v1.24.7 # EOL 2023-07-28
- v1.25.3 # EOL 2023-10-27
- v1.26.0 # EOL 2024-02-28
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.10.1 # See https://github.com/helm/helm/releases
version: v3.10.2 # See https://github.com/helm/helm/releases

- uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Helm
uses: azure/[email protected]
with:
version: v3.10.1
version: v3.10.2

- name: Run chart-releaser
uses: helm/[email protected]
Expand Down
3 changes: 3 additions & 0 deletions gocd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.0.1
* Test against Kubernetes 1.26.0 (thanks to @chadlwilson)
* Bump pre-installed plugins to latest patched versions (thanks to @chadlwilson)
### 2.0.0
* [5f5f69a8](https://github.com/gocd/helm-chart/commit/5f5f69a8): Require Kubernetes 1.20+ for use with chart (drops support for EOL Kubernetes versions) (thanks to @chadlwilson)
* [5f5f69a8](https://github.com/gocd/helm-chart/commit/5f5f69a8): Change default behaviour of persistent volumes to check permissions only on the root (thanks to @chadlwilson)
Expand Down
2 changes: 1 addition & 1 deletion gocd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: gocd
home: https://www.gocd.org/
version: 2.0.0
version: 2.0.1
appVersion: 22.3.0
description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease.
icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png
Expand Down
6 changes: 3 additions & 3 deletions gocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ server:
# server.env.extraEnvVars is the list of environment variables passed to GoCD Server
extraEnvVars:
- name: GOCD_PLUGIN_INSTALL_kubernetes-elastic-agents
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v3.8.2-350/kubernetes-elastic-agent-3.8.2-350.jar
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v3.8.2-356/kubernetes-elastic-agent-3.8.2-356.jar
- name: GOCD_PLUGIN_INSTALL_docker-registry-artifact-plugin
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.3.1-329/docker-registry-artifact-plugin-1.3.1-329.jar
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.3.1-345/docker-registry-artifact-plugin-1.3.1-345.jar
service:
# server.service.type is the GoCD Server service type
type: "NodePort"
Expand Down Expand Up @@ -449,7 +449,7 @@ tests:
# A BATS image to supply test runner, see https://hub.docker.com/r/bats/bats/tags
batsImage: "bats/bats:1.8.2"
# A image containing bash, curl and busybox|coreutils for executing tests, see https://github.com/containeroo/alpine-toolbox/releases
curlImage: "ghcr.io/containeroo/alpine-toolbox:2.0.20"
curlImage: "ghcr.io/containeroo/alpine-toolbox:2.0.27"
# Specify an array of imagePullSecrets to pull from private registries
# You need to manually create secrets in the namespace
# See https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
Expand Down

0 comments on commit 130d338

Please sign in to comment.