File tree Expand file tree Collapse file tree 5 files changed +10
-13
lines changed
helm2/reactive-interaction-gateway
helm3/reactive-interaction-gateway Expand file tree Collapse file tree 5 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
8+ <!-- ## [Unreleased] -->
9+
10+ <!-- ### Added -->
11+
12+ ## [ 3.0.0-alpha.1] - 2020-09-04
913
1014### Added
1115
@@ -28,13 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2832
2933- Fixed a bug where distributed set processes would crash when one of their peers has died but hasn't been removed yet from the pg2 group.
3034
31- <!-- ### Deprecated -->
32-
33- <!-- ### Removed -->
34-
35- <!-- ### Security -->
36-
37- <!-- ### Technical Improvements -->
3835
3936## [ 2.4.0] - 2020-05-07
4037
@@ -397,7 +394,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
397394- Disable Origin checking.
398395 [ #12 ] ( https://github.com/Accenture/reactive-interaction-gateway/pull/12 )
399396
400- [ unreleased ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.4.0...HEAD
397+ [ 3.0.0-alpha.1 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.4.0...3.0.0-alpha.1
401398[ 2.4.0 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.3.0...2.4.0
402399[ 2.3.0 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.2.1...2.3.0
403400[ 2.2.1 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.2.0...2.2.1
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ version: 1.0.0
88
99# This is the version number of the application being deployed. This version number should be
1010# incremented each time you make changes to the application.
11- appVersion : 2.4.0
11+ appVersion : 3.0.0-alpha.1
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ version: 1.0.0
1818
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application.
21- appVersion : 2.4.0
21+ appVersion : 3.0.0-alpha.1
Original file line number Diff line number Diff line change 6969 tolerations : []
7070 containers :
7171 - name : reactive-interaction-gateway
72- image : accenture/reactive-interaction-gateway:2. 3.0
72+ image : accenture/reactive-interaction-gateway:3.0.0-alpha.1
7373 imagePullPolicy : IfNotPresent
7474 ports :
7575 - containerPort : 4000
Original file line number Diff line number Diff line change 11%{
2- rig: "2.4.0 ",
2+ rig: "3.0.0-alpha.1 ",
33 elixir: "~> 1.10.2",
44}
You can’t perform that action at this time.
0 commit comments