Skip to content

Commit

Permalink
chore(main): release 1.6.2 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollz272 authored Apr 30, 2023
1 parent 8c065c3 commit e4ee4a9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.6.2](https://github.com/ollz272/garden-server/compare/1.6.1...1.6.2) (2023-04-30)


### Bug Fixes

* **database:** use dj_database_url for database config ([#234](https://github.com/ollz272/garden-server/issues/234)) ([be133ff](https://github.com/ollz272/garden-server/commit/be133ffd63a75ca7bd67615e3e678fff78f41693))
* fixes weather code descriptions ([#231](https://github.com/ollz272/garden-server/issues/231)) ([6d5f890](https://github.com/ollz272/garden-server/commit/6d5f890ed1c83a134e3d329fd1a948e19270016a))
* **web_service:** update web service to use cpu boost for quicker start up times ([#235](https://github.com/ollz272/garden-server/issues/235)) ([301737c](https://github.com/ollz272/garden-server/commit/301737cbd5cae7d069721c44d5431c7c7de3383e))

## [1.6.1](https://github.com/ollz272/garden-server/compare/1.6.0...1.6.1) (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.6.1"
version = "1.6.2"
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.6.1 # x-release-please-version
- image: gcr.io/garden-server-381815/garden-server:1.6.2 # 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.6.1 # x-release-please-version
- image: gcr.io/garden-server-381815/garden-server:1.6.2 # x-release-please-version
ports:
- name: http1
containerPort: 8000
Expand Down

0 comments on commit e4ee4a9

Please sign in to comment.