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

## [2.4.0](https://github.com/immich-app/devtools/compare/multi-runner-build-workflow-v2.3.0...multi-runner-build-workflow-v2.4.0) (2026-04-16)


### Features

* add terraform plan pr comments separated by module ([#1460](https://github.com/immich-app/devtools/issues/1460)) ([464be4a](https://github.com/immich-app/devtools/commit/464be4a34cf24db195553b91983174e21cc5d55b))
* migrate 1pass provider to use connect server ([#1454](https://github.com/immich-app/devtools/issues/1454)) ([402f24d](https://github.com/immich-app/devtools/commit/402f24dfa41911c6dccc2ee55cf1fbcbf8704aad))
* **zitadel:** gitlab oauth and role mapping ([#1383](https://github.com/immich-app/devtools/issues/1383)) ([5d02b07](https://github.com/immich-app/devtools/commit/5d02b075c652fe225c3e95c896739d85e7d7659a))


### Bug Fixes

* edit existing terraform plan PR comment instead of posting new ones ([#1464](https://github.com/immich-app/devtools/issues/1464)) ([08c368e](https://github.com/immich-app/devtools/commit/08c368e665e0d906d2fe478ff096fdb94089891c))


### Chores

* **deps:** update 1password/install-cli-action action to v3 ([#1509](https://github.com/immich-app/devtools/issues/1509)) ([c8b2a07](https://github.com/immich-app/devtools/commit/c8b2a0710264f633cdd61203fc6eb382e99c0fed))
* **deps:** update astral-sh/setup-uv action to v8 ([#1510](https://github.com/immich-app/devtools/issues/1510)) ([cd0bd4a](https://github.com/immich-app/devtools/commit/cd0bd4affb7f47ebea6a07b2e1f3f3590b255f6a))
* **deps:** update fluxcd ([#1505](https://github.com/immich-app/devtools/issues/1505)) ([1485179](https://github.com/immich-app/devtools/commit/1485179ae8de19d28252488780b35bd1d03e6670))
* **deps:** update github-actions ([#1465](https://github.com/immich-app/devtools/issues/1465)) ([69f73e1](https://github.com/immich-app/devtools/commit/69f73e1ed377d875dbf1c150e7dc5170ab01b2aa))
* **deps:** update github-actions ([#1488](https://github.com/immich-app/devtools/issues/1488)) ([2ee2888](https://github.com/immich-app/devtools/commit/2ee288826ca7aa1ac44809ebabb69a7e32b4c1f9))
* **deps:** update googleapis/release-please-action action to v4.4.1 ([#1498](https://github.com/immich-app/devtools/issues/1498)) ([edf768a](https://github.com/immich-app/devtools/commit/edf768a76eea5bd36cb6d0980c9ee7b8e6b34c6f))

## [2.3.0](https://github.com/immich-app/devtools/compare/multi-runner-build-workflow-v2.2.1...multi-runner-build-workflow-v2.3.0) (2026-03-24)


Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"actions/success-check": "0.0.5",
"actions/use-mise": "1.1.3",
"services/outline-role-sync": "1.0.0",
".github/workflows": "2.3.0",
".github/workflows": "2.4.0",
"actions/pre-job": "2.0.3",
"actions/create-workflow-token": "1.0.2"
}
Loading