Skip to content

Commit 196ae64

Browse files
turegjorupclaude
andcommitted
Release 1.11.2: update openid-connect-bundle to 5.0 and Symfony to 8.1
Port of #85 onto main (regenerated lock/api-spec on main's baseline, which does not include the unreleased asset-mapper migration). - Bump itk-dev/openid-connect-bundle to ^5.0 (pulls itk-dev/openid-connect 5.0) - Migrate AzureOIDCAuthenticator to OpenIdConnectExceptionInterface (5.0 BC) - Update Symfony to 8.1 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 66edb57 commit 196ae64

6 files changed

Lines changed: 611 additions & 452 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.11.2] - 2026-06-02
11+
12+
- [#85](https://github.com/itk-dev/devops_itksites/pull/85)
13+
Update openid-connect-bundle to 5.0 and Symfony to 8.1
14+
- Bump `itk-dev/openid-connect-bundle` to `^5.0` (pulls `itk-dev/openid-connect` 5.0)
15+
- Migrate OIDC authenticator to the new exception marker interface
16+
`OpenIdConnectExceptionInterface` (5.0 BC: concrete exceptions no longer
17+
extend `ItkOpenIdConnectException`)
18+
- Update Symfony to 8.1
19+
1020
## [1.11.1] - 2026-06-01
1121

1222
- [#84](https://github.com/itk-dev/devops_itksites/pull/84)
@@ -181,7 +191,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
181191

182192
## [1.0.0] - 2022-09-15
183193

184-
[Unreleased]: https://github.com/itk-dev/devops_itksites/compare/1.11.1...HEAD
194+
[Unreleased]: https://github.com/itk-dev/devops_itksites/compare/1.11.2...HEAD
195+
[1.11.2]: https://github.com/itk-dev/devops_itksites/compare/1.11.1...1.11.2
185196
[1.11.1]: https://github.com/itk-dev/devops_itksites/compare/1.11.0...1.11.1
186197
[1.11.0]: https://github.com/itk-dev/devops_itksites/compare/1.10.1...1.11.0
187198
[1.10.1]: https://github.com/itk-dev/devops_itksites/compare/1.10.0...1.10.1

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"doctrine/doctrine-migrations-bundle": "^4.0",
1515
"doctrine/orm": "^3.0",
1616
"easycorp/easyadmin-bundle": "^5.0",
17-
"itk-dev/openid-connect-bundle": "^4.0",
17+
"itk-dev/openid-connect-bundle": "^5.0",
1818
"itk-dev/vault-bundle": "^1.0.0",
1919
"nelmio/cors-bundle": "^2.2",
2020
"ocramius/doctrine-batch-utils": "^2.8",
@@ -99,7 +99,7 @@
9999
"extra": {
100100
"symfony": {
101101
"allow-contrib": false,
102-
"require": "8.0.*"
102+
"require": "8.1.*"
103103
}
104104
},
105105
"scripts": {

0 commit comments

Comments
 (0)