Skip to content

Commit

Permalink
chore(main): release 1.2.2 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollz272 authored Apr 13, 2023
1 parent 72d75d9 commit b903f10
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.2.2](https://github.com/ollz272/garden-server/compare/v1.2.1...v1.2.2) (2023-04-13)


### Bug Fixes

* **CI:** fixes release ci ([#166](https://github.com/ollz272/garden-server/issues/166)) ([72d75d9](https://github.com/ollz272/garden-server/commit/72d75d936257a8e56704ca241e4eaa61f4f7e4aa))

## [1.2.1](https://github.com/ollz272/garden-server/compare/v1.2.0...v1.2.1) (2023-04-13)


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.2.1"
version = "1.2.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 service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
timeoutSeconds: 30
serviceAccountName: 400668159616-compute@developer.gserviceaccount.com
containers:
- image: gcr.io/garden-server-381815/garden-server:1.2.1 # x-release-please-version
- image: gcr.io/garden-server-381815/garden-server:1.2.2 # x-release-please-version
ports:
- name: http1
containerPort: 8000
Expand Down

0 comments on commit b903f10

Please sign in to comment.