Skip to content

Commit

Permalink
chore(main): release 1.8.3 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollz272 authored May 6, 2023
1 parent fb00c4b commit 06064a4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.8.3](https://github.com/ollz272/garden-server/compare/1.8.2...1.8.3) (2023-05-06)


### Bug Fixes

* **frontend:** adds frontend grouping by zone ([#259](https://github.com/ollz272/garden-server/issues/259)) ([55dfa6d](https://github.com/ollz272/garden-server/commit/55dfa6df427ee37d63e5081289a75c869220ba5c))
* **plant:** fixes form to only include zone objects the user has. ([#258](https://github.com/ollz272/garden-server/issues/258)) ([fb00c4b](https://github.com/ollz272/garden-server/commit/fb00c4b08dbca551f0f9b27f1620c265314cde5c))

## [1.8.2](https://github.com/ollz272/garden-server/compare/1.8.1...1.8.2) (2023-05-06)


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.8.2"
version = "1.8.3"
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/alert_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.8.2 # x-release-please-version
- image: gcr.io/garden-server-381815/garden-server:1.8.3 # x-release-please-version
command:
- ./manage.py
- scan_for_alerts
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.8.2 # x-release-please-version
- image: gcr.io/garden-server-381815/garden-server:1.8.3 # 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 @@ -30,7 +30,7 @@ spec:
timeoutSeconds: 30
serviceAccountName: 400668159616-compute@developer.gserviceaccount.com
containers:
- image: gcr.io/garden-server-381815/garden-server:1.8.2 # x-release-please-version
- image: gcr.io/garden-server-381815/garden-server:1.8.3 # x-release-please-version
ports:
- name: http1
containerPort: 8000
Expand Down

0 comments on commit 06064a4

Please sign in to comment.