Skip to content

Commit f14048c

Browse files
committed
chore(main): release 2.11.4
1 parent e33ac42 commit f14048c

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.11.3"
2+
".": "2.11.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.11.4](https://github.com/distr-sh/distr/compare/2.11.3...2.11.4) (2026-02-23)
4+
5+
6+
### Other
7+
8+
* **registry:** more granular "access denied" messages ([#1875](https://github.com/distr-sh/distr/issues/1875)) ([e33ac42](https://github.com/distr-sh/distr/commit/e33ac42da41512d92612d04a49cc4d59226df362))
9+
310
## [2.11.3](https://github.com/distr-sh/distr/compare/2.11.2...2.11.3) (2026-02-19)
411

512

deploy/charts/distr/Chart.yaml

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

deploy/docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
retries: 6
1818
start_period: 30s
1919
hub:
20-
image: ghcr.io/distr-sh/distr-ce:2.11.3 # x-release-please-version
20+
image: ghcr.io/distr-sh/distr-ce:2.11.4 # x-release-please-version
2121
depends_on:
2222
postgres:
2323
condition: service_healthy

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@distr-sh/distr",
3-
"version": "2.11.3",
3+
"version": "2.11.4",
44
"type": "module",
55
"license": "Apache-2.0",
66
"description": "Distr",

sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@distr-sh/distr-sdk",
3-
"version": "2.11.3",
3+
"version": "2.11.4",
44
"type": "module",
55
"license": "Apache-2.0",
66
"description": "Distr SDK",

0 commit comments

Comments
 (0)