Skip to content

Commit

Permalink
added v0.1.6 release notes (#59)
Browse files Browse the repository at this point in the history
* added v0.1.6 release notes

* updated YAML files to use v0.1.6 of Docker images
  • Loading branch information
Aaronontheweb authored Aug 16, 2019
1 parent 98d6c8d commit eb2df36
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#### 0.1.5 August 14 2019 ####
* Upgraded to Akka.NET v1.3.14 and Phobos v0.7.0
#### 0.1.6 August 16 2019 ####
* Added cluster singleton for pricing entity startup.
2 changes: 1 addition & 1 deletion k8s/pricing-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: pricing
image: akka.cqrs.pricing:0.1.5
image: akka.cqrs.pricing:0.1.6
lifecycle:
preStop:
exec:
Expand Down
2 changes: 1 addition & 1 deletion k8s/pricing-web-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: pricing-web
image: akka.cqrs.pricing.web:0.1.5
image: akka.cqrs.pricing.web:0.1.6
lifecycle:
preStop:
exec:
Expand Down
2 changes: 1 addition & 1 deletion k8s/tradeprocessor-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: trade-processor
image: akka.cqrs.tradeprocessor:0.1.5
image: akka.cqrs.tradeprocessor:0.1.6
lifecycle:
preStop:
exec:
Expand Down
2 changes: 1 addition & 1 deletion k8s/traders-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: traders
image: akka.cqrs.traders:0.1.5
image: akka.cqrs.traders:0.1.6
lifecycle:
preStop:
exec:
Expand Down
4 changes: 2 additions & 2 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<Copyright>Copyright © 2015-2019 Petabridge</Copyright>
<Authors>Petabridge</Authors>
<VersionPrefix>0.1.5</VersionPrefix>
<PackageReleaseNotes>Upgraded to Akka.NET v1.3.14 and Phobos v0.7.0</PackageReleaseNotes>
<VersionPrefix>0.1.6</VersionPrefix>
<PackageReleaseNotes>Added cluster singleton for pricing entity startup.</PackageReleaseNotes>
<PackageIconUrl>
</PackageIconUrl>
<PackageProjectUrl>
Expand Down

0 comments on commit eb2df36

Please sign in to comment.