Skip to content

Commit

Permalink
Merge pull request #77 from StackStorm/bump/st2-version
Browse files Browse the repository at this point in the history
Switch st2 version to 3.2dev
  • Loading branch information
armab authored Aug 8, 2019
2 parents cfda6e9 + 65ee061 commit ec7e411
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ orbs:
kubernetes: circleci/[email protected]
# https://circleci.com/orbs/registry/orb/circleci/helm
helm: circleci/[email protected]
# https://circleci.com/orbs/registry/orb/ccpgames/minikube
minikube: ccpgames/[email protected]

jobs:
# Run Helm Lint checks
Expand Down Expand Up @@ -68,11 +70,9 @@ jobs:
steps:
- checkout
- kubernetes/install
- run:
name: Install Minikube
command: |
sudo curl -fLo /usr/local/bin/minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && sudo chmod +x /usr/local/bin/minikube
minikube version
- minikube/minikube-install:
# Temporary pin minikube to 1.2.0 due to regression in 1.3.0 (https://github.com/kubernetes/minikube/issues/5014)
version: v1.2.0
- run:
name: Create new K8s cluster
command: sudo -E minikube start --vm-driver=none --cpus $(nproc) --memory 4096
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## In Development

## v0.18.0
* Pin st2 to `v3.2dev` as a new latest development version (#77)

## v0.17.0
* Add chart e2e `helm test` with BATS. Run CI checks with minikube and CircleCI on every PR/push and nightly.

Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
# Update StackStorm version here to rely on other Docker images tags
appVersion: 3.1dev
appVersion: 3.2dev
name: stackstorm-ha
version: 0.17.0
version: 0.18.0
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
home: https://stackstorm.com/#product
icon: https://avatars1.githubusercontent.com/u/4969009
Expand Down

0 comments on commit ec7e411

Please sign in to comment.