Update dependency ghcr.io/dexidp/dex to v2.31.0 #731

Closed
renovate-bot wants to merge 1 commit from renovate/ghcr.io-dexidp-dex-2.x into master
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/dexidp/dex minor v2.30.0 -> v2.31.0

Release Notes

dexidp/dex

v2.31.0

Compare Source

The official docker release for this release can be pulled from

ghcr.io/dexidp/dex:v2.31.0

What's Changed

Dependency updates

New Contributors

Full Changelog: https://github.com/dexidp/dex/compare/v2.30.0...v2.31.0

v2.30.3

Compare Source

The official docker release for this release can be pulled from

ghcr.io/dexidp/dex:v2.30.3

Bugfixes:

  • Bitbucket Cloud connector: replace /teams API w/ /workspaces
    (#​2390, @​rahulchheda)

    Note: Deprecated /teams endpoints were deleted by Atlassian, which broke the Bitbucket Cloud connector. Thus anyone using authentication through Bitbucket Cloud should upgrade Dex to the >= v2.30.3 version.

v2.30.2

Compare Source

The official docker release for this release can be pulled from

ghcr.io/dexidp/dex:v2.30.2

This version is identical to v2.30.1.

We had some issues with CI when tagging v2.30.1 and tried tagging one more time. Ultimately, it turned out to be a permission issue. After fixing that both builds completed successfully.

v2.30.1

Compare Source

The official docker release for this release can be pulled from

ghcr.io/dexidp/dex:v2.30.1

Security:


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dexidp/dex](https://github.com/dexidp/dex) | minor | `v2.30.0` -> `v2.31.0` | --- ### Release Notes <details> <summary>dexidp/dex</summary> ### [`v2.31.0`](https://github.com/dexidp/dex/releases/v2.31.0) [Compare Source](https://github.com/dexidp/dex/compare/v2.30.3...v2.31.0) The official docker release for this release can be pulled from ghcr.io/dexidp/dex:v2.31.0 #### What's Changed - Bump Dex image to v2.30.0 for Kubernetes deployment example by [@&#8203;rdimitrov](https://github.com/rdimitrov) in https://github.com/dexidp/dex/pull/2232 - Update Go to 1.17 by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/dexidp/dex/pull/2247 - refactor: move from io/ioutil to io and os package by [@&#8203;Juneezee](https://github.com/Juneezee) in https://github.com/dexidp/dex/pull/2278 - feat: Add MySQL ent-based storage driver by [@&#8203;nabokihms](https://github.com/nabokihms) in https://github.com/dexidp/dex/pull/2272 - chore: fix ioutil lint error after merging MySQL ent storage by [@&#8203;nabokihms](https://github.com/nabokihms) in https://github.com/dexidp/dex/pull/2282 - Add parametrization of grant type supported in discovery endpoint by [@&#8203;ariary](https://github.com/ariary) in https://github.com/dexidp/dex/pull/2265 - Resolves [#&#8203;2111](https://github.com/dexidp/dex/issues/2111) Option to fetch transitive group membership by [@&#8203;snuggie12](https://github.com/snuggie12) in https://github.com/dexidp/dex/pull/2268 - Return valid JWT access token from password grant by [@&#8203;enj](https://github.com/enj) in https://github.com/dexidp/dex/pull/2234 - fix: do not update offlinesession lastUsed field if refresh token was not updated by [@&#8203;nabokihms](https://github.com/nabokihms) in https://github.com/dexidp/dex/pull/2300 - fix web static file path slash error for win platform by [@&#8203;copperyp](https://github.com/copperyp) in https://github.com/dexidp/dex/pull/2305 - Update grpc by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/dexidp/dex/pull/2321 - ci: fix container image permissions by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/dexidp/dex/pull/2329 - feat: print dex version in the logs by [@&#8203;iam-veeramalla](https://github.com/iam-veeramalla) in https://github.com/dexidp/dex/pull/2337 - OAuth connector by [@&#8203;xtremerui](https://github.com/xtremerui) in https://github.com/dexidp/dex/pull/1630 - fix: return invalid_grant error on claiming token of another client by [@&#8203;nabokihms](https://github.com/nabokihms) in https://github.com/dexidp/dex/pull/2344 - chore: warning about deprecated LDAP groupSearch fields by [@&#8203;nabokihms](https://github.com/nabokihms) in https://github.com/dexidp/dex/pull/2026 - Add Nix environment by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/dexidp/dex/pull/2324 - Update dependencies in the examples package by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/dexidp/dex/pull/2372 - add sigstore to ADOPTERS.md by [@&#8203;bobcallaway](https://github.com/bobcallaway) in https://github.com/dexidp/dex/pull/2374 - Add claimMapping enforcement by [@&#8203;Happy2C0de](https://github.com/Happy2C0de) in https://github.com/dexidp/dex/pull/2233 - ci: run trivy scan on container image by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/dexidp/dex/pull/2387 - chore: update gomplate by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/dexidp/dex/pull/2388 - chore: update golangci-lint download script by [@&#8203;nabokihms](https://github.com/nabokihms) in https://github.com/dexidp/dex/pull/2394 - \[fix] Replace /teams API w/ /workspaces endpoints by [@&#8203;rahulchheda](https://github.com/rahulchheda) in https://github.com/dexidp/dex/pull/2390 - ci: add Docker cache to speed builds up by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/dexidp/dex/pull/2400 - distroless: Dockerfile works with distroless base image by [@&#8203;ankeesler](https://github.com/ankeesler) in https://github.com/dexidp/dex/pull/2378 - Update dependencies by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/dexidp/dex/pull/2404 - Update API package by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/dexidp/dex/pull/2405 #### Dependency updates - build(deps): bump entgo.io/ent from 0.8.0 to 0.9.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2226 - build(deps): bump golang from 1.16.6-alpine3.13 to 1.16.7-alpine3.13 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2225 - build(deps): bump google.golang.org/grpc from 1.39.0 to 1.39.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2227 - build(deps): bump google.golang.org/api from 0.52.0 to 0.53.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2235 - build(deps): bump google.golang.org/grpc from 1.39.1 to 1.40.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2236 - build(deps): bump alpine from 3.14.0 to 3.14.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2229 - build(deps): bump github.com/go-ldap/ldap/v3 from 3.3.0 to 3.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2239 - build(deps): bump google.golang.org/api from 0.53.0 to 0.54.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2241 - build(deps): bump github.com/AppsFlyer/go-sundheit from 0.4.0 to 0.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2240 - build(deps): bump google.golang.org/protobuf from 1.26.0 to 1.27.1 in /api/v2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2243 - build(deps): bump google.golang.org/grpc from 1.36.1 to 1.40.0 in /api/v2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2242 - build(deps): bump github.com/go-ldap/ldap/v3 from 3.4.0 to 3.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2246 - build(deps): bump entgo.io/ent from 0.9.0 to 0.9.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2249 - build(deps): bump alpine from 3.14.1 to 3.14.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2258 - build(deps): bump google.golang.org/api from 0.54.0 to 0.55.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2259 - build(deps): bump google.golang.org/api from 0.55.0 to 0.56.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2262 - build(deps): bump github.com/lib/pq from 1.10.2 to 1.10.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2263 - build(deps): bump github.com/russellhaering/goxmldsig from 1.1.0 to 1.1.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2270 - build(deps): bump golang from 1.17.0-alpine3.14 to 1.17.1-alpine3.14 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2269 - build(deps): bump google.golang.org/api from 0.56.0 to 0.57.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2277 - build(deps): bump github.com/coreos/go-oidc/v3 from 3.0.0 to 3.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2279 - build(deps): bump golang from 1.17.1-alpine3.14 to 1.17.2-alpine3.14 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2292 - build(deps): bump go.etcd.io/etcd/client/pkg/v3 from 3.5.0 to 3.5.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2298 - build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.0 to 3.5.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2299 - build(deps): bump google.golang.org/grpc from 1.40.0 to 1.41.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2285 - build(deps): bump github.com/mattn/go-sqlite3 from 1.14.8 to 1.14.9 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2302 - build(deps): bump google.golang.org/grpc from 1.40.0 to 1.41.0 in /api/v2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2286 - build(deps): bump google.golang.org/api from 0.57.0 to 0.58.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2287 - build(deps): bump google.golang.org/api from 0.58.0 to 0.59.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2303 - build(deps): bump google.golang.org/api from 0.59.0 to 0.60.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2308 - build(deps): bump golang from 1.17.2-alpine3.14 to 1.17.3-alpine3.14 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2317 - build(deps): bump github.com/lib/pq from 1.10.3 to 1.10.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2320 - build(deps): bump alpine from 3.14.2 to 3.14.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2325 - build(deps): bump alpine from 3.14.3 to 3.15.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2336 - build(deps): bump google.golang.org/api from 0.60.0 to 0.61.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2341 - build(deps): bump golang from 1.17.3-alpine3.14 to 1.17.4-alpine3.14 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2345 - build(deps): bump google.golang.org/api from 0.61.0 to 0.62.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2348 - build(deps): bump golang from 1.17.4-alpine3.14 to 1.17.5-alpine3.14 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2349 - build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2354 - build(deps): bump google.golang.org/api from 0.62.0 to 0.63.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2353 - build(deps): bump google.golang.org/grpc from 1.42.0 to 1.43.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2355 - build(deps): bump google.golang.org/grpc from 1.42.0 to 1.43.0 in /api/v2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2356 - build(deps): bump github.com/mattn/go-sqlite3 from 1.14.9 to 1.14.10 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2362 - build(deps): bump golang from 1.17.5-alpine3.14 to 1.17.6-alpine3.14 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2363 - build(deps): bump google.golang.org/api from 0.63.0 to 0.64.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2364 - build(deps): bump google.golang.org/api from 0.64.0 to 0.65.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2368 - build(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2380 - build(deps): bump google.golang.org/grpc from 1.43.0 to 1.44.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2384 - build(deps): bump google.golang.org/grpc from 1.43.0 to 1.44.0 in /api/v2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2385 - build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.1 to 3.5.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2395 - build(deps): bump aquasecurity/trivy-action from 0.2.1 to 0.2.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2398 - build(deps): bump google.golang.org/api from 0.65.0 to 0.67.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2399 - build(deps): bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dexidp/dex/pull/2393 #### New Contributors - [@&#8203;rdimitrov](https://github.com/rdimitrov) made their first contribution in https://github.com/dexidp/dex/pull/2232 - [@&#8203;Juneezee](https://github.com/Juneezee) made their first contribution in https://github.com/dexidp/dex/pull/2278 - [@&#8203;ariary](https://github.com/ariary) made their first contribution in https://github.com/dexidp/dex/pull/2265 - [@&#8203;snuggie12](https://github.com/snuggie12) made their first contribution in https://github.com/dexidp/dex/pull/2268 - [@&#8203;enj](https://github.com/enj) made their first contribution in https://github.com/dexidp/dex/pull/2234 - [@&#8203;copperyp](https://github.com/copperyp) made their first contribution in https://github.com/dexidp/dex/pull/2305 - [@&#8203;iam-veeramalla](https://github.com/iam-veeramalla) made their first contribution in https://github.com/dexidp/dex/pull/2337 - [@&#8203;bobcallaway](https://github.com/bobcallaway) made their first contribution in https://github.com/dexidp/dex/pull/2374 - [@&#8203;Happy2C0de](https://github.com/Happy2C0de) made their first contribution in https://github.com/dexidp/dex/pull/2233 - [@&#8203;rahulchheda](https://github.com/rahulchheda) made their first contribution in https://github.com/dexidp/dex/pull/2390 - [@&#8203;ankeesler](https://github.com/ankeesler) made their first contribution in https://github.com/dexidp/dex/pull/2378 **Full Changelog**: https://github.com/dexidp/dex/compare/v2.30.0...v2.31.0 ### [`v2.30.3`](https://github.com/dexidp/dex/releases/v2.30.3) [Compare Source](https://github.com/dexidp/dex/compare/v2.30.2...v2.30.3) The official docker release for this release can be pulled from ghcr.io/dexidp/dex:v2.30.3 **Bugfixes:** - Bitbucket Cloud connector: replace `/teams` API w/ `/workspaces` ([#&#8203;2390](https://github.com/dexidp/dex/issues/2390), [@&#8203;rahulchheda](https://github.com/rahulchheda)) *Note*: Deprecated `/teams` endpoints were deleted by Atlassian, which broke the Bitbucket Cloud connector. Thus anyone using authentication through Bitbucket Cloud should upgrade Dex to the `>= v2.30.3` version. ### [`v2.30.2`](https://github.com/dexidp/dex/releases/v2.30.2) [Compare Source](https://github.com/dexidp/dex/compare/v2.30.1...v2.30.2) The official docker release for this release can be pulled from ghcr.io/dexidp/dex:v2.30.2 This version is identical to v2.30.1. We had some issues with CI when tagging v2.30.1 and tried tagging one more time. Ultimately, it turned out to be a permission issue. After fixing that both builds completed successfully. ### [`v2.30.1`](https://github.com/dexidp/dex/releases/v2.30.1) [Compare Source](https://github.com/dexidp/dex/compare/v2.30.0...v2.30.1) The official docker release for this release can be pulled from ghcr.io/dexidp/dex:v2.30.1 **Security:** - Upgrade alpine ([#&#8203;2327](https://github.com/dexidp/dex/issues/2327), [@&#8203;sagikazarmark](https://github.com/sagikazarmark)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2022-02-09 17:43:36 +00:00
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
8ba00e6487
Update ghcr.io/dexidp/dex Docker tag to v2.31.0
renovate-bot changed title from Update ghcr.io/dexidp/dex Docker tag to v2.31.0 to Update dependency ghcr.io/dexidp/dex to v2.31.0 2022-02-15 17:43:36 +00:00
tobru closed this pull request 2022-03-14 19:19:11 +00:00
Author
Contributor

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (v2.31.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

### Renovate Ignore Notification As this PR has been closed unmerged, Renovate will now ignore this update (v2.31.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the `ignoreDeps` array of your renovate config. If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
This repo is archived. You cannot comment on pull requests.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: tobru/gitops-tbrnt#731
No description provided.