Skip to content

Commit

Permalink
Bump pre-installed plugins to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jul 9, 2024
1 parent 6e8067f commit a6cd31c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
k8s: # See https://hub.docker.com/r/kindest/node/tags for valid tags
# For relevant EOLs https://endoflife.date/kubernetes / https://endoflife.date/amazon-eks / https://endoflife.date/azure-kubernetes-service / https://endoflife.date/google-kubernetes-engine
- v1.30.0 # EOL 2025-06-28 (latest 2025-07-25 for EKS)
- v1.30.2 # EOL 2025-06-28 (latest 2025-07-25 for EKS)
- v1.29.4 # EOL 2025-02-28 (latest 2025-03-23 for EKS)
- v1.28.9 # EOL 2024-10-28 (latest 2024-11-30 for AKS)
- v1.27.13 # EOL 2024-06-28 (latest 2024-08-31 for GKE)
Expand Down
2 changes: 2 additions & 0 deletions gocd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 2.8.1
* Bump pre-installed plugins to latest patched versions (thanks to @chadlwilson)
### 2.8.0
* [76329cd](https://github.com/gocd/helm-chart/commit/76329cd): Bump up GoCD Version to 24.2.0
* Bump pre-installed plugins to latest patched versions (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.8.0
version: 2.8.1
appVersion: 24.2.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 @@ -144,9 +144,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/v4.1.0-555/kubernetes-elastic-agent-4.1.0-555.jar
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v4.1.0-561/kubernetes-elastic-agent-4.1.0-561.jar
- name: GOCD_PLUGIN_INSTALL_docker-registry-artifact-plugin
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.4.0-719/docker-registry-artifact-plugin-1.4.0-719.jar
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.4.0-729/docker-registry-artifact-plugin-1.4.0-729.jar
service:
# server.service.type is the GoCD Server service type
type: "NodePort"
Expand Down Expand Up @@ -456,7 +456,7 @@ tests:
# A BATS image to supply test runner, see https://hub.docker.com/r/bats/bats/tags
batsImage: "bats/bats:1.11.0"
# 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.2.0"
curlImage: "ghcr.io/containeroo/alpine-toolbox:2.4.0"
# 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 a6cd31c

Please sign in to comment.