Skip to content

Commit

Permalink
upgraded to Petabridge.Cmd v0.5.0 for cluster tail access (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Apr 14, 2019
1 parent b1f2cb1 commit 4fe202f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
5 changes: 2 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#### 0.2.3 Feb 08 2019 ####
* Made it possible to tag all WebCrawler docker images more easily via `build.fsx`.
* Made `build.sh` executable.
#### 0.2.4 March 06 2019 ####
* Upgraded to [Petabridge.Cmd v0.5.0](https://cmd.petabridge.com/articles/RELEASE_NOTES.html#v050-march-05-2019) so we could take advantage of the `cluster tail` command.
7 changes: 3 additions & 4 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<PropertyGroup>
<Copyright>Copyright © 2015-2019 Petabridge, LLC</Copyright>
<Authors>Petabridge</Authors>
<VersionPrefix>0.2.3</VersionPrefix>
<PackageReleaseNotes>Made it possible to tag all WebCrawler docker images more easily via `build.fsx`.
Made `build.sh` executable.</PackageReleaseNotes>
<VersionPrefix>0.2.4</VersionPrefix>
<PackageReleaseNotes>Upgraded to [Petabridge.Cmd v0.5.0](https://cmd.petabridge.com/articles/RELEASE_NOTES.html#v050-march-05-2019) so we could take advantage of the `cluster show` command.</PackageReleaseNotes>
<PackageIconUrl>
</PackageIconUrl>
<PackageProjectUrl>
Expand All @@ -18,7 +17,7 @@ Made `build.sh` executable.</PackageReleaseNotes>
<AkkaVersion>1.3.11</AkkaVersion>
<AkkaBootstrapVersion>0.2.0</AkkaBootstrapVersion>
<AkkaHealthCheckVersion>0.1.0</AkkaHealthCheckVersion>
<PetabridgeCmdVersion>0.4.1</PetabridgeCmdVersion>
<PetabridgeCmdVersion>0.5.0</PetabridgeCmdVersion>
<NetCoreVersion>netcoreapp2.1</NetCoreVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion yaml/k8s-crawler-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: crawler
image: webcrawler.crawlservice:0.2.3
image: webcrawler.crawlservice:0.2.4
lifecycle:
preStop:
exec:
Expand Down
2 changes: 1 addition & 1 deletion yaml/k8s-lighthouse-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: lighthouse
image: webcrawler.lighthouse:0.2.3
image: webcrawler.lighthouse:0.2.4
lifecycle:
preStop:
exec:
Expand Down
2 changes: 1 addition & 1 deletion yaml/k8s-tracker-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: tracker
image: webcrawler.trackerservice:0.2.3
image: webcrawler.trackerservice:0.2.4
lifecycle:
preStop:
exec:
Expand Down
2 changes: 1 addition & 1 deletion yaml/k8s-web-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: web-cluster
image: webcrawler.web:0.2.3
image: webcrawler.web:0.2.4
lifecycle:
preStop:
exec:
Expand Down

0 comments on commit 4fe202f

Please sign in to comment.