Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.2.2 #167

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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