diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 95ebb6dd9..275c94ec6 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -21,13 +21,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: 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. # 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 @@ -41,6 +41,27 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: add SSH_ENDPOINT vars to api service + 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 - kind: changed - description: update Lagoon appVersion to v2.18.2 + 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: 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 + - kind: changed + description: bump insights-handler from v0.0.4 to version v0.0.5 + links: + - 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-core/values.yaml b/charts/lagoon-core/values.yaml index c86774e88..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: {} @@ -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: {} @@ -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 @@ -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: {} diff --git a/charts/lagoon-remote/Chart.yaml b/charts/lagoon-remote/Chart.yaml index d5f5fba20..b398310e1 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,17 @@ 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 + - 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 + - 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 6a211e75f..80e6e14a8 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 @@ -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: "" @@ -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 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