Update ghcr.io/dexidp/dex Docker tag to v2.30.0 #505

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.27.0 -> v2.30.0

Release Notes

dexidp/dex

v2.30.0

Compare Source

The official docker release for this release can be pulled from

ghcr.io/dexidp/dex:v2.30.0

Features:

Bugfixes:

Minor changes:

Dependencies:

  • github.com/spf13/cobra 1.1.3 -> 1.2.1
  • google.golang.org/grpc 1.38.0 -> 1.39.0
  • google.golang.org/api 0.49.0 -> 0.52.0
  • Build golang docker image 1.16.5-alpine3.13 -> 1.16.6-alpine3.13

v2.29.0

Compare Source

The official container image for this release can be pulled from

ghcr.io/dexidp/dex:v2.29.0

Features:

Bugfixes:

Security:

Minor changes:

  • Dependency upgrades
  • Tons of small fixes and changes

Find more details in the v2.29.0 milestone.

Many thanks to everyone who contributed to this release!

v2.28.1

Compare Source

The official docker release for this release can be pulled from

ghcr.io/dexidp/dex:v2.28.1

Bugfixes:

v2.28.0

Compare Source

The official docker release for this release can be pulled from

ghcr.io/dexidp/dex:v2.28.0

Features:

Bugfixes:

