Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lagoon v2.19.0 release #659

Merged
merged 15 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 25 additions & 4 deletions charts/lagoon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
8 changes: 4 additions & 4 deletions charts/lagoon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}

Expand Down Expand Up @@ -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: {}

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: {}

Expand Down
17 changes: 15 additions & 2 deletions charts/lagoon-remote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions charts/lagoon-remote/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: ""
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions charts/lagoon-test/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ 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
# Valid supported kinds are added, changed, deprecated, removed, fixed and security
annotations:
artifacthub.io/changes: |
- kind: changed
description: update Lagoon appVersion to v2.18.2
description: update Lagoon appVersion to v2.19.0
Loading