Skip to content

Commit 209aa8f

Browse files
author
Rahul Shinde
committed
Merge remote-tracking branch 'upstream/master' into master
2 parents 81e7a91 + 708cb51 commit 209aa8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## In Development
44
* Fix a bug when datastore encrypted keys didn't work in scheduled rules. datastore_crypto_key is now shared with the ``st2scheduler`` pods (#148) (by @rahulshinde26)
55
* Change NOTES.txt template for using ST2 CLI to include namespace argument in 'kubectl exec' command (#150) (by @rahulshinde26)
6+
* Move the apiVersion `extensions/v1beta1` to `networking.k8s.io/v1beta1` for ingress (#149) (by @jb-abbadie)
67

78
## v0.31.0
89
* Fix chart compatibility with Helm versions >= `2.16.8` by downgrading `mongodb-replicaset` from `3.14.0` to `3.12.0` (#137) (by @AbhyudayaSharma)

templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- if .Values.ingress.enabled }}
22
---
3-
apiVersion: extensions/v1beta1
3+
apiVersion: networking.k8s.io/v1beta1
44
kind: Ingress
55
metadata:
66
name: {{ .Release.Name }}-st2web{{ template "enterpriseSuffix" . }}-ingress

0 commit comments

Comments
 (0)