Skip to content

Commit ca7ad77

Browse files
chore(main): release 1.1.2 (#441)
1 parent 8b634a9 commit ca7ad77

File tree

7 files changed

+19
-7
lines changed

7 files changed

+19
-7
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.1"
2+
".": "1.1.2"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.2](https://github.com/glasskube/distr/compare/1.1.1...1.1.2) (2025-02-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **docker-agent:** keep same docker config after self-update ([#440](https://github.com/glasskube/distr/issues/440)) ([e2619e5](https://github.com/glasskube/distr/commit/e2619e53f68a966a32f0491bcd899ab7974d1bb0))
9+
10+
11+
### Other
12+
13+
* make customer managed environment manageable for vendor ([#439](https://github.com/glasskube/distr/issues/439)) ([8b634a9](https://github.com/glasskube/distr/commit/8b634a9555d4a5f3177e479e3f9d0512188166e5))
14+
315
## [1.1.1](https://github.com/glasskube/distr/compare/1.1.0...1.1.1) (2025-02-06)
416

517

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To get started quickly, do the following:
6767
<!-- x-release-please-start-version -->
6868

6969
```shell
70-
mkdir distr && cd distr && curl -fsSL https://github.com/glasskube/distr/releases/download/1.1.1/deploy-docker.tar.bz2 | tar -jx
70+
mkdir distr && cd distr && curl -fsSL https://github.com/glasskube/distr/releases/download/1.1.2/deploy-docker.tar.bz2 | tar -jx
7171
# make necessary changes to the .env file
7272
docker-compose up -d
7373
```

deploy/charts/distr/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ icon: >-
1414
https://github.com/glasskube/distr/raw/refs/heads/main/frontend/ui/public/distr-logo.svg
1515
home: https://distr.sh/docs/
1616
type: application
17-
version: 1.1.1
18-
appVersion: 1.1.1
17+
version: 1.1.2
18+
appVersion: 1.1.2
1919
dependencies:
2020
- name: postgresql
2121
repository: oci://registry-1.docker.io/bitnamicharts

deploy/docker/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
interval: 5s
1717
retries: 6
1818
hub:
19-
image: ghcr.io/glasskube/distr:1.1.1 # x-release-please-version
19+
image: ghcr.io/glasskube/distr:1.1.2 # x-release-please-version
2020
depends_on:
2121
postgres:
2222
condition: service_healthy

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glasskube/distr",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"type": "module",
55
"license": "Apache-2.0",
66
"description": "Distr",

sdk/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glasskube/distr-sdk",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"type": "module",
55
"license": "Apache-2.0",
66
"description": "Distr SDK",

0 commit comments

Comments
 (0)