Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.11.4"
".": "2.11.5"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.11.5](https://github.com/distr-sh/distr/compare/2.11.4...2.11.5) (2026-02-24)


### Other

* **deps:** update distr-sh/hello-distr to v0.4.3 ([#1887](https://github.com/distr-sh/distr/issues/1887)) ([345dc35](https://github.com/distr-sh/distr/commit/345dc35916c0cd935152cd986d7e90b7523b5be0))
* **ui:** remove id column from application detail component ([#1886](https://github.com/distr-sh/distr/issues/1886)) ([c0379c9](https://github.com/distr-sh/distr/commit/c0379c9834ca6a795fab8a3883376c481d4dd426))

## [2.11.4](https://github.com/distr-sh/distr/compare/2.11.3...2.11.4) (2026-02-23)


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/distr-sh/distr/raw/refs/heads/main/frontend/ui/public/distr-logo.svg
home: https://distr.sh/docs/
type: application
version: 2.11.4
appVersion: 2.11.4
version: 2.11.5
appVersion: 2.11.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 @@ -17,7 +17,7 @@ services:
retries: 6
start_period: 30s
hub:
image: ghcr.io/distr-sh/distr-ce:2.11.4 # x-release-please-version
image: ghcr.io/distr-sh/distr-ce:2.11.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": "@distr-sh/distr",
"version": "2.11.4",
"version": "2.11.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": "@distr-sh/distr-sdk",
"version": "2.11.4",
"version": "2.11.5",
"type": "module",
"license": "Apache-2.0",
"description": "Distr SDK",
Expand Down
Loading