-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Update K8s to latest version #379
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
d9aa69f
bump to new versions:
Ein-nor c943e7f
- increase timeout
Ein-nor 6320bd5
Update to v1.28.3+k3s1 and increase timeout
Ein-nor dcf66ab
linting
Ein-nor 669e83f
Change timeout to 15 minutes
Ein-nor 8b4db8d
add more details to CHANGELOG.md
Ein-nor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ version: 2.1 | |
# Add additional CircleCI Orbs dependencies | ||
orbs: | ||
# https://circleci.com/orbs/registry/orb/circleci/kubernetes | ||
kubernetes: circleci/kubernetes@0.11.0 | ||
kubernetes: circleci/kubernetes@1.3.1 | ||
# https://circleci.com/orbs/registry/orb/circleci/helm | ||
helm: circleci/helm@1.1.1 | ||
helm: circleci/helm@3.0.0 | ||
# https://circleci.com/orbs/registry/orb/ccpgames/minikube | ||
minikube: ccpgames/[email protected] | ||
|
||
|
@@ -21,13 +21,13 @@ jobs: | |
resource_class: large | ||
machine: | ||
# Available images https://circleci.com/docs/2.0/configuration-reference/#available-machine-images | ||
image: ubuntu-2204:2022.10.2 | ||
image: ubuntu-2204:current | ||
steps: | ||
- checkout | ||
- kubernetes/install | ||
- minikube/minikube-install: | ||
# https://github.com/kubernetes/minikube/releases | ||
version: v1.29.0 | ||
version: v1.31.2 | ||
- run: | ||
name: Install Helm v3 | ||
command: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash | ||
|
@@ -39,7 +39,7 @@ jobs: | |
command: helm dependency update | ||
- run: | ||
name: Helm install stackstorm-ha chart | ||
command: helm install --timeout 10m0s --debug --wait --name-template stackstorm-ha . | ||
command: helm install --timeout 15m0s --debug --wait --name-template stackstorm-ha . | ||
- run: | ||
name: Helm test | ||
command: helm test stackstorm-ha | ||
|
@@ -63,9 +63,9 @@ workflows: | |
parameters: | ||
# https://kubernetes.io/releases | ||
kubernetes-version: | ||
- "v1.26.1" | ||
- "v1.25.5" | ||
- "v1.24.9" | ||
- "v1.28.3" | ||
- "v1.27.7" | ||
- "v1.26.10" | ||
# Run periodic nightly Helm tests to ensure there are no regressions | ||
e2e-nightly: | ||
jobs: | ||
|
@@ -74,9 +74,9 @@ workflows: | |
parameters: | ||
# https://kubernetes.io/releases | ||
kubernetes-version: | ||
- "v1.26.1" | ||
- "v1.25.5" | ||
- "v1.24.9" | ||
- "v1.28.3" | ||
- "v1.27.7" | ||
- "v1.26.10" | ||
triggers: | ||
- schedule: | ||
cron: "0 1 * * *" | ||
|
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 |
---|---|---|
@@ -1,6 +1,12 @@ | ||
# Changelog | ||
|
||
## In Development | ||
* Bump to latest CircleCI orb versions ([email protected] and [email protected] by @ZoeLeah) | ||
* Remove unsupported k8s Versions (1.24.x and 1.25.x by @ZoeLeah) | ||
* Update and add new K8s versions (1.28.3, 1.27.7 and 1.26.10 by @ZoeLeah) | ||
* Switch from ubuntu-2204:2022.10.2 to ubuntu-2204:current (by @ZoeLeah) | ||
* Update K3s to v1.28.3+k3s1 (by @ZoeLeah) | ||
* Increase helm install timeout to 15 minutes (by @ZoeLeah) | ||
* Shift K3s and K8s versions forward. (by @mamercad) | ||
* BREAKING: Use the standardized labels recommended in the Helm docs. You can use `migrations/v1.0/standardize-labels.sh` to prepare an existing cluster before running `helm update`. (#351) (by @cognifloyd) | ||
* Drop support for `networking.k8s.io/v1beta1` which was removed in kubernetes v1.22 (EOL 2022-10-28) (#353) (by @cognifloyd) | ||
|
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 |
---|---|---|
|
@@ -267,4 +267,3 @@ tests: | |
- equal: *assert_lifecycle | ||
- contains: *assert_volume_mount | ||
- contains: *assert_volume | ||
|
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 |
---|---|---|
|
@@ -198,4 +198,3 @@ tests: | |
documentIndex: 11 | ||
- equal: *assert_sa_custom | ||
documentIndex: 13 | ||
|
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's too much of the changelog details for a single PR 😃 (balance is the key), but let's go with that