Skip to content

Commit

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

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


### Features

* **alerts:** add alerts models, admin, script and service ([#237](https://github.com/ollz272/garden-server/issues/237)) ([4f50441](https://github.com/ollz272/garden-server/commit/4f5044136c83e1c98d492f5efa4363eab5b4eea3))


### Bug Fixes

* **ci:** add alert scanner job to release job ([#238](https://github.com/ollz272/garden-server/issues/238)) ([9e9f507](https://github.com/ollz272/garden-server/commit/9e9f50782d6504fae61672738851b2e810b8bdde))

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


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.2"
version = "1.7.0"
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.2 # x-release-please-version
- image: gcr.io/garden-server-381815/garden-server:1.7.0 # 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.2 # x-release-please-version
- image: gcr.io/garden-server-381815/garden-server:1.7.0 # x-release-please-version
ports:
- name: http1
containerPort: 8000
Expand Down

0 comments on commit 38a16a6

Please sign in to comment.