Skip to content

Commit

Permalink
chore(main): release 0.8.2 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
glasskube-bot authored Jan 3, 2025
1 parent ba0d2ed commit bd902a8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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 @@
{
".": "0.8.1"
".": "0.8.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.2](https://github.com/glasskube/cloud/compare/v0.8.1...v0.8.2) (2025-01-03)


### Other

* force new release (no changes) ([ba0d2ed](https://github.com/glasskube/cloud/commit/ba0d2ed95a82d7c255c84b2d60a803ab32294745))

## [0.8.1](https://github.com/glasskube/cloud/compare/v0.8.0...v0.8.1) (2025-01-03)


Expand Down
2 changes: 1 addition & 1 deletion internal/resources/embedded/agent-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
agent:
network_mode: host
restart: unless-stopped
image: 'ghcr.io/glasskube/cloud-agent:0.8.1' # x-release-please-version
image: 'ghcr.io/glasskube/cloud-agent:0.8.2' # x-release-please-version
environment:
GK_TARGET_ID: '{{ .targetId }}'
GK_TARGET_SECRET: '{{ .targetSecret }}'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glasskube/cloud",
"version": "0.8.1",
"version": "0.8.2",
"type": "module",
"description": "Glasskube cloud",
"homepage": "https://glasskube.cloud/",
Expand Down

0 comments on commit bd902a8

Please sign in to comment.