Skip to content

Commit df659ea

Browse files
committed
Shift K3s and K8s versions forward
1 parent a8ca314 commit df659ea

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ workflows:
6363
parameters:
6464
# https://kubernetes.io/releases
6565
kubernetes-version:
66+
- "v1.26.1"
6667
- "v1.25.5"
6768
- "v1.24.9"
68-
- "v1.23.15"
6969
# Run periodic nightly Helm tests to ensure there are no regressions
7070
e2e-nightly:
7171
jobs:
@@ -74,9 +74,9 @@ workflows:
7474
parameters:
7575
# https://kubernetes.io/releases
7676
kubernetes-version:
77+
- "v1.26.1"
7778
- "v1.25.5"
7879
- "v1.24.9"
79-
- "v1.23.15"
8080
triggers:
8181
- schedule:
8282
cron: "0 1 * * *"

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# https://github.com/StackStorm/stackstorm-k8s/issues/342
2929
# https://github.com/k3s-io/k3s/releases
3030
k3s-channel:
31-
- "v1.26.0+k3s1"
31+
- "v1.26.1+k3s1"
3232
steps:
3333
- name: Checkout source
3434
uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## In Development
4+
* Shift K3s and K8s versions forward. (by @mamercad)
45
* 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)
56
* Drop support for `networking.k8s.io/v1beta1` which was removed in kubernetes v1.22 (EOL 2022-10-28) (#353) (by @cognifloyd)
67
* Reduce duplication in label tests (#354) (by @cognifloyd)

0 commit comments

Comments
 (0)