Skip to content

Commit

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

## [1.1.5](https://github.com/glasskube/distr/compare/1.1.4...1.1.5) (2025-02-13)


### Other

* **deps:** update dependency go to v1.24.0 ([#466](https://github.com/glasskube/distr/issues/466)) ([9c9b271](https://github.com/glasskube/distr/commit/9c9b27145d2ff2c43e0f59bdae7774dd6604c99e))
* **deps:** update golang docker tag to v1.24 ([#479](https://github.com/glasskube/distr/issues/479)) ([7863713](https://github.com/glasskube/distr/commit/786371356044ed6d7aa97e070b554877978ed83e))


### Performance

* **backend:** optimize database query for deployment target with latest status ([#477](https://github.com/glasskube/distr/issues/477)) ([39f6172](https://github.com/glasskube/distr/commit/39f61724ec98f04bdf354977e18a47bc9f1cd66a))

## [1.1.4](https://github.com/glasskube/distr/compare/1.1.3...1.1.4) (2025-02-13)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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/1.1.4/deploy-docker.tar.bz2 | tar -jx
mkdir distr && cd distr && curl -fsSL https://github.com/glasskube/distr/releases/download/1.1.5/deploy-docker.tar.bz2 | tar -jx
# make necessary changes to the .env file
docker-compose up -d
```
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/distr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ icon: >-
https://github.com/glasskube/distr/raw/refs/heads/main/frontend/ui/public/distr-logo.svg
home: https://distr.sh/docs/
type: application
version: 1.1.4
appVersion: 1.1.4
version: 1.1.5
appVersion: 1.1.5
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
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:1.1.4 # x-release-please-version
image: ghcr.io/glasskube/distr:1.1.5 # 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": "1.1.4",
"version": "1.1.5",
"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": "1.1.4",
"version": "1.1.5",
"type": "module",
"license": "Apache-2.0",
"description": "Distr SDK",
Expand Down

0 comments on commit c31cbf1

Please sign in to comment.