Skip to content

Commit

Permalink
Merge pull request #423 from Accenture/3.0.0
Browse files Browse the repository at this point in the history
updated dependency versions and bumped up rig to v3
  • Loading branch information
mmacai authored Aug 12, 2022
2 parents 2cedef7 + 3c95f72 commit 209739d
Show file tree
Hide file tree
Showing 13 changed files with 33,021 additions and 7,587 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2022-08-12

### Added

- 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)
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubectl/rig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
tolerations: []
containers:
- name: reactive-interaction-gateway
image: accenture/reactive-interaction-gateway:3.0.0-alpha.2
image: accenture/reactive-interaction-gateway:3.0.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 4000
Expand Down
4 changes: 2 additions & 2 deletions deployment/reactive-interaction-gateway-helm-v2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ icon: https://github.com/Accenture/reactive-interaction-gateway/blob/master/logo

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

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

maintainers:
- name: kevinbader
Expand Down
2 changes: 1 addition & 1 deletion deployment/reactive-interaction-gateway-helm-v2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# reactive-interaction-gateway-helm-v2

![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)
![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)

A Helm v2 chart for Kubernetes

Expand Down
4 changes: 2 additions & 2 deletions deployment/reactive-interaction-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ icon: https://github.com/Accenture/reactive-interaction-gateway/blob/master/logo

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

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

maintainers:
- name: kevinbader
Expand Down
2 changes: 1 addition & 1 deletion deployment/reactive-interaction-gateway/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# reactive-interaction-gateway

![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)
![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)

A Helm chart for Kubernetes

Expand Down
Loading

0 comments on commit 209739d

Please sign in to comment.