Skip to content

Commit 2a0ae61

Browse files
committed
chore(main): release 2.11.4
1 parent e9e4915 commit 2a0ae61

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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+
* **deps:** update module github.com/aws/smithy-go to v1.24.1 ([#1878](https://github.com/distr-sh/distr/issues/1878)) ([cd15db4](https://github.com/distr-sh/distr/commit/cd15db407ac0806f9b71c066752990537dda85c3))
10+
11+
12+
### Other
13+
14+
* **deps:** bump the npm_and_yarn group across 2 directories with 2 updates ([#1879](https://github.com/distr-sh/distr/issues/1879)) ([e9e4915](https://github.com/distr-sh/distr/commit/e9e4915065be8ff1679a4f6926473f2c972a8676))
15+
* **deps:** update dependency @codemirror/view to v6.39.15 ([#1872](https://github.com/distr-sh/distr/issues/1872)) ([f0d022b](https://github.com/distr-sh/distr/commit/f0d022b177d91f22eda5d8b9df1dafd080adb855))
16+
* **deps:** update dependency @sentry/cli to v3.2.1 ([#1882](https://github.com/distr-sh/distr/issues/1882)) ([e1e23d4](https://github.com/distr-sh/distr/commit/e1e23d46bc6535d0fbe996073108ef7b3c4b887d))
17+
* **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))
18+
* **deps:** update dependency pnpm to v10.30.1 ([#1871](https://github.com/distr-sh/distr/issues/1871)) ([144ac09](https://github.com/distr-sh/distr/commit/144ac09ab7828a476bc28755636f02f8cab9fd2f))
19+
* **deps:** update dependency posthog-js to v1.352.0 ([#1883](https://github.com/distr-sh/distr/issues/1883)) ([e10eeb6](https://github.com/distr-sh/distr/commit/e10eeb6311dfafde1985cdb2393bb802d47cb333))
20+
* **deps:** update sentry-javascript monorepo to v10.39.0 ([#1884](https://github.com/distr-sh/distr/issues/1884)) ([bdc5931](https://github.com/distr-sh/distr/commit/bdc593123c38e03d4acd5ae365d1d348fcc686a7))
21+
* **registry:** more granular "access denied" messages ([#1875](https://github.com/distr-sh/distr/issues/1875)) ([e33ac42](https://github.com/distr-sh/distr/commit/e33ac42da41512d92612d04a49cc4d59226df362))
22+
323
## [2.11.3](https://github.com/distr-sh/distr/compare/2.11.2...2.11.3) (2026-02-19)
424

525

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)