-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set minimum Kubernetes version to 1.23 and update tests and dependenc…
…ies (#614)
- Loading branch information
1 parent
d1d3aa4
commit b8612db
Showing
28 changed files
with
56 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,8 +87,8 @@ jobs: | |
uses: helm/[email protected] | ||
with: | ||
version: v0.20.0 | ||
node_image: kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb | ||
kubectl_version: v1.26.6 | ||
node_image: kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72 | ||
kubectl_version: v1.27.3 | ||
if: | | ||
(steps.list-changed.outputs.changed == 'true') || | ||
(contains(github.event.pull_request.labels.*.name, 'needs-testing')) | ||
|
@@ -107,9 +107,9 @@ jobs: | |
- name: Install gojq | ||
run: | | ||
cd /tmp | ||
curl -sSLO https://github.com/itchyny/gojq/releases/download/v0.12.10/gojq_v0.12.10_linux_amd64.tar.gz | ||
tar -xf ./gojq_v0.12.10_linux_amd64.tar.gz | ||
sudo cp /tmp/gojq_v0.12.10_linux_amd64/gojq /usr/local/bin/gojq | ||
curl -sSLO https://github.com/itchyny/gojq/releases/download/v0.12.13/gojq_v0.12.13_linux_amd64.tar.gz | ||
tar -xf ./gojq_v0.12.13_linux_amd64.tar.gz | ||
sudo cp /tmp/gojq_v0.12.13_linux_amd64/gojq /usr/local/bin/gojq | ||
- name: Run artifacthub.io changelog check | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,17 +12,15 @@ maintainers: | |
- name: smlx | ||
email: [email protected] | ||
url: https://amazee.io | ||
kubeVersion: ">= 1.21.0-0" | ||
kubeVersion: ">= 1.23.0-0" | ||
|
||
type: application | ||
|
||
version: 0.25.2 | ||
version: 0.26.0 | ||
|
||
appVersion: v0.15.2 | ||
|
||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: update remote-controller appVersion to v0.15.2 | ||
- kind: changed | ||
description: added flag support for enabling k8up v2 support | ||
description: require minimum Kubernetes 1.23 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ maintainers: | |
- name: shreddedbacon | ||
email: [email protected] | ||
url: https://amazee.io | ||
kubeVersion: ">= 1.21.0-0" | ||
kubeVersion: ">= 1.23.0-0" | ||
|
||
# Application charts are a collection of templates that can be packaged into | ||
# versioned archives to be deployed. | ||
|
@@ -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.37.0 | ||
version: 1.38.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,12 +41,6 @@ dependencies: | |
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: update Lagoon appVersion to v2.16.0 | ||
description: require minimum Kubernetes 1.23 | ||
- kind: changed | ||
description: add additional keycloak configuration options | ||
- kind: changed | ||
description: replace keycloakAPIURL with keycloakFrontEndURL | ||
- kind: changed | ||
description: added lagoonWebhookURL to UI deployment | ||
- kind: added | ||
description: added "persistence" option to apiRedis | ||
description: removed autoscaling api version helper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ maintainers: | |
- name: shreddedbacon | ||
email: [email protected] | ||
url: https://amazee.io | ||
kubeVersion: ">= 1.21.0-0" | ||
kubeVersion: ">= 1.23.0-0" | ||
|
||
# Application charts are a collection of templates that can be packaged into | ||
# versioned archives to be deployed. | ||
|
@@ -16,7 +16,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.1.0 | ||
version: 0.2.0 | ||
|
||
appVersion: v3.3.0 | ||
|
||
|
@@ -27,4 +27,4 @@ appVersion: v3.3.0 | |
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: update lagoon-docker-host to appversion v3.3.0 | ||
description: require minimum Kubernetes 1.23 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ maintainers: | |
- name: smlx | ||
email: [email protected] | ||
url: https://amazee.io | ||
kubeVersion: ">= 1.21.0-0" | ||
kubeVersion: ">= 1.23.0-0" | ||
|
||
# Application charts are a collection of templates that can be packaged into | ||
# versioned archives to be deployed. | ||
|
@@ -19,7 +19,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: 0.78.0 | ||
version: 0.79.0 | ||
|
||
dependencies: | ||
- name: logging-operator | ||
|
@@ -33,7 +33,4 @@ dependencies: | |
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: bump the logging-operator chart dependency to v4.2.3 | ||
links: | ||
- name: Release Notes | ||
url: https://github.com/uselagoon/lagoon-charts/releases/tag/lagoon-logging-0.78.0 | ||
description: require minimum Kubernetes 1.23 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ maintainers: | |
- name: smlx | ||
email: [email protected] | ||
url: https://amazee.io | ||
kubeVersion: ">= 1.21.0-0" | ||
kubeVersion: ">= 1.23.0-0" | ||
|
||
# Application charts are a collection of templates that can be packaged into | ||
# versioned archives to be deployed. | ||
|
@@ -19,12 +19,14 @@ 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.45.0 | ||
version: 0.46.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: introduced minimum kubernetes version 1.21 | ||
description: require minimum Kubernetes 1.23 | ||
- kind: changed | ||
description: removed autoscaling api version helper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ maintainers: | |
- name: smlx | ||
email: [email protected] | ||
url: https://amazee.io | ||
kubeVersion: ">= 1.21.0-0" | ||
kubeVersion: ">= 1.23.0-0" | ||
|
||
# Application charts are a collection of templates that can be packaged into | ||
# versioned archives to be deployed. | ||
|
@@ -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.83.2 | ||
version: 0.84.0 | ||
|
||
dependencies: | ||
- name: lagoon-build-deploy | ||
|
@@ -45,4 +45,4 @@ dependencies: | |
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: update lagoon-build-deploy to v0.25.2 | ||
description: require minimum Kubernetes 1.23 |
Oops, something went wrong.