Skip to content

Commit

Permalink
chore(main): release 1.1.1 (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
glasskube-bot authored Feb 6, 2025
1 parent 376e69a commit 38c8731
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.0"
".": "1.1.1"
}
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.1](https://github.com/glasskube/distr/compare/1.1.0...1.1.1) (2025-02-06)


### Bug Fixes

* **deps:** update angular monorepo to v19.1.5 ([#437](https://github.com/glasskube/distr/issues/437)) ([c435fe1](https://github.com/glasskube/distr/commit/c435fe172c17b49e30e71c2c92e0618c1a7af338))


### Docs

* add register note ([7418bce](https://github.com/glasskube/distr/commit/7418bce7640b08a837be1350ce105b592fb965c5))
* format readme ([5c5791d](https://github.com/glasskube/distr/commit/5c5791d700637fe0a2cbbe11a9e15f9832ab9101))

## [1.1.0](https://github.com/glasskube/distr/compare/1.0.4...1.1.0) (2025-02-06)


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.0/deploy-docker.tar.bz2 | tar -jx
mkdir distr && cd distr && curl -fsSL https://github.com/glasskube/distr/releases/download/1.1.1/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.0
appVersion: 1.1.0
version: 1.1.1
appVersion: 1.1.1
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.0 # x-release-please-version
image: ghcr.io/glasskube/distr:1.1.1 # 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.0",
"version": "1.1.1",
"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.0",
"version": "1.1.1",
"type": "module",
"license": "Apache-2.0",
"description": "Distr SDK",
Expand Down

0 comments on commit 38c8731

Please sign in to comment.