Skip to content

Commit

Permalink
chore(main): release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glasskube-bot committed Jan 7, 2025
1 parent bc0ef91 commit ddb2fe5
Show file tree
Hide file tree
Showing 4 changed files with 18 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.2"
".": "0.8.3"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.8.3](https://github.com/glasskube/cloud/compare/v0.8.2...v0.8.3) (2025-01-07)


### Bug Fixes

* **deps:** update dependency posthog-js to v1.203.3 ([#225](https://github.com/glasskube/cloud/issues/225)) ([674848d](https://github.com/glasskube/cloud/commit/674848d514711e8ebef1013affd916ae7e82dc4d))
* **deps:** update dependency posthog-js to v1.204.0 ([#230](https://github.com/glasskube/cloud/issues/230)) ([3fd67ff](https://github.com/glasskube/cloud/commit/3fd67ff9695b9f19c254b6c53e1c5a0f0b0f9dac))
* **deps:** update module golang.org/x/crypto to v0.32.0 ([#231](https://github.com/glasskube/cloud/issues/231)) ([bc0ef91](https://github.com/glasskube/cloud/commit/bc0ef917cb4e982c9571bae2cf87b98832bedd47))


### Other

* **deps:** update cgr.dev/chainguard/static:latest docker digest to f96b5a6 ([#229](https://github.com/glasskube/cloud/issues/229)) ([4cf3404](https://github.com/glasskube/cloud/commit/4cf3404433823999aa81c3df2184ee6b4841e87d))
* **deps:** update dependency golangci-lint to v1.63.4 ([#228](https://github.com/glasskube/cloud/issues/228)) ([a4fc4a6](https://github.com/glasskube/cloud/commit/a4fc4a653fc58b805d3894c1d556fed30f6f18b2))

## [0.8.2](https://github.com/glasskube/cloud/compare/v0.8.1...v0.8.2) (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.2' # x-release-please-version
image: 'ghcr.io/glasskube/cloud-agent:0.8.3' # 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.2",
"version": "0.8.3",
"type": "module",
"description": "Glasskube cloud",
"homepage": "https://glasskube.cloud/",
Expand Down

0 comments on commit ddb2fe5

Please sign in to comment.