From 7869373411f45341238ec0e38ebd12ea8e2b267c Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Fri, 10 May 2024 16:48:14 +0800 Subject: [PATCH 01/12] chore: bump lagoon-opensearch-sync to v0.8.0 --- charts/lagoon-core/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/lagoon-core/values.yaml b/charts/lagoon-core/values.yaml index c86774e88..944aee306 100644 --- a/charts/lagoon-core/values.yaml +++ b/charts/lagoon-core/values.yaml @@ -912,7 +912,7 @@ opensearchSync: repository: ghcr.io/uselagoon/lagoon-opensearch-sync pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.7.1" + tag: "v0.8.0" # debug logging toggle debug: false From 440d8ade951933c7c523b4dc6b272cca7c7a7ee7 Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Fri, 10 May 2024 16:52:44 +0800 Subject: [PATCH 02/12] chore: bump lagoon-core chart version --- charts/lagoon-core/Chart.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 95ebb6dd9..03317bbe0 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.44.0 +version: 1.45.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,6 +41,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: add SSH_ENDPOINT vars to api service - - kind: changed - description: update Lagoon appVersion to v2.18.2 + description: bump lagoon-opensearch-sync to v0.8.0 + links: + - name: lagoon-opensearch-sync v0.8.0 release + url: https://github.com/uselagoon/lagoon-opensearch-sync/releases/tag/v0.8.0 From 4b5c731325e723a6ffc4165bb53cdb5ad1d78b6f Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Mon, 13 May 2024 11:02:54 +0800 Subject: [PATCH 03/12] chore: bump ssh-token and ssh-portal-api versions to v0.36.0 --- 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 c86774e88..520ef0f0d 100644 --- a/charts/lagoon-core/values.yaml +++ b/charts/lagoon-core/values.yaml @@ -869,7 +869,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.30.1" + tag: "v0.36.0" podAnnotations: {} @@ -942,7 +942,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.30.1" + tag: "v0.36.0" podAnnotations: {} From 3457da4cb53d271a85c0eb6c8a1700b3bc79c6b8 Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Mon, 13 May 2024 11:03:18 +0800 Subject: [PATCH 04/12] chore: bump ssh-portal to version v0.36.0 --- 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 6a211e75f..9caae9888 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.34.0" + tag: "v0.36.0" service: type: LoadBalancer From 91aca46ed7ab22626b24541ec955b5357c79eb7c Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Mon, 13 May 2024 11:06:46 +0800 Subject: [PATCH 05/12] chore: bump lagoon-core chart version --- charts/lagoon-core/Chart.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 95ebb6dd9..393ad5377 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.44.0 +version: 1.45.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,6 +41,12 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: add SSH_ENDPOINT vars to api service + description: bump ssh-portal-api from v0.30.1 to version v0.36.0 + links: + - name: ssh-portal-api releases + url: https://github.com/uselagoon/lagoon-ssh-portal/releases - kind: changed - description: update Lagoon appVersion to v2.18.2 + description: bump ssh-token from v0.30.1 to version v0.36.0 + links: + - name: ssh-token releases + url: https://github.com/uselagoon/lagoon-ssh-portal/releases From e8791ed29be58f4c20ca1b29258ce5ccd161ed74 Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Mon, 13 May 2024 11:08:35 +0800 Subject: [PATCH 06/12] chore: bump lagoon-remote chart version --- charts/lagoon-remote/Chart.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/lagoon-remote/Chart.yaml b/charts/lagoon-remote/Chart.yaml index d5f5fba20..65cc2916a 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.88.1 +version: 0.89.0 dependencies: - name: lagoon-build-deploy @@ -41,4 +41,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: update storage-calculator to v0.5.3 + description: bump ssh-portal from v0.34.0 to version v0.36.0 + links: + - name: ssh-portal releases + url: https://github.com/uselagoon/lagoon-ssh-portal/releases From 0d9d0ce567c9cac4bab7bbf93b401b258a4edd44 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Thu, 16 May 2024 12:02:29 +1000 Subject: [PATCH 07/12] chore: switch upstream in prep for release test --- .github/workflows/test-suite.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index 73a03daaa..69cbea3ce 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -123,8 +123,8 @@ jobs: if: | (steps.list-changed.outputs.changed == 'true') || (contains(github.event.pull_request.labels.*.name, 'needs-testing')) - # run: make -j8 -O fill-test-ci-values TESTS=[${{ matrix.test }}] IMAGE_REGISTRY=testlagoon IMAGE_TAG=main OVERRIDE_BUILD_DEPLOY_DIND_IMAGE=uselagoon/build-deploy-image:main OVERRIDE_ACTIVE_STANDBY_TASK_IMAGE=testlagoon/task-activestandby:main - run: make -j8 -O fill-test-ci-values TESTS=[${{ matrix.test }}] + run: make -j8 -O fill-test-ci-values TESTS=[${{ matrix.test }}] IMAGE_REGISTRY=testlagoon IMAGE_TAG=main OVERRIDE_BUILD_DEPLOY_DIND_IMAGE=uselagoon/build-deploy-image:main OVERRIDE_ACTIVE_STANDBY_TASK_IMAGE=testlagoon/task-activestandby:main + # run: make -j8 -O fill-test-ci-values TESTS=[${{ matrix.test }}] - name: Free up some disk space if: | From 91d04d40d2b4f27db38a12a69e69c6339bd3743e Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Thu, 16 May 2024 12:52:04 +1000 Subject: [PATCH 08/12] chore: bump insights-handler from v0.0.4 to version v0.0.5 --- charts/lagoon-core/Chart.yaml | 5 +++++ charts/lagoon-core/values.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index b80898947..7faee4614 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -55,3 +55,8 @@ annotations: links: - name: ssh-token releases url: https://github.com/uselagoon/lagoon-ssh-portal/releases + - kind: changed + description: bump insights-handler from v0.0.4 to version v0.0.5 + links: + - name: ssh-portal releases + url: https://github.com/uselagoon/insights-handler/releases/tag/v0.0.5 diff --git a/charts/lagoon-core/values.yaml b/charts/lagoon-core/values.yaml index 060cf19dc..19308b782 100644 --- a/charts/lagoon-core/values.yaml +++ b/charts/lagoon-core/values.yaml @@ -623,7 +623,7 @@ insightsHandler: repository: uselagoon/insights-handler pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v0.0.4" + tag: "v0.0.5" podAnnotations: {} From 7a2399a7278842eb3bd1e728f807f8e4973558d8 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Thu, 16 May 2024 12:52:19 +1000 Subject: [PATCH 09/12] chore: bump insights-remote from v0.0.9 to version v0.0.10 --- charts/lagoon-remote/Chart.yaml | 6 ++++++ charts/lagoon-remote/values.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/lagoon-remote/Chart.yaml b/charts/lagoon-remote/Chart.yaml index 65cc2916a..0aa4e8807 100644 --- a/charts/lagoon-remote/Chart.yaml +++ b/charts/lagoon-remote/Chart.yaml @@ -45,3 +45,9 @@ annotations: links: - name: ssh-portal releases url: https://github.com/uselagoon/lagoon-ssh-portal/releases + - kind: changed + description: bump insights-remote from v0.0.9 to version v0.0.10 + links: + - name: ssh-portal releases + url: https://github.com/uselagoon/insights-remote/releases/tag/v0.0.10 + diff --git a/charts/lagoon-remote/values.yaml b/charts/lagoon-remote/values.yaml index 9caae9888..eba88a19d 100644 --- a/charts/lagoon-remote/values.yaml +++ b/charts/lagoon-remote/values.yaml @@ -219,7 +219,7 @@ insightsRemote: repository: uselagoon/insights-remote pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v0.0.9" + tag: "v0.0.10" imagePullSecrets: [] nameOverride: "" From 999bebdf30347006848fe0542244a76e5353b100 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Thu, 16 May 2024 12:54:10 +1000 Subject: [PATCH 10/12] chore: bump remote-calculator from v0.5.3 to version v0.6.0 --- charts/lagoon-remote/Chart.yaml | 6 +++++- charts/lagoon-remote/values.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/lagoon-remote/Chart.yaml b/charts/lagoon-remote/Chart.yaml index 0aa4e8807..b398310e1 100644 --- a/charts/lagoon-remote/Chart.yaml +++ b/charts/lagoon-remote/Chart.yaml @@ -50,4 +50,8 @@ annotations: links: - name: ssh-portal releases url: https://github.com/uselagoon/insights-remote/releases/tag/v0.0.10 - + - kind: changed + description: bump remote-calculator from v0.5.3 to version v0.6.0 + links: + - name: ssh-portal releases + url: https://github.com/uselagoon/storage-calculator/releases/tag/v0.6.0 diff --git a/charts/lagoon-remote/values.yaml b/charts/lagoon-remote/values.yaml index eba88a19d..80e6e14a8 100644 --- a/charts/lagoon-remote/values.yaml +++ b/charts/lagoon-remote/values.yaml @@ -373,4 +373,4 @@ storageCalculator: repository: uselagoon/remote-calculator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v0.5.3 + tag: v0.6.0 From 8565222cdf16a626481544afad9d5cd842956a8b Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 17 May 2024 11:48:17 +1000 Subject: [PATCH 11/12] run with latest upstream images From 5c9c24c8609b7fe17578ac8689f5ec75e8cc03f4 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 17 May 2024 18:16:00 +1000 Subject: [PATCH 12/12] chore: update Lagoon appVersion to v2.19.0 --- .github/workflows/test-suite.yaml | 4 ++-- charts/lagoon-core/Chart.yaml | 9 +++++++-- charts/lagoon-test/Chart.yaml | 6 +++--- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index 69cbea3ce..73a03daaa 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -123,8 +123,8 @@ jobs: if: | (steps.list-changed.outputs.changed == 'true') || (contains(github.event.pull_request.labels.*.name, 'needs-testing')) - run: make -j8 -O fill-test-ci-values TESTS=[${{ matrix.test }}] IMAGE_REGISTRY=testlagoon IMAGE_TAG=main OVERRIDE_BUILD_DEPLOY_DIND_IMAGE=uselagoon/build-deploy-image:main OVERRIDE_ACTIVE_STANDBY_TASK_IMAGE=testlagoon/task-activestandby:main - # run: make -j8 -O fill-test-ci-values TESTS=[${{ matrix.test }}] + # run: make -j8 -O fill-test-ci-values TESTS=[${{ matrix.test }}] IMAGE_REGISTRY=testlagoon IMAGE_TAG=main OVERRIDE_BUILD_DEPLOY_DIND_IMAGE=uselagoon/build-deploy-image:main OVERRIDE_ACTIVE_STANDBY_TASK_IMAGE=testlagoon/task-activestandby:main + run: make -j8 -O fill-test-ci-values TESTS=[${{ matrix.test }}] - name: Free up some disk space if: | diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 7faee4614..275c94ec6 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -27,7 +27,7 @@ version: 1.45.0 # number should be incremented each time you make changes to the application. # Versions are not expected to follow Semantic Versioning. They should reflect # the version the application is using. -appVersion: v2.18.2 +appVersion: v2.19.0 dependencies: - name: nats @@ -58,5 +58,10 @@ annotations: - kind: changed description: bump insights-handler from v0.0.4 to version v0.0.5 links: - - name: ssh-portal releases + - name: insights-handler release url: https://github.com/uselagoon/insights-handler/releases/tag/v0.0.5 + - kind: changed + description: update Lagoon appVersion to v2.19.0 + links: + - name: lagoon release + url: https://github.com/uselagoon/lagoon/releases/tag/v2.19.0 diff --git a/charts/lagoon-test/Chart.yaml b/charts/lagoon-test/Chart.yaml index 256f3eabd..610f8c28d 100644 --- a/charts/lagoon-test/Chart.yaml +++ b/charts/lagoon-test/Chart.yaml @@ -15,13 +15,13 @@ 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: 0.56.0 +version: 0.57.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. # Versions are not expected to follow Semantic Versioning. They should reflect # the version the application is using. -appVersion: v2.18.2 +appVersion: v2.19.0 # This section is used to collect a changelog for artifacthub.io # It should be started afresh for each release @@ -29,4 +29,4 @@ appVersion: v2.18.2 annotations: artifacthub.io/changes: | - kind: changed - description: update Lagoon appVersion to v2.18.2 + description: update Lagoon appVersion to v2.19.0