Skip to content

Commit ec7e411

Browse files
authored
Merge pull request #77 from StackStorm/bump/st2-version
Switch st2 version to 3.2dev
2 parents cfda6e9 + 65ee061 commit ec7e411

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ orbs:
66
kubernetes: circleci/[email protected]
77
# https://circleci.com/orbs/registry/orb/circleci/helm
88
helm: circleci/[email protected]
9+
# https://circleci.com/orbs/registry/orb/ccpgames/minikube
10+
minikube: ccpgames/[email protected]
911

1012
jobs:
1113
# Run Helm Lint checks
@@ -68,11 +70,9 @@ jobs:
6870
steps:
6971
- checkout
7072
- kubernetes/install
71-
- run:
72-
name: Install Minikube
73-
command: |
74-
sudo curl -fLo /usr/local/bin/minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && sudo chmod +x /usr/local/bin/minikube
75-
minikube version
73+
- minikube/minikube-install:
74+
# Temporary pin minikube to 1.2.0 due to regression in 1.3.0 (https://github.com/kubernetes/minikube/issues/5014)
75+
version: v1.2.0
7676
- run:
7777
name: Create new K8s cluster
7878
command: sudo -E minikube start --vm-driver=none --cpus $(nproc) --memory 4096

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## In Development
44

5+
## v0.18.0
6+
* Pin st2 to `v3.2dev` as a new latest development version (#77)
7+
58
## v0.17.0
69
* Add chart e2e `helm test` with BATS. Run CI checks with minikube and CircleCI on every PR/push and nightly.
710

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
# Update StackStorm version here to rely on other Docker images tags
3-
appVersion: 3.1dev
3+
appVersion: 3.2dev
44
name: stackstorm-ha
5-
version: 0.17.0
5+
version: 0.18.0
66
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
77
home: https://stackstorm.com/#product
88
icon: https://avatars1.githubusercontent.com/u/4969009

0 commit comments

Comments
 (0)