Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 0b0cb18

Browse files
authored
Upgrade deprecated apis (#6)
* upgrade deprecated apis removed in v1.16
1 parent 871486d commit 0b0cb18

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

core-stack-api/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,25 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v0.5.6 (2020-09-02)
6+
### 🛠 Bug fixes
7+
* Migrate deprecated APIs removed in v1.16
8+
59
## v0.5.5 (2020-07-07)
610
### 🆕 Features
711
* Add support for serviceAccount
812
* Add support for podAnnotations, podSecurityContext & securityContext
913
* Add default values for image.repository and imageCredentials.registry
1014

11-
1215
## v0.5.4 (2020-07-02)
1316
### 🛠 Bug fixes
1417
* Fix invalid annotation level of `backoffLimit` within initDBHook Job template
1518

16-
1719
## v0.5.3 (2020-06-25)
1820
### 🆕 Features
1921
* Allow users to define a custom `backoffLimit` for initDBHook Job. (Default value set to 6)
2022
* Enabling initDBHook and initContainers Jobs by default.
2123

22-
2324
## v0.5.2 (2020-05-19)
2425
### 🆕 Features
2526
* Allow exposition of both HTTP & gRPC endpoints in the ingress with more flexibility

core-stack-api/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v1
33
description: A Helm chart for Orchestrate API server
44
name: core-stack-api
5-
version: 0.5.5
5+
version: 0.5.6
66
home: https://pegasys.tech/orchestrate/
77
icon: https://docs.orchestrate.pegasys.tech/en/stable/logo.svg
88
maintainers:

core-stack-api/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
{{- $fullName := include "orchestrate-api.fullname" . -}}
3-
apiVersion: extensions/v1beta1
3+
apiVersion: networking.k8s.io/v1beta1
44
kind: Ingress
55
metadata:
66
name: {{ $fullName }}

0 commit comments

Comments
 (0)