Minor changes:

  • Change default themes to light/dark (#​1858, @​nabokihms)
  • Various developer experience improvements
  • Dependency upgrades
  • Tons of small fixes and changes

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, check this box.

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.27.0` -> `v2.30.0` | --- ### Release Notes <details> <summary>dexidp/dex</summary> ### [`v2.30.0`](https://github.com/dexidp/dex/releases/v2.30.0) [Compare Source](https://github.com/dexidp/dex/compare/v2.29.0...v2.30.0) The official docker release for this release can be pulled from ghcr.io/dexidp/dex:v2.30.0 **Features:** - Improve auth flow error handling ([#&#8203;1862](https://github.com/dexidp/dex/issues/1862), [@&#8203;tkleczek](https://github.com/tkleczek)) - Create CRDs as `apiextensions.k8s.io/v1` ([#&#8203;2025](https://github.com/dexidp/dex/issues/2025), [@&#8203;nabokihms](https://github.com/nabokihms)) - Read a namespace from the file for the Kubernetes storage client ([#&#8203;2092](https://github.com/dexidp/dex/issues/2092), [@&#8203;nabokihms](https://github.com/nabokihms)) - Update token periodically if Dex is running in a Kubernetes cluster ([#&#8203;2112](https://github.com/dexidp/dex/issues/2112), [@&#8203;nabokihms](https://github.com/nabokihms)) **Bugfixes:** - Fix refreshing tokens that obtained with the password grant type ([#&#8203;2199](https://github.com/dexidp/dex/issues/2199), [@&#8203;hensur](https://github.com/hensur)) - Use only one sqlite3 connection to avoid the "database is locked" error ([#&#8203;2212](https://github.com/dexidp/dex/issues/2212), [@&#8203;salmanisd](https://github.com/salmanisd)) **Minor changes:** - Add the ent-based postgres storage ([#&#8203;2121](https://github.com/dexidp/dex/issues/2121), [@&#8203;nabokihms](https://github.com/nabokihms)) - Demonstrate use of the `htpasswd` for the bCrypt hashing in static passwords ([#&#8203;2218](https://github.com/dexidp/dex/issues/2218), [@&#8203;jglick](https://github.com/jglick)) **Dependencies**: - github.com/spf13/cobra 1.1.3 -> 1.2.1 - google.golang.org/grpc 1.38.0 -> 1.39.0 - google.golang.org/api 0.49.0 -> 0.52.0 - Build `golang` docker image 1.16.5-alpine3.13 -> 1.16.6-alpine3.13 ### [`v2.29.0`](https://github.com/dexidp/dex/releases/v2.29.0) [Compare Source](https://github.com/dexidp/dex/compare/v2.28.1...v2.29.0) The official container image for this release can be pulled from ghcr.io/dexidp/dex:v2.29.0 **Features:** - Add sprig v3 functions to web templates ([#&#8203;2152](https://github.com/dexidp/dex/issues/2152), [@&#8203;nabokihms](https://github.com/nabokihms)) - Add ent-based sqlite3 storage ([#&#8203;1906](https://github.com/dexidp/dex/issues/1906), [@&#8203;nabokihms](https://github.com/nabokihms)) - Support setting the prompt type for the Microsoft connector ([#&#8203;1912](https://github.com/dexidp/dex/issues/1912), [@&#8203;ricky26](https://github.com/ricky26)) - Embed web assets ([#&#8203;2054](https://github.com/dexidp/dex/issues/2054), [@&#8203;sagikazarmark](https://github.com/sagikazarmark)) **Bugfixes:** - Defer creation of auth request ([#&#8203;1865](https://github.com/dexidp/dex/issues/1865), [@&#8203;al45tair](https://github.com/al45tair)) - Use `/token` endpoint to get tokens with device flow ([#&#8203;2010](https://github.com/dexidp/dex/issues/2010), [@&#8203;nabokihms](https://github.com/nabokihms)) - Fix MySQL connection to use the provided port ([#&#8203;2100](https://github.com/dexidp/dex/issues/2100), [@&#8203;sagikazarmark](https://github.com/sagikazarmark)) **Security:** - Use constant time comparison for client secret verification ([#&#8203;1861](https://github.com/dexidp/dex/issues/1861), [@&#8203;xtremerui](https://github.com/xtremerui)) **Minor changes:** - Dependency upgrades - Tons of small fixes and changes Find more details in the [v2.29.0](https://github.com/dexidp/dex/milestone/21?closed=1) milestone. **Many thanks to everyone who contributed to this release!** ### [`v2.28.1`](https://github.com/dexidp/dex/releases/v2.28.1) [Compare Source](https://github.com/dexidp/dex/compare/v2.28.0...v2.28.1) The official docker release for this release can be pulled from ghcr.io/dexidp/dex:v2.28.1 **Bugfixes:** - Fix gomplate on ARM ([#&#8203;2053](https://github.com/dexidp/dex/issues/2053), [@&#8203;sagikazarmark](https://github.com/sagikazarmark)) ### [`v2.28.0`](https://github.com/dexidp/dex/releases/v2.28.0) [Compare Source](https://github.com/dexidp/dex/compare/v2.27.0...v2.28.0) The official docker release for this release can be pulled from ghcr.io/dexidp/dex:v2.28.0 **Features:** - Add c_hash to id_token, issued on /auth endpoint, when in hybrid flow ([#&#8203;1773](https://github.com/dexidp/dex/issues/1773), [@&#8203;HEllRZA](https://github.com/HEllRZA)) - Allow configuration of returned auth proxy header ([#&#8203;1839](https://github.com/dexidp/dex/issues/1839), [@&#8203;seuf](https://github.com/seuf)) - Allow to disable os.ExpandEnv for storage + connector configs by env variable DEX_EXPAND_ENV = false ([#&#8203;1902](https://github.com/dexidp/dex/issues/1902), [@&#8203;heidemn-faro](https://github.com/heidemn-faro)) - Added the possibility to activate lowercase for UPN-Strings ([#&#8203;1888](https://github.com/dexidp/dex/issues/1888), [@&#8203;VF-mbrauer](https://github.com/VF-mbrauer)) - Add "Cache-control: no-store" and "Pragma: no-cache" headers to token responses ([#&#8203;1948](https://github.com/dexidp/dex/issues/1948), [@&#8203;nabokihms](https://github.com/nabokihms)) - Add gomplate to the docker image ([#&#8203;1893](https://github.com/dexidp/dex/issues/1893), [@&#8203;nabokihms](https://github.com/nabokihms)) - Graceful shutdown ([#&#8203;1963](https://github.com/dexidp/dex/issues/1963), [@&#8203;nabokihms](https://github.com/nabokihms)) - Allow public clients created with API to have no client_secret ([#&#8203;1871](https://github.com/dexidp/dex/issues/1871), [@&#8203;spohner](https://github.com/spohner)) **Bugfixes:** - Fix the etcd PKCE AuthCode deserialization ([#&#8203;1908](https://github.com/dexidp/dex/issues/1908), [@&#8203;bnu0](https://github.com/bnu0)) - Fix garbage collection logging of device codes and device request ([#&#8203;1918](https://github.com/dexidp/dex/issues/1918), [@&#8203;nabokihms](https://github.com/nabokihms)) - Discovery endpoint contains updated claims and auth methods ([#&#8203;1951](https://github.com/dexidp/dex/issues/1951), [@&#8203;nabokihms](https://github.com/nabokihms)) - Return invalid_grant error if auth code is invalid or expired ([#&#8203;1952](https://github.com/dexidp/dex/issues/1952), [@&#8203;nabokihms](https://github.com/nabokihms)) - Return an error to auth requests with the "request" parameter ([#&#8203;1956](https://github.com/dexidp/dex/issues/1956), [@&#8203;nabokihms](https://github.com/nabokihms)) **Minor changes:** - Change default themes to light/dark ([#&#8203;1858](https://github.com/dexidp/dex/issues/1858), [@&#8203;nabokihms](https://github.com/nabokihms)) - Various developer experience improvements - Dependency upgrades - Tons of small fixes and changes </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, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2021-08-24 18:42:18 +00:00
tobru closed this pull request 2021-08-24 18:44:06 +00:00
Author
Contributor

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (v2.30.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.30.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#505
No description provided.