From b31b4654a53a30bbaf4d2ecb6c799b8f5b1e74f3 Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Tue, 15 Oct 2024 15:18:23 +0800 Subject: [PATCH 1/4] chore: bump ssh-portal-api and ssh-token versions to v0.41.2 --- charts/lagoon-core/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/lagoon-core/values.yaml b/charts/lagoon-core/values.yaml index 41ae684a..ccd63022 100644 --- a/charts/lagoon-core/values.yaml +++ b/charts/lagoon-core/values.yaml @@ -885,7 +885,7 @@ sshPortalAPI: repository: ghcr.io/uselagoon/lagoon-ssh-portal/ssh-portal-api pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.37.2" + tag: "v0.41.2" podAnnotations: {} @@ -958,7 +958,7 @@ sshToken: repository: ghcr.io/uselagoon/lagoon-ssh-portal/ssh-token pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.37.2" + tag: "v0.41.2" podAnnotations: {} From da803b1d3b79ff47c5f9ce374e44ba1b3bd2cffd Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Tue, 15 Oct 2024 15:18:52 +0800 Subject: [PATCH 2/4] chore: bump lagoon-core chart version --- charts/lagoon-core/Chart.yaml | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 7de6f1a5..f1f870d2 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -21,7 +21,7 @@ type: application # time you make changes to the chart and its templates, including the app # version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.48.0 +version: 1.49.0 # This is the version number of the application being deployed. This version # number should be incremented each time you make changes to the application. @@ -41,21 +41,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: update Lagoon appVersion to v2.21.0 + description: update ssh-portal-api and ssh-token to v0.41.2 links: - - name: lagoon-core v2.21.0 release - url: https://github.com/uselagoon/lagoon/releases/tag/v2.21.0 - - kind: changed - description: update insights-handler to v0.0.6 - links: - - name: insights-remote v0.0.6 release - url: https://github.com/uselagoon/insights-handler/releases/tag/v0.0.6 - - kind: changed - description: update ssh-portal and ssh-token to v0.37.2 - links: - - name: ssh-portal v0.37.2 release - url: https://github.com/uselagoon/lagoon-ssh-portal/releases/tag/v0.37.2 - - kind: changed - description: add broker-flag-enable pre-upgrade job - - kind: changed - description: add KEYCLOAK_FRONTEND_URL variable to api deployment + - name: lagoon-ssh-portal releases + url: https://github.com/uselagoon/lagoon-ssh-portal/releases From 75876ce7d00c49641b8f44613d4fed00fdec0966 Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Tue, 15 Oct 2024 15:19:15 +0800 Subject: [PATCH 3/4] chore: bump ssh-portal to version v0.41.2 --- charts/lagoon-remote/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/lagoon-remote/values.yaml b/charts/lagoon-remote/values.yaml index b3ff9055..cc83007c 100644 --- a/charts/lagoon-remote/values.yaml +++ b/charts/lagoon-remote/values.yaml @@ -126,7 +126,7 @@ sshPortal: repository: ghcr.io/uselagoon/lagoon-ssh-portal/ssh-portal pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.37.0" + tag: "v0.41.2" service: type: LoadBalancer From 66c72c604d191a8c53cd3b34be463fbab1b6e5e9 Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Tue, 15 Oct 2024 15:19:34 +0800 Subject: [PATCH 4/4] chore: bump lagoon-remote chart version --- charts/lagoon-remote/Chart.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/charts/lagoon-remote/Chart.yaml b/charts/lagoon-remote/Chart.yaml index 8b371955..e9872bdb 100644 --- a/charts/lagoon-remote/Chart.yaml +++ b/charts/lagoon-remote/Chart.yaml @@ -19,7 +19,7 @@ type: application # This is the chart version. This version number should be incremented each # time you make changes to the chart and its templates, including the app # version. -version: 0.94.0 +version: 0.95.0 dependencies: - name: lagoon-build-deploy @@ -41,9 +41,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: remove docker-host connection test in CI - - kind: changed - description: update insights-remote to v0.0.11 + description: update ssh-portal to v0.41.2 links: - - name: insights-remote v0.0.11 release - url: https://github.com/uselagoon/insights-remote/releases/tag/v0.0.11 + - name: lagoon-ssh-portal releases + url: https://github.com/uselagoon/lagoon-ssh-portal/releases