diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f7e0976..f7d181c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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. \ No newline at end of file +#### 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. \ No newline at end of file diff --git a/src/common.props b/src/common.props index 6f94ad9..012a28f 100644 --- a/src/common.props +++ b/src/common.props @@ -2,9 +2,8 @@ Copyright © 2015-2019 Petabridge, LLC Petabridge - 0.2.3 - Made it possible to tag all WebCrawler docker images more easily via `build.fsx`. -Made `build.sh` executable. + 0.2.4 + 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. @@ -18,7 +17,7 @@ Made `build.sh` executable. 1.3.11 0.2.0 0.1.0 - 0.4.1 + 0.5.0 netcoreapp2.1 \ No newline at end of file diff --git a/yaml/k8s-crawler-service.yaml b/yaml/k8s-crawler-service.yaml index 4e2416d..90836b6 100644 --- a/yaml/k8s-crawler-service.yaml +++ b/yaml/k8s-crawler-service.yaml @@ -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: diff --git a/yaml/k8s-lighthouse-service.yaml b/yaml/k8s-lighthouse-service.yaml index 8080cd1..9354426 100644 --- a/yaml/k8s-lighthouse-service.yaml +++ b/yaml/k8s-lighthouse-service.yaml @@ -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: diff --git a/yaml/k8s-tracker-service.yaml b/yaml/k8s-tracker-service.yaml index 9171570..68da564 100644 --- a/yaml/k8s-tracker-service.yaml +++ b/yaml/k8s-tracker-service.yaml @@ -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: diff --git a/yaml/k8s-web-service.yaml b/yaml/k8s-web-service.yaml index 83c3370..1877477 100644 --- a/yaml/k8s-web-service.yaml +++ b/yaml/k8s-web-service.yaml @@ -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: