Skip to content

Commit

Permalink
chore(main): release 0.13.2 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
glasskube-bot authored Jan 28, 2025
1 parent 4a93550 commit 65e0184
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 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.13.1"
".": "0.13.2"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.13.2](https://github.com/glasskube/distr/compare/0.13.1...0.13.2) (2025-01-28)


### Bug Fixes

* **deps:** update dependency posthog-js to v1.211.0 ([#371](https://github.com/glasskube/distr/issues/371)) ([3e3e751](https://github.com/glasskube/distr/commit/3e3e7513547d08e69ea259db49302134ce8b0c10))


### Other

* add sdk docs ([#368](https://github.com/glasskube/distr/issues/368)) ([4a93550](https://github.com/glasskube/distr/commit/4a93550dcc36081039fb632ed0110f5505549a47))
* rename distr docker agent ([#374](https://github.com/glasskube/distr/issues/374)) ([ee7cb07](https://github.com/glasskube/distr/commit/ee7cb071307520377af1cd0427cd1284fca8f22d))
* replace icons and agent variable names ([#373](https://github.com/glasskube/distr/issues/373)) ([daa4141](https://github.com/glasskube/distr/commit/daa4141eb1011cd38eeb225bf0689fc85a3fa0a8))

## [0.13.1](https://github.com/glasskube/distr/compare/0.13.0...0.13.1) (2025-01-27)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To get started quickly, do the following:
<!-- x-release-please-start-version -->

```shell
mkdir distr && cd distr && curl -fsSL https://github.com/glasskube/distr/releases/download/0.13.1/deploy-docker.tar.bz2 | tar -jx
mkdir distr && cd distr && curl -fsSL https://github.com/glasskube/distr/releases/download/0.13.2/deploy-docker.tar.bz2 | tar -jx
# make necessary changes to the .env file
docker-compose up -d
```
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
interval: 5s
retries: 6
hub:
image: ghcr.io/glasskube/distr:0.13.1 # x-release-please-version
image: ghcr.io/glasskube/distr:0.13.2 # x-release-please-version
depends_on:
postgres:
condition: service_healthy
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/distr",
"version": "0.13.1",
"version": "0.13.2",
"type": "module",
"license": "Apache-2.0",
"description": "Distr",
Expand Down
2 changes: 1 addition & 1 deletion sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glasskube/distr-sdk",
"version": "0.13.1",
"version": "0.13.2",
"type": "module",
"license": "Apache-2.0",
"description": "Distr SDK",
Expand Down

0 comments on commit 65e0184

Please sign in to comment.