Skip to content

Commit

Permalink
chore(main): release 1.4.3 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollz272 authored Apr 17, 2023
1 parent 2295edd commit d78322f
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.4.3](https://github.com/ollz272/garden-server/compare/1.4.2...1.4.3) (2023-04-17)


### Bug Fixes

* use different ubuntu image? ([#199](https://github.com/ollz272/garden-server/issues/199)) ([2295edd](https://github.com/ollz272/garden-server/commit/2295edd5cce2633fcce6d5c916af9ef5dd99dd02))

## [1.4.2](https://github.com/ollz272/garden-server/compare/1.4.1...1.4.2) (2023-04-17)


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.4.2"
version = "1.4.3"
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 @@ -28,7 +28,7 @@ spec:
timeoutSeconds: 30
serviceAccountName: 400668159616-compute@developer.gserviceaccount.com
containers:
- image: gcr.io/garden-server-381815/garden-server:1.4.2 # x-release-please-version
- image: gcr.io/garden-server-381815/garden-server:1.4.3 # x-release-please-version
ports:
- name: http1
containerPort: 8000
Expand Down

0 comments on commit d78322f

Please sign in to comment.