Skip to content

Commit

Permalink
chore(main): release 1.4.7 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollz272 authored Apr 18, 2023
1 parent c833830 commit e550626
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.7](https://github.com/ollz272/garden-server/compare/1.4.6...1.4.7) (2023-04-18)


### Bug Fixes

* use gcloud to deploy job ([#209](https://github.com/ollz272/garden-server/issues/209)) ([c833830](https://github.com/ollz272/garden-server/commit/c8338308893855afe9341b7cd3da6c099964c1e6))

## [1.4.6](https://github.com/ollz272/garden-server/compare/1.4.5...1.4.6) (2023-04-18)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "garden-server"
version = "1.4.6"
version = "1.4.7"
description = "A django server used to collect and display data from garden IoT devices"
authors = ["Oli <oli.edmund.parker@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion services/weather_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
template:
spec:
containers:
- image: gcr.io/garden-server-381815/garden-server:1.4.6 # x-release-please-version
- image: gcr.io/garden-server-381815/garden-server:1.4.7 # x-release-please-version
command:
- ./manage.py
- populate_weather
Expand Down
2 changes: 1 addition & 1 deletion services/web_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
timeoutSeconds: 30
serviceAccountName: 400668159616-compute@developer.gserviceaccount.com
containers:
- image: gcr.io/garden-server-381815/garden-server:1.4.6 # x-release-please-version
- image: gcr.io/garden-server-381815/garden-server:1.4.7 # x-release-please-version
ports:
- name: http1
containerPort: 8000
Expand Down

0 comments on commit e550626

Please sign in to comment.