Skip to content

Commit

Permalink
chore(main): release 1.6.1 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollz272 authored Apr 18, 2023
1 parent 4361115 commit 16fddcc
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.6.1](https://github.com/ollz272/garden-server/compare/1.6.0...1.6.1) (2023-04-18)


### Bug Fixes

* adds some fixes to the weather model and admin ([#215](https://github.com/ollz272/garden-server/issues/215)) ([4361115](https://github.com/ollz272/garden-server/commit/4361115ff5e1afd06ebab922232f913a4ea33817))

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

0 comments on commit 16fddcc

Please sign in to comment.