From fdcd27de4a1a3b4f24efd5587449eb5497375992 Mon Sep 17 00:00:00 2001 From: "Argus [BOT]" Date: Sat, 5 Sep 2026 01:38:55 +0100 Subject: [PATCH 1/2] chore(release): 0.36.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- web/ui/react-app/package.json | 2 +- 5 files changed, 29 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ce5e5c7c5..157f0355f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.35.0" + ".": "0.36.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f110aef..39d51c0af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.36.0](https://github.com/release-argus/Argus/compare/0.35.0...0.36.0) (2026-09-05) + + +### Features + +* **api:** add session/RBAC auth, user management, and WS scoping ([9421169](https://github.com/release-argus/Argus/commit/9421169d776b490ced279f801520fcabe765d478)) +* **auth:** add -auth.create-admin to bootstrap the first admin ([fe20de4](https://github.com/release-argus/Argus/commit/fe20de45bfceb074ad82dcae5416a8ebd09068d9)) +* **auth:** add RBAC, local provider, and auth stores ([453d892](https://github.com/release-argus/Argus/commit/453d892fe500ac8da7cf53d9075aaebff1037e90)) +* **auth:** cap sessions and kick WS clients on grant change ([3ea1a40](https://github.com/release-argus/Argus/commit/3ea1a40d248bf674e076fba7a1fb874e4cc67321)) +* **config:** add settings.auth and password recovery cli flag ([59b25bc](https://github.com/release-argus/Argus/commit/59b25bc71c787a2f9f1f7d4bcf1aebc77a46ec99)) +* **notify:** support smtp AUTH LOGIN and pushover end-to-end encryption ([edd2502](https://github.com/release-argus/Argus/commit/edd250245a9267fd9fc71e100bb05dbf18167efe)) +* **ui:** add login and RBAC-aware admin pages ([323ae45](https://github.com/release-argus/Argus/commit/323ae45f51297bb6158f91f767d2fa3ea07590bf)) +* **ui:** toggle timestamps for release/deployed/queried timestamps ([#984](https://github.com/release-argus/Argus/issues/984)) ([da1c075](https://github.com/release-argus/Argus/commit/da1c0751cc22f415d6bcc7bb75e5f9c13543e897)) +* **web:** resolve the client IP behind trusted proxies ([d00e6c9](https://github.com/release-argus/Argus/commit/d00e6c9543083c3889c7b406777b234b5b2c06f9)) +* **web:** use the forwarded host for CSRF and cookies ([3615c98](https://github.com/release-argus/Argus/commit/3615c988b254ddc24820ce2a4e047962ca75aa98)) + + +### Bug Fixes + +* **notify:** honour the smtp timeout, TLS and auth params ([80182de](https://github.com/release-argus/Argus/commit/80182de536981a957e40a2c555dab7f9d5aeec03)) +* **notify:** send param names Shoutrrr accepts ([5c3764c](https://github.com/release-argus/Argus/commit/5c3764c21ddfe19ad1fde023e84cd1986153fa1e)) +* **ui:** declare missing params in the notify API types ([124b965](https://github.com/release-argus/Argus/commit/124b9658153e2ae66fe85c0acce9fc4dd82afccb)) +* **util:** deny template loads from disk ([fe6be1f](https://github.com/release-argus/Argus/commit/fe6be1f0e80cbe312fe55eb6bf14c721561c6243)) + ## [0.35.0](https://github.com/release-argus/Argus/compare/0.34.0...0.35.0) (2026-08-05) diff --git a/package-lock.json b/package-lock.json index b7f696ac3..95a6c3a91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "commit-check", - "version": "0.35.0", + "version": "0.36.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "commit-check", - "version": "0.35.0", + "version": "0.36.0", "license": "ISC", "dependencies": { "@commitlint/cli": "^21.2.1", diff --git a/package.json b/package.json index 3ac613f58..834f2b4c2 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,5 @@ "tailwind-sort": "prettier './web/ui/react-app/src/**/*{.ts,.tsx}' --write", "test": "echo \"Error: no test specified\" && exit 1" }, - "version": "0.35.0" + "version": "0.36.0" } \ No newline at end of file diff --git a/web/ui/react-app/package.json b/web/ui/react-app/package.json index e8dcf39d0..d42ddfa9c 100644 --- a/web/ui/react-app/package.json +++ b/web/ui/react-app/package.json @@ -76,5 +76,5 @@ "typecheck:e2e": "tsc -p tsconfig.playwright.json" }, "type": "module", - "version": "0.35.0" + "version": "0.36.0" } \ No newline at end of file From 349f3c797733f9be62290c87aa09fc4a1dd87850 Mon Sep 17 00:00:00 2001 From: "Argus [BOT]" Date: Sun, 6 Sep 2026 13:25:56 +0100 Subject: [PATCH 2/2] chore: changelog casing --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d51c0af..fde46986c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. See [standa * **auth:** add -auth.create-admin to bootstrap the first admin ([fe20de4](https://github.com/release-argus/Argus/commit/fe20de45bfceb074ad82dcae5416a8ebd09068d9)) * **auth:** add RBAC, local provider, and auth stores ([453d892](https://github.com/release-argus/Argus/commit/453d892fe500ac8da7cf53d9075aaebff1037e90)) * **auth:** cap sessions and kick WS clients on grant change ([3ea1a40](https://github.com/release-argus/Argus/commit/3ea1a40d248bf674e076fba7a1fb874e4cc67321)) -* **config:** add settings.auth and password recovery cli flag ([59b25bc](https://github.com/release-argus/Argus/commit/59b25bc71c787a2f9f1f7d4bcf1aebc77a46ec99)) +* **config:** add settings.auth and password recovery CLI flag ([59b25bc](https://github.com/release-argus/Argus/commit/59b25bc71c787a2f9f1f7d4bcf1aebc77a46ec99)) * **notify:** support smtp AUTH LOGIN and pushover end-to-end encryption ([edd2502](https://github.com/release-argus/Argus/commit/edd250245a9267fd9fc71e100bb05dbf18167efe)) * **ui:** add login and RBAC-aware admin pages ([323ae45](https://github.com/release-argus/Argus/commit/323ae45f51297bb6158f91f767d2fa3ea07590bf)) * **ui:** toggle timestamps for release/deployed/queried timestamps ([#984](https://github.com/release-argus/Argus/issues/984)) ([da1c075](https://github.com/release-argus/Argus/commit/da1c0751cc22f415d6bcc7bb75e5f9c13543e897))