Skip to content

Commit 03ce6e9

Browse files
committed
chore(main): release 2.11.4
1 parent a69cfb2 commit 03ce6e9

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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+
### Bug Fixes
7+
8+
* **backend:** fix bad userId in pull log creation for agent ([#1873](https://github.com/distr-sh/distr/issues/1873)) ([8b776a9](https://github.com/distr-sh/distr/commit/8b776a986897c1777de5072accea60b9d1dbdd43))
9+
10+
11+
### Other
12+
13+
* **deps:** update dependency jasmine-core to ~6.1.0 ([#1880](https://github.com/distr-sh/distr/issues/1880)) ([a69cfb2](https://github.com/distr-sh/distr/commit/a69cfb2459bd964156bf34ac202d36395c876807))
14+
* **registry:** more granular "access denied" messages ([#1875](https://github.com/distr-sh/distr/issues/1875)) ([e33ac42](https://github.com/distr-sh/distr/commit/e33ac42da41512d92612d04a49cc4d59226df362))
15+
316
## [2.11.3](https://github.com/distr-sh/distr/compare/2.11.2...2.11.3) (2026-02-19)
417

518

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)