Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 13, 2023
1 parent 2ceb768 commit 90b06c4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

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


### Features

* GCR deployment ([#158](https://github.com/ollz272/garden-server/issues/158)) ([be32cc4](https://github.com/ollz272/garden-server/commit/be32cc4847efffa768bdef5ed264bfd06e851b0a))


### Bug Fixes

* add checkouts ([a759344](https://github.com/ollz272/garden-server/commit/a759344d33d14938c8f231a719dfbe4de0d112ef))
* add missing checkout ([9d5089f](https://github.com/ollz272/garden-server/commit/9d5089f6ec030b653a44d908f88a58003b0847ca))
* add missing id ([b29ac3a](https://github.com/ollz272/garden-server/commit/b29ac3a14a7f83e6a032de8ecebb77cf7f99ea15))
* adds service.yaml, points deployment there, adds releaserc to update versions ([#159](https://github.com/ollz272/garden-server/issues/159)) ([d85f69d](https://github.com/ollz272/garden-server/commit/d85f69d10c7d11775dd02ff07e6f5502ae8cd6c6))
* fix deployment ([782afaf](https://github.com/ollz272/garden-server/commit/782afaf379ee1d7106f1a85374a1a1ad7e8ecd80))
* fix deployment script ([c417469](https://github.com/ollz272/garden-server/commit/c417469cec33f0ebafccf97edb0413b4dcd73949))
* fix deps ([b2ed5ec](https://github.com/ollz272/garden-server/commit/b2ed5ecb5b3def97155d2d4ae44bd5aaa2bdc14e))
* fix deps again ([aaf7b6b](https://github.com/ollz272/garden-server/commit/aaf7b6bc6b798a94440f37d5b99fd6c3957f6650))
* fix deps in release ([9a0d066](https://github.com/ollz272/garden-server/commit/9a0d06617c463b092ff97d1c46deda3a2b23e5ff))
* fix docker image ([68ab1d3](https://github.com/ollz272/garden-server/commit/68ab1d3e5e2cbd1e82b8822fd530767d102a6f37))
* fix image name ([4bd8978](https://github.com/ollz272/garden-server/commit/4bd89783cca55f800ab890eea44d429c9abb0472))
* fix release me please ([#162](https://github.com/ollz272/garden-server/issues/162)) ([2ceb768](https://github.com/ollz272/garden-server/commit/2ceb768fdd842c4a89068b9bad5b9a95c42d0356))
* fix releaserc? ([b9fb690](https://github.com/ollz272/garden-server/commit/b9fb690d3dc442971556b23252e4481f0cb69e97))
* redo release ([#160](https://github.com/ollz272/garden-server/issues/160)) ([7f9e22d](https://github.com/ollz272/garden-server/commit/7f9e22d6c829621414c5e4f472f5e1378b96598e))
* release ([#157](https://github.com/ollz272/garden-server/issues/157)) ([5b4e6be](https://github.com/ollz272/garden-server/commit/5b4e6becf1eb1cf098dff3b771b9c57dd0cad0d0))
* release deploy ([1eb89b0](https://github.com/ollz272/garden-server/commit/1eb89b0167cf16188ed2c904668974f60fdb7eb5))
* restores production file to former glory ([#154](https://github.com/ollz272/garden-server/issues/154)) ([71b21b5](https://github.com/ollz272/garden-server/commit/71b21b50f8f91a37c3b32ac1fd5027e597e80a59))
* test ([c92dc1d](https://github.com/ollz272/garden-server/commit/c92dc1d7ef206ac9764841f3090a623c40290d8e))
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 = "0.1.0"
version = "1.2.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 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.8 # x-release-please-version
- image: gcr.io/garden-server-381815/garden-server:1.2.0 # x-release-please-version
ports:
- name: http1
containerPort: 8000
Expand Down

0 comments on commit 90b06c4

Please sign in to comment.