Skip to content

Commit c943e7f

Browse files
committed
- increase timeout
- remove unsupported k8s - Update CHANGELOG.md
1 parent d9aa69f commit c943e7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
command: helm dependency update
4040
- run:
4141
name: Helm install stackstorm-ha chart
42-
command: helm install --timeout 10m0s --debug --wait --name-template stackstorm-ha .
42+
command: helm install --timeout 20m0s --debug --wait --name-template stackstorm-ha .
4343
- run:
4444
name: Helm test
4545
command: helm test stackstorm-ha
@@ -66,7 +66,6 @@ workflows:
6666
- "v1.28.3"
6767
- "v1.27.7"
6868
- "v1.26.10"
69-
- "v1.25.15"
7069
# Run periodic nightly Helm tests to ensure there are no regressions
7170
e2e-nightly:
7271
jobs:
@@ -78,7 +77,6 @@ workflows:
7877
- "v1.28.3"
7978
- "v1.27.7"
8079
- "v1.26.10"
81-
- "v1.25.15"
8280
triggers:
8381
- schedule:
8482
cron: "0 1 * * *"

CHANGELOG.md

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

33
## In Development
4+
* Bump to latest CircleCI orb versions (by @ZoeLeah)
5+
* Remove unsupported k8s Versions (by @ZoeLeah)
46
* Shift K3s and K8s versions forward. (by @mamercad)
57
* 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)
68
* Drop support for `networking.k8s.io/v1beta1` which was removed in kubernetes v1.22 (EOL 2022-10-28) (#353) (by @cognifloyd)

0 commit comments

Comments
 (0)