Update dexidp/dex Docker tag to v2.39.1
This MR contains the following updates:
Package | Update | Change |
---|---|---|
dexidp/dex | minor |
v2.37.0 -> v2.39.1
|
Release Notes
dexidp/dex (dexidp/dex)
v2.39.1
The official container image for this release can be pulled from
ghcr.io/dexidp/dex:v2.39.1
🐛
Bug Fixes -
Update max length of Kubernetes object to fit Kubernetes policy by @RomanenkoDenys in https://github.com/dexidp/dex/pull/3439 (fix regression for Kubernetes storage)
-
Do not escape password for LDAP connectors by @nabokihms in https://github.com/dexidp/dex/pull/3470 (changes introduced in v2.39.0 were reverted)
v2.39.0
The official container image for this release can be pulled from
ghcr.io/dexidp/dex:v2.39.0
Know before update
[!WARNING] The validation of username and password in the LDAP connector is much more strict now. As of today, Dex uses the
EscapeFilter
function to check for special characters in credentials and prevent injections by denying such requests.
the special characters in the set
()*\
and those out of the range 0 < c < 0x80, as defined in RFC4515
What's Changed
🚀
Enhancements - Also set the username in authproxy connector by @ppacher in https://github.com/dexidp/dex/pull/3307
- Log failed login attempt by @i-amelia in https://github.com/dexidp/dex/pull/2454
- Update ent by @sagikazarmark in https://github.com/dexidp/dex/pull/3379
- Add sanitizer to LDAP account and password by @hsinhoyeh in https://github.com/dexidp/dex/pull/3372
- Add headers control to Dex web server by @nabokihms in https://github.com/dexidp/dex/pull/3339
- OIDC connector: Allow specifying empty prompt type by @nabokihms in https://github.com/dexidp/dex/pull/3373
- Set read-only permissions to the check job by @nabokihms in https://github.com/dexidp/dex/pull/3415
🐛
Bug Fixes - Use the correct token type for userInfo requests while Token Exchange by @MrDeerly in https://github.com/dexidp/dex/pull/3336
- Do not evaluate skipApproval on the approval page by @MM53 in https://github.com/dexidp/dex/pull/3086
⬆ ️
Dependency Updates - build(deps): bump anchore/sbom-action from 0.15.5 to 0.15.6 by @dependabot in https://github.com/dexidp/dex/pull/3314
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22 by @dependabot in https://github.com/dexidp/dex/pull/3328
- build(deps): bump github/codeql-action from 3.23.1 to 3.24.0 by @dependabot in https://github.com/dexidp/dex/pull/3327
- build(deps): bump anchore/sbom-action from 0.15.6 to 0.15.8 by @dependabot in https://github.com/dexidp/dex/pull/3325
- build(deps): bump go.etcd.io/etcd/client/pkg/v3 from 3.5.11 to 3.5.12 by @dependabot in https://github.com/dexidp/dex/pull/3323
- build(deps): bump google.golang.org/api from 0.157.0 to 0.161.0 by @dependabot in https://github.com/dexidp/dex/pull/3317
- build(deps): bump alpine from 3.19.0 to 3.19.1 by @dependabot in https://github.com/dexidp/dex/pull/3311
- build(deps): bump golang from
3bd4475
to3354c3a
by @dependabot in https://github.com/dexidp/dex/pull/3310 - build(deps): bump mheap/github-action-required-labels from 5.1.0 to 5.2.0 by @dependabot in https://github.com/dexidp/dex/pull/3308
- build(deps): bump sigstore/cosign-installer from 3.2.0 to 3.4.0 by @dependabot in https://github.com/dexidp/dex/pull/3324
- build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.11 to 3.5.12 by @dependabot in https://github.com/dexidp/dex/pull/3321
- build(deps): bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 in /examples by @dependabot in https://github.com/dexidp/dex/pull/3340
- build(deps): bump tonistiigi/xx from 1.3.0 to 1.4.0 by @dependabot in https://github.com/dexidp/dex/pull/3333
- build(deps): bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 by @dependabot in https://github.com/dexidp/dex/pull/3341
- build(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 in /examples by @dependabot in https://github.com/dexidp/dex/pull/3352
- build(deps): bump distroless/static from
9be3fcc
toa43abc8
by @dependabot in https://github.com/dexidp/dex/pull/3350 - build(deps): bump aquasecurity/trivy-action from 0.16.1 to 0.17.0 by @dependabot in https://github.com/dexidp/dex/pull/3332
- build(deps): bump docker/metadata-action from 5.5.0 to 5.5.1 by @dependabot in https://github.com/dexidp/dex/pull/3330
- build(deps): bump mheap/github-action-required-labels from 5.2.0 to 5.3.0 by @dependabot in https://github.com/dexidp/dex/pull/3347
- build(deps): bump helm/kind-action from 1.8.0 to 1.9.0 by @dependabot in https://github.com/dexidp/dex/pull/3345
- build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by @dependabot in https://github.com/dexidp/dex/pull/3360
- build(deps): bump google.golang.org/api from 0.161.0 to 0.165.0 by @dependabot in https://github.com/dexidp/dex/pull/3355
- build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0 by @dependabot in https://github.com/dexidp/dex/pull/3359
- build(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 by @dependabot in https://github.com/dexidp/dex/pull/3377
- build(deps): bump google.golang.org/api from 0.165.0 to 0.167.0 by @dependabot in https://github.com/dexidp/dex/pull/3376
- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by @dependabot in https://github.com/dexidp/dex/pull/3375
- build(deps): bump distroless/static from
a43abc8
to072d78b
by @dependabot in https://github.com/dexidp/dex/pull/3374 - build(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 in /examples by @dependabot in https://github.com/dexidp/dex/pull/3368
- build(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.3 by @dependabot in https://github.com/dexidp/dex/pull/3363
- build(deps): bump haya14busa/action-cond from 1.1.1 to 1.2.1 by @dependabot in https://github.com/dexidp/dex/pull/3346
- build(deps): bump golang from 1.21.6-alpine3.18 to 1.22.0-alpine3.18 by @dependabot in https://github.com/dexidp/dex/pull/3334
- build(deps): bump google.golang.org/grpc from 1.61.0 to 1.62.0 by @dependabot in https://github.com/dexidp/dex/pull/3367
- build(deps): bump google.golang.org/grpc from 1.61.0 to 1.62.0 in /api/v2 by @dependabot in https://github.com/dexidp/dex/pull/3365
- build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 by @dependabot in https://github.com/dexidp/dex/pull/3405
- build(deps): bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 by @dependabot in https://github.com/dexidp/dex/pull/3380
- build(deps): bump golang from 1.22.0-alpine3.18 to 1.22.1-alpine3.18 by @dependabot in https://github.com/dexidp/dex/pull/3398
- build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 in /examples by @dependabot in https://github.com/dexidp/dex/pull/3406
- build(deps): bump google.golang.org/api from 0.167.0 to 0.169.0 by @dependabot in https://github.com/dexidp/dex/pull/3407
- Update jose by @nabokihms in https://github.com/dexidp/dex/pull/3409
- build(deps): bump distroless/static from
072d78b
to9235ad9
by @dependabot in https://github.com/dexidp/dex/pull/3381 - build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 by @dependabot in https://github.com/dexidp/dex/pull/3382
- build(deps): bump aquasecurity/trivy-action from 0.17.0 to 0.18.0 by @dependabot in https://github.com/dexidp/dex/pull/3384
- build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by @dependabot in https://github.com/dexidp/dex/pull/3386
- build(deps): bump anchore/sbom-action from 0.15.8 to 0.15.9 by @dependabot in https://github.com/dexidp/dex/pull/3397
- build(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 by @dependabot in https://github.com/dexidp/dex/pull/3393
- build(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 in /examples by @dependabot in https://github.com/dexidp/dex/pull/3394
- build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 in /examples by @dependabot in https://github.com/dexidp/dex/pull/3401
- build(deps): bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0 by @dependabot in https://github.com/dexidp/dex/pull/3414
- build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in https://github.com/dexidp/dex/pull/3413
- build(deps): bump distroless/static from
9235ad9
to7e5c6a2
by @dependabot in https://github.com/dexidp/dex/pull/3410 - build(deps): bump docker/build-push-action from 5.1.0 to 5.2.0 by @dependabot in https://github.com/dexidp/dex/pull/3411
- build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 by @dependabot in https://github.com/dexidp/dex/pull/3412
- build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in https://github.com/dexidp/dex/pull/3389
- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in https://github.com/dexidp/dex/pull/3417
- build(deps): bump github/codeql-action from 3.24.6 to 3.24.8 by @dependabot in https://github.com/dexidp/dex/pull/3422
- build(deps): bump google.golang.org/api from 0.169.0 to 0.171.0 by @dependabot in https://github.com/dexidp/dex/pull/3426
- build(deps): bump docker/login-action from 3.0.0 to 3.1.0 by @dependabot in https://github.com/dexidp/dex/pull/3418
- build(deps): bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.10.0 in /examples by @dependabot in https://github.com/dexidp/dex/pull/3424
- build(deps): bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.10.0 by @dependabot in https://github.com/dexidp/dex/pull/3425
- build(deps): bump docker/build-push-action from 5.2.0 to 5.3.0 by @dependabot in https://github.com/dexidp/dex/pull/3420
- build(deps): bump golang from
010f3b3
toede158f
by @dependabot in https://github.com/dexidp/dex/pull/3421 - build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 in /api/v2 by @dependabot in https://github.com/dexidp/dex/pull/3399
- build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /api/v2 by @dependabot in https://github.com/dexidp/dex/pull/3400
New Contributors
- @ppacher made their first contribution in https://github.com/dexidp/dex/pull/3307
- @MrDeerly made their first contribution in https://github.com/dexidp/dex/pull/3336
- @i-amelia made their first contribution in https://github.com/dexidp/dex/pull/2454
- @hsinhoyeh made their first contribution in https://github.com/dexidp/dex/pull/3372
Full Changelog: https://github.com/dexidp/dex/compare/v2.38.0...v2.39.0
v2.38.0
The official container image for this release can be pulled from
ghcr.io/dexidp/dex:v2.38.0
What's Changed
🎉
Exciting New Features - RFC 8693 OAuth 2.0 Token Exchange by @seankhliao in https://github.com/dexidp/dex/pull/2806
🚀
Enhancements - include granttypes in example config by @seankhliao in https://github.com/dexidp/dex/pull/3027
- Add GetClient grpc service by @marcofranssen in https://github.com/dexidp/dex/pull/2972
- feat: Update response_types_supported to allow multiple-valued response type combinations by @Cedric-Magnan in https://github.com/dexidp/dex/pull/2521
- verify access tokens by checking getuserinfo during a token exchange by @seankhliao in https://github.com/dexidp/dex/pull/3031
- Store offline sessions only if they were requested by the user by @MM53 in https://github.com/dexidp/dex/pull/3125
- Minimalistic support for group filtering in oidc connector by @mdpradeep in https://github.com/dexidp/dex/pull/3074
- feat(connector/microsoft): support custom api and graph URLs by @sagikazarmark in https://github.com/dexidp/dex/pull/3084
- Composite claims in OIDC connector by @Oded-B in https://github.com/dexidp/dex/pull/3056
- Add support for extra claims to authproxy connector by @mkjpryor in https://github.com/dexidp/dex/pull/2851
- Add support for linux/s390x by @lysliu in https://github.com/dexidp/dex/pull/3189
- Override OIDC provider discovered claims by @nabokihms in https://github.com/dexidp/dex/pull/3267
- Bump gomplate to v3.11.7 by @nabokihms in https://github.com/dexidp/dex/pull/3293
- Introduce a dedicated pkg for featureflags by @nabokihms in https://github.com/dexidp/dex/pull/3278
- Sign container images by @nabokihms in https://github.com/dexidp/dex/pull/3269
- Add context to storage's Create endpoints by @PumpkinSeed in https://github.com/dexidp/dex/pull/2935
- feat: add TLS versions configuration by @tuminoid in https://github.com/dexidp/dex/pull/3303
🐛
Bug Fixes - Fix etcd device requests by @MM53 in https://github.com/dexidp/dex/pull/3119
- Fix lint errors after merging AllowedHeaders feature by @nabokihms in https://github.com/dexidp/dex/pull/3247
- Propagate Dex version from build args by @nabokihms in https://github.com/dexidp/dex/pull/3276
⬆ ️
Dependency Updates - build(deps): bump golang.org/x/net from 0.11.0 to 0.12.0 by @dependabot in https://github.com/dexidp/dex/pull/3036
- build(deps): bump google.golang.org/api from 0.129.0 to 0.130.0 by @dependabot in https://github.com/dexidp/dex/pull/3034
- build(deps): bump golang.org/x/crypto from 0.10.0 to 0.11.0 by @dependabot in https://github.com/dexidp/dex/pull/3035
- build(deps): bump helm/kind-action from 1.7.0 to 1.8.0 by @dependabot in https://github.com/dexidp/dex/pull/3041
- build(deps): bump google.golang.org/api from 0.130.0 to 0.134.0 by @dependabot in https://github.com/dexidp/dex/pull/3054
- build(deps): bump docker/setup-buildx-action from 2.8.0 to 2.9.1 by @dependabot in https://github.com/dexidp/dex/pull/3043
- build(deps): bump github/codeql-action from 2.20.1 to 2.21.2 by @dependabot in https://github.com/dexidp/dex/pull/3057
- build(deps): bump google.golang.org/grpc from 1.56.1 to 1.57.0 by @dependabot in https://github.com/dexidp/dex/pull/3055
- build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /api/v2 by @dependabot in https://github.com/dexidp/dex/pull/3021
- build(deps): bump google.golang.org/grpc from 1.55.0 to 1.57.0 in /api/v2 by @dependabot in https://github.com/dexidp/dex/pull/3053
- build(deps): bump golang.org/x/net from 0.12.0 to 0.13.0 by @dependabot in https://github.com/dexidp/dex/pull/3060
- build(deps): bump google.golang.org/api from 0.134.0 to 0.138.0 by @dependabot in https://github.com/dexidp/dex/pull/3079
- build(deps): bump actions/dependency-review-action from 3.0.6 to 3.0.8 by @dependabot in https://github.com/dexidp/dex/pull/3078
- build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by @dependabot in https://github.com/dexidp/dex/pull/3076
- build(deps): bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in https://github.com/dexidp/dex/pull/3071
- build(deps): bump alpine from 3.18.2 to 3.18.3 by @dependabot in https://github.com/dexidp/dex/pull/3069
- build(deps): bump aquasecurity/trivy-action from 0.11.2 to 0.12.0 by @dependabot in https://github.com/dexidp/dex/pull/3090
- build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by @dependabot in https://github.com/dexidp/dex/pull/3099
- build(deps): bump docker/setup-buildx-action from 2.9.1 to 3.0.0 by @dependabot in https://github.com/dexidp/dex/pull/3104
- build(deps): bump actions/checkout from 3.5.3 to 4.1.0 by @dependabot in https://github.com/dexidp/dex/pull/3117
- build(deps): bump alpine from 3.18.3 to 3.18.4 by @dependabot in https://github.com/dexidp/dex/pull/3130
- build(deps): bump github/codeql-action from 2.21.4 to 2.21.9 by @dependabot in https://github.com/dexidp/dex/pull/3127
- build(deps): bump google.golang.org/api from 0.138.0 to 0.143.0 by @dependabot in https://github.com/dexidp/dex/pull/3121
- build(deps): bump google.golang.org/grpc from 1.57.0 to 1.58.2 by @dependabot in https://github.com/dexidp/dex/pull/3116
- build(deps): bump google.golang.org/grpc from 1.57.0 to 1.58.2 in /api/v2 by @dependabot in https://github.com/dexidp/dex/pull/3115
- build(deps): bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 by @dependabot in https://github.com/dexidp/dex/pull/3132
- build(deps): bump github.com/go-ldap/ldap/v3 from 3.4.5 to 3.4.6 by @dependabot in https://github.com/dexidp/dex/pull/3133
- build(deps): bump docker/login-action from 2.2.0 to 3.0.0 by @dependabot in https://github.com/dexidp/dex/pull/3134
- build(deps): bump docker/build-push-action from 4.1.1 to 5.0.0 by @dependabot in https://github.com/dexidp/dex/pull/3135
- build(deps): bump docker/metadata-action from 4.6.0 to 5.0.0 by @dependabot in https://github.com/dexidp/dex/pull/3136
- build(deps): bump actions/dependency-review-action from 3.0.8 to 3.1.0 by @dependabot in https://github.com/dexidp/dex/pull/3137
- build(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0 by @dependabot in https://github.com/dexidp/dex/pull/3138
- build(deps): bump google.golang.org/api from 0.143.0 to 0.147.0 by @dependabot in https://github.com/dexidp/dex/pull/3152
- build(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in https://github.com/dexidp/dex/pull/3155
- build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0 by @dependabot in https://github.com/dexidp/dex/pull/3154
- build(deps): bump github/codeql-action from 2.21.9 to 2.22.3 by @dependabot in https://github.com/dexidp/dex/pull/3153
- build(deps): bump tonistiigi/xx from 1.2.1 to 1.3.0 by @dependabot in https://github.com/dexidp/dex/pull/3161
- build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in https://github.com/dexidp/dex/pull/3159
- build(deps): bump google.golang.org/grpc from 1.58.3 to 1.59.0 by @dependabot in https://github.com/dexidp/dex/pull/3157
- build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /examples by @dependabot in https://github.com/dexidp/dex/pull/3151
- build(deps): bump google.golang.org/api from 0.147.0 to 0.148.0 by @dependabot in https://github.com/dexidp/dex/pull/3163
- build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 in /api/v2 by @dependabot in https://github.com/dexidp/dex/pull/3150
- Bump Go 1.21 by @nabokihms in https://github.com/dexidp/dex/pull/3165
- build(deps): bump google.golang.org/grpc from 1.58.2 to 1.59.0 in /api/v2 by @dependabot in https://github.com/dexidp/dex/pull/3158
- Bump ent (v0.12.4) and example app dependencies by @nabokihms in https://github.com/dexidp/dex/pull/3166
- build(deps): bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0 by @dependabot in https://github.com/dexidp/dex/pull/3167
- build(deps): bump github/codeql-action from 2.22.3 to 2.22.4 by @dependabot in https://github.com/dexidp/dex/pull/3168
- build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 by @dependabot in https://github.com/dexidp/dex/pull/3169
- build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.9 to 3.5.11 by @dependabot in https://github.com/dexidp/dex/pull/3216
- build(deps): bump golang from 1.21.3-alpine3.18 to 1.21.5-alpine3.18 by @dependabot in https://github.com/dexidp/dex/pull/3213
- build(deps): bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 by @dependabot in https://github.com/dexidp/dex/pull/3181
- build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in https://github.com/dexidp/dex/pull/3182
- build(deps): bump docker/build-push-action from 5.0.0 to 5.1.0 by @dependabot in https://github.com/dexidp/dex/pull/3198
- build(deps): bump anchore/sbom-action from 0.14.3 to 0.15.1 by @dependabot in https://github.com/dexidp/dex/pull/3210
- build(deps): bump aquasecurity/trivy-action from 0.12.0 to 0.16.0 by @dependabot in https://github.com/dexidp/dex/pull/3219
- build(deps): bump actions/dependency-review-action from 3.1.0 to 3.1.4 by @dependabot in https://github.com/dexidp/dex/pull/3206
- Bump golangci-lint 1.55.2 by @nabokihms in https://github.com/dexidp/dex/pull/3232
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.19 by @dependabot in https://github.com/dexidp/dex/pull/3226
- build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in https://github.com/dexidp/dex/pull/3228
- build(deps): bump alpine from 3.18.4 to 3.19.0 by @dependabot in https://github.com/dexidp/dex/pull/3214
- build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 by @dependabot in https://github.com/dexidp/dex/pull/3201
- build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples by @dependabot in https://github.com/dexidp/dex/pull/3229
- build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 in /examples by @dependabot in https://github.com/dexidp/dex/pull/3202
- build(deps): bump github/codeql-action from 2.22.4 to 3.22.12 by @dependabot in https://github.com/dexidp/dex/pull/3231
- build(deps): bump google.golang.org/api from 0.148.0 to 0.154.0 by @dependabot in https://github.com/dexidp/dex/pull/3223
- Patch gomplate to v3.11.6 by @gburton1 in https://github.com/dexidp/dex/pull/3234
- build(deps): bump docker/metadata-action from 5.0.0 to 5.4.0 by @dependabot in https://github.com/dexidp/dex/pull/3235
- build(deps): bump google.golang.org/grpc from 1.59.0 to 1.60.1 by @dependabot in https://github.com/dexidp/dex/pull/3241
- build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in https://github.com/dexidp/dex/pull/3236
- build(deps): bump github.com/gorilla/mux from 1.8.0 to 1.8.1 by @dependabot in https://github.com/dexidp/dex/pull/3239
- build(deps): bump github.com/coreos/go-oidc/v3 from 3.7.0 to 3.9.0 by @dependabot in https://github.com/dexidp/dex/pull/3238
- build(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 by @dependabot in https://github.com/dexidp/dex/pull/3246
- Bump dependencies ent v0.12.5, protobuf v1.32.0 by @nabokihms in https://github.com/dexidp/dex/pull/3249
- build(deps): bump actions/dependency-review-action from 3.1.4 to 3.1.5 by @dependabot in https://github.com/dexidp/dex/pull/3256
- build(deps): bump google.golang.org/api from 0.154.0 to 0.155.0 by @dependabot in https://github.com/dexidp/dex/pull/3257
- build(deps): bump anchore/sbom-action from 0.15.1 to 0.15.3 by @dependabot in https://github.com/dexidp/dex/pull/3265
- build(deps): bump github.com/beevik/etree from 1.2.0 to 1.3.0 by @dependabot in https://github.com/dexidp/dex/pull/3252
- build(deps): bump aquasecurity/trivy-action from 0.16.0 to 0.16.1 by @dependabot in https://github.com/dexidp/dex/pull/3253
- build(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 by @dependabot in https://github.com/dexidp/dex/pull/3262
- build(deps): bump docker/metadata-action from 5.4.0 to 5.5.0 by @dependabot in https://github.com/dexidp/dex/pull/3259
- build(deps): bump github/codeql-action from 3.22.12 to 3.23.0 by @dependabot in https://github.com/dexidp/dex/pull/3264
- build(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by @dependabot in https://github.com/dexidp/dex/pull/3263
- build(deps): bump golang from 1.21.5-alpine3.18 to 1.21.6-alpine3.18 by @dependabot in https://github.com/dexidp/dex/pull/3266
- build(deps): bump google.golang.org/api from 0.155.0 to 0.156.0 by @dependabot in https://github.com/dexidp/dex/pull/3270
- build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 by @dependabot in https://github.com/dexidp/dex/pull/3282
- build(deps): bump google.golang.org/api from 0.156.0 to 0.157.0 by @dependabot in https://github.com/dexidp/dex/pull/3285
- build(deps): bump anchore/sbom-action from 0.15.3 to 0.15.4 by @dependabot in https://github.com/dexidp/dex/pull/3286
- build(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0 by @dependabot in https://github.com/dexidp/dex/pull/3287
- build(deps): bump anchore/sbom-action from 0.15.4 to 0.15.5 by @dependabot in https://github.com/dexidp/dex/pull/3291
- build(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 by @dependabot in https://github.com/dexidp/dex/pull/3296
- build(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 in /api/v2 by @dependabot in https://github.com/dexidp/dex/pull/3294
- build(deps): bump github.com/coreos/go-oidc/v3 from 3.7.0 to 3.9.0 in /examples by @dependabot in https://github.com/dexidp/dex/pull/3298
- build(deps): bump google.golang.org/grpc from 1.59.0 to 1.61.0 in /examples by @dependabot in https://github.com/dexidp/dex/pull/3300
- build(deps): bump golang from
869193e
to3bd4475
by @dependabot in https://github.com/dexidp/dex/pull/3301 - build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 in /examples by @dependabot in https://github.com/dexidp/dex/pull/3299
- build(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.16.0 in /examples by @dependabot in https://github.com/dexidp/dex/pull/3297
Other Changes
- feat: Add configurable CORS Headers by @josiah-lunit in https://github.com/dexidp/dex/pull/3114
New Contributors
- @Cedric-Magnan made their first contribution in https://github.com/dexidp/dex/pull/2521
- @uucloud made their first contribution in https://github.com/dexidp/dex/pull/3087
- @MM53 made their first contribution in https://github.com/dexidp/dex/pull/3125
- @mdpradeep made their first contribution in https://github.com/dexidp/dex/pull/3074
- @Oded-B made their first contribution in https://github.com/dexidp/dex/pull/3056
- @gburton1 made their first contribution in https://github.com/dexidp/dex/pull/3234
- @josiah-lunit made their first contribution in https://github.com/dexidp/dex/pull/3114
- @mkjpryor made their first contribution in https://github.com/dexidp/dex/pull/2851
- @lysliu made their first contribution in https://github.com/dexidp/dex/pull/3189
- @PumpkinSeed made their first contribution in https://github.com/dexidp/dex/pull/2935
- @tuminoid made their first contribution in https://github.com/dexidp/dex/pull/3303
Full Changelog: https://github.com/dexidp/dex/compare/v2.37.0...v2.38.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.