Skip to content
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
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- kubernetes/install
- minikube/minikube-install:
# https://github.com/kubernetes/minikube/releases
version: v1.28.0
version: v1.29.0
- run:
name: Install Helm v3
command: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
Expand Down Expand Up @@ -63,9 +63,9 @@ workflows:
parameters:
# https://kubernetes.io/releases
kubernetes-version:
- "v1.26.1"
- "v1.25.5"
- "v1.24.9"
- "v1.23.15"
# Run periodic nightly Helm tests to ensure there are no regressions
e2e-nightly:
jobs:
Expand All @@ -74,9 +74,9 @@ workflows:
parameters:
# https://kubernetes.io/releases
kubernetes-version:
- "v1.26.1"
- "v1.25.5"
- "v1.24.9"
- "v1.23.15"
triggers:
- schedule:
cron: "0 1 * * *"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# https://github.com/StackStorm/stackstorm-k8s/issues/342
# https://github.com/k3s-io/k3s/releases
k3s-channel:
- "v1.26.0+k3s1"
- "v1.26.1+k3s1"
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## In Development
* 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)
* Reduce duplication in label tests (#354) (by @cognifloyd)
Expand Down