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
30 changes: 30 additions & 0 deletions .github/workflows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [3.2.0](https://github.com/immich-app/devtools/compare/multi-runner-build-workflow-v3.1.0...multi-runner-build-workflow-v3.2.0) (2026-07-25)


### Features

* add customer zitadel staging deployment ([#1739](https://github.com/immich-app/devtools/issues/1739)) ([9c1b9d4](https://github.com/immich-app/devtools/commit/9c1b9d495d72bbde07f137cbd47f9a6c29ac798e))
* run outline-role-sync as a cloudflare worker ([#1698](https://github.com/immich-app/devtools/issues/1698)) ([2057325](https://github.com/immich-app/devtools/commit/2057325ec6302b71fd9933de980a85b850da74b7))


### Bug Fixes

* post terragrunt plan comment even when parsing fails ([#1773](https://github.com/immich-app/devtools/issues/1773)) ([e93e230](https://github.com/immich-app/devtools/commit/e93e230cdf7543c73a68e9ef67804eee497b8461))
* scope zitadel customer tf plan to parent folder ([#1774](https://github.com/immich-app/devtools/issues/1774)) ([91f3931](https://github.com/immich-app/devtools/commit/91f39311fdb889481d3ad68242857298609a3e49))
* workflows write perm for release-please ([#1823](https://github.com/immich-app/devtools/issues/1823)) ([b547f05](https://github.com/immich-app/devtools/commit/b547f052e7dade551a5d515f1f43772faaeae0f7))


### Chores

* bump create-workflow-token action to v3 ([#1781](https://github.com/immich-app/devtools/issues/1781)) ([0761c7b](https://github.com/immich-app/devtools/commit/0761c7b9d2b61f3cd6d99c6879883158c76ad1ed))
* deno ci type checks and linting ([#1694](https://github.com/immich-app/devtools/issues/1694)) ([2a0f12c](https://github.com/immich-app/devtools/commit/2a0f12c4ef714d0cebdf83511bbe57bd4c6dcfaf))
* **deps:** update 1password/install-cli-action action to v4 ([#1715](https://github.com/immich-app/devtools/issues/1715)) ([6d05d9f](https://github.com/immich-app/devtools/commit/6d05d9fc7d37782c2cd2218ee2a0a3bbfd5c323d))
* **deps:** update actions/checkout action to v7 ([#1815](https://github.com/immich-app/devtools/issues/1815)) ([95e12bf](https://github.com/immich-app/devtools/commit/95e12bf34054fc2311103de31789a377966ca3bb))
* **deps:** update actions/setup-node action to v7 ([#1818](https://github.com/immich-app/devtools/issues/1818)) ([1cf0d67](https://github.com/immich-app/devtools/commit/1cf0d6796cb68677499c56b5a7681ccca3ec22dc))
* **deps:** update github-actions ([#1707](https://github.com/immich-app/devtools/issues/1707)) ([54e2822](https://github.com/immich-app/devtools/commit/54e2822201ad112775221039a416e2f81825fcc4))
* **deps:** update github-actions ([#1808](https://github.com/immich-app/devtools/issues/1808)) ([766f095](https://github.com/immich-app/devtools/commit/766f095d453ead81aab229d4afcab487a7bb665a))
* **deps:** update github-actions ([#1817](https://github.com/immich-app/devtools/issues/1817)) ([f5b90cb](https://github.com/immich-app/devtools/commit/f5b90cb68cb8b9d3a7bac519fc30b34356df4b0e))
* **deps:** update immich-app/devtools action to v3 ([#1717](https://github.com/immich-app/devtools/issues/1717)) ([104fd69](https://github.com/immich-app/devtools/commit/104fd6946967c8937dc30f37108acbaa3d39a4c6))
* success-check for terragrunt workflow ([#1775](https://github.com/immich-app/devtools/issues/1775)) ([3fa2802](https://github.com/immich-app/devtools/commit/3fa28029767d6d7cd40d659ed0363f9521c019a4))
* success-check for test-use-mise workflow ([#1687](https://github.com/immich-app/devtools/issues/1687)) ([807a734](https://github.com/immich-app/devtools/commit/807a734c9c24b6fec68356b0d840fe5aee405dfc))

## [3.1.0](https://github.com/immich-app/devtools/compare/multi-runner-build-workflow-v3.0.0...multi-runner-build-workflow-v3.1.0) (2026-06-16)


Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"actions/image-build": "0.1.10",
"actions/success-check": "0.0.6",
"actions/use-mise": "3.2.0",
".github/workflows": "3.1.0",
".github/workflows": "3.2.0",
"actions/pre-job": "2.0.4",
"actions/create-workflow-token": "3.0.0",
"actions/sticky-comment": "1.0.0"
Expand Down
Loading