Skip to content

Commit 209739d

Browse files
authored
Merge pull request #423 from Accenture/3.0.0
updated dependency versions and bumped up rig to v3
2 parents 2cedef7 + 3c95f72 commit 209739d

File tree

13 files changed

+33021
-7587
lines changed

13 files changed

+33021
-7587
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.0] - 2022-08-12
11+
1012
### Added
1113

1214
- Support publishing events consumed from [NATS](https://nats.io) topics. See the [documentation](https://accenture.github.io/reactive-interaction-gateway/docs/event-streams.html#nats) for how to get started. [#297](https://github.com/Accenture/reactive-interaction-gateway/issues/297)

deployment/kubectl/rig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
tolerations: []
7777
containers:
7878
- name: reactive-interaction-gateway
79-
image: accenture/reactive-interaction-gateway:3.0.0-alpha.2
79+
image: accenture/reactive-interaction-gateway:3.0.0
8080
imagePullPolicy: IfNotPresent
8181
ports:
8282
- containerPort: 4000

deployment/reactive-interaction-gateway-helm-v2/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ icon: https://github.com/Accenture/reactive-interaction-gateway/blob/master/logo
66

77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
9-
version: 2.1.2
9+
version: 2.1.3
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application.
13-
appVersion: 3.0.0-alpha.2
13+
appVersion: 3.0.0
1414

1515
maintainers:
1616
- name: kevinbader

deployment/reactive-interaction-gateway-helm-v2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# reactive-interaction-gateway-helm-v2
22

3-
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 3.0.0-alpha.2](https://img.shields.io/badge/AppVersion-3.0.0-alpha.2-informational?style=flat-square)
3+
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)
44

55
A Helm v2 chart for Kubernetes
66

deployment/reactive-interaction-gateway/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ icon: https://github.com/Accenture/reactive-interaction-gateway/blob/master/logo
66

77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
9-
version: 2.1.2
9+
version: 2.1.3
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application.
13-
appVersion: 3.0.0-alpha.2
13+
appVersion: 3.0.0
1414

1515
maintainers:
1616
- name: kevinbader

deployment/reactive-interaction-gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# reactive-interaction-gateway
22

3-
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 3.0.0-alpha.2](https://img.shields.io/badge/AppVersion-3.0.0-alpha.2-informational?style=flat-square)
3+
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

0 commit comments

Comments
 (0)