Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ogkevin-robot[bot] authored Sep 8, 2023
1 parent cc85dd6 commit 9dfc334
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.0](https://github.com/OGKevin/talos-ext-rpi-generic/compare/v1.0.0...v1.1.0) (2023-09-08)


### Features

* **deps:** update module github.com/spf13/viper to v1.16.0 ([#16](https://github.com/OGKevin/talos-ext-rpi-generic/issues/16)) ([29f2d84](https://github.com/OGKevin/talos-ext-rpi-generic/commit/29f2d846486804f6e439a97f782b4ccb7794bf7a))
* **docker-image:** update golang docker tag to v1.21 ([#17](https://github.com/OGKevin/talos-ext-rpi-generic/issues/17)) ([1135ba2](https://github.com/OGKevin/talos-ext-rpi-generic/commit/1135ba24561dfefe4ae9a6a24dfde214686b0aca))


### Bug Fixes

* **deps:** update golang.org/x/exp digest to d852ddb ([#14](https://github.com/OGKevin/talos-ext-rpi-generic/issues/14)) ([92611ea](https://github.com/OGKevin/talos-ext-rpi-generic/commit/92611ead9585b8ea2f079607c016a6150edfa756))
* **deps:** update module github.com/shirou/gopsutil/v3 to v3.23.7 ([#15](https://github.com/OGKevin/talos-ext-rpi-generic/issues/15)) ([7611b31](https://github.com/OGKevin/talos-ext-rpi-generic/commit/7611b319f55d7fa66d594095550f0fd462a86c8b))

## 1.0.0 (2023-07-16)


Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: "3"
vars:
GREETING: Hello, World!
TAG: v1.0.0 # x-release-please-version
TAG: v1.1.0 # x-release-please-version
tasks:
build-binary:
cmds:
Expand Down

0 comments on commit 9dfc334

Please sign in to comment.