chore: v2 maintenance releases (#459)

This commit is contained in:
Tim Möhlmann 2023-10-24 09:29:40 +03:00 committed by GitHub
parent 9c0696306f
commit ef9477cac0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View file

@ -2,6 +2,7 @@ name: Release
on: on:
push: push:
branches: branches:
- "2.11.x"
- main - main
- next - next
tags-ignore: tags-ignore:

View file

@ -1,5 +1,6 @@
module.exports = { module.exports = {
branches: [ branches: [
{name: "2.11.x"},
{name: "main"}, {name: "main"},
{name: "next", prerelease: true}, {name: "next", prerelease: true},
], ],

View file

@ -9,13 +9,12 @@ We currently support the following version of the OIDC framework:
| Version | Supported | Branch | Details | | Version | Supported | Branch | Details |
| -------- | ------------------ | ----------- | ------------------------------------ | | -------- | ------------------ | ----------- | ------------------------------------ |
| 0.x.x | :x: | | not maintained | | 0.x.x | :x: | | not maintained |
| <1.13 | :x: | | not maintained | | <2.11 | :x: | | not maintained |
| 1.13.x | :lock: :warning: | [1.13.x][1] | security only, [community effort][2] | | 2.11.x | :lock: :warning: | [2.11.x][1] | security only, [community effort][2] |
| 2.x.x | :heavy_check_mark: | [main][3] | supported | | 3.x.x | :heavy_check_mark: | [main][3] | supported |
| 3.0.0-xx | :white_check_mark: | [next][4] | [developement branch][5] | | 4.0.0-xx | :white_check_mark: | [next][4] | [development branch] |
[1]: https://github.com/zitadel/oidc/tree/1.13.x [1]: https://github.com/zitadel/oidc/tree/2.11.x
[2]: https://github.com/zitadel/oidc/discussions/378 [2]: https://github.com/zitadel/oidc/discussions/458
[3]: https://github.com/zitadel/oidc/tree/main [3]: https://github.com/zitadel/oidc/tree/main
[4]: https://github.com/zitadel/oidc/tree/next [4]: https://github.com/zitadel/oidc/tree/next
[5]: https://github.com/zitadel/oidc/milestone/2