Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): update ghcr.io/dexidp/dex docker tag to v2.41.1 #2283

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2023

This PR contains the following updates:

Package Update Change
ghcr.io/dexidp/dex minor v2.35.3 -> v2.41.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dexidp/dex (ghcr.io/dexidp/dex)

v2.41.1

Compare Source

What's Changed
Bug Fixes 🐛

Full Changelog: dexidp/dex@v2.41.0...v2.41.1

v2.41.0

Compare Source

What's Changed
Exciting New Features 🎉

[!IMPORTANT]
Connectors API is disabled by default. Set the DEX_API_CONNECTORS_CRUD=true env variable to enable the feature.

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
New Contributors

Full Changelog: dexidp/dex@v2.40.0...v2.41.0

v2.40.0

Compare Source

The official container image for this release can be pulled from

ghcr.io/dexidp/dex:v2.40.0
Know before update

[!IMPORTANT]
Dex migrated to the log/slog for logging. Both text and json log format outputs changed.

The change can affect users, that import Dex as a library in their projects.

What's Changed
Exciting New Features 🎉
Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
New Contributors

Full Changelog: dexidp/dex@v2.39.1...v2.40.0

v2.39.1

Compare Source

The official container image for this release can be pulled from

ghcr.io/dexidp/dex:v2.39.1
Bug Fixes 🐛

v2.39.0

Compare Source

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 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
New Contributors

Full Changelog: dexidp/dex@v2.38.0...v2.39.0

v2.38.0

Compare Source

The official container image for this release can be pulled from

ghcr.io/dexidp/dex:v2.38.0
What's Changed
Exciting New Features 🎉
Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from dfroberg as a code owner March 22, 2023 08:01
@github-actions
Copy link

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.36.0"
           imagePullPolicy: IfNotPresent
           args:
             - dex

@renovate renovate bot changed the title feat(deps): update ghcr.io/dexidp/dex docker tag to v2.36.0 feat(deps): update ghcr.io/dexidp/dex docker tag to v2.36.0 - autoclosed May 29, 2023
@renovate renovate bot closed this May 29, 2023
@renovate renovate bot deleted the renovate/ghcr.io-dexidp-dex-2.x branch May 29, 2023 15:46
@renovate renovate bot changed the title feat(deps): update ghcr.io/dexidp/dex docker tag to v2.36.0 - autoclosed feat(deps): update ghcr.io/dexidp/dex docker tag to v2.36.0 May 29, 2023
@renovate renovate bot reopened this May 29, 2023
@renovate renovate bot restored the renovate/ghcr.io-dexidp-dex-2.x branch May 29, 2023 17:35
@renovate renovate bot force-pushed the renovate/ghcr.io-dexidp-dex-2.x branch 2 times, most recently from dd67fae to a5e834e Compare May 29, 2023 17:36
@github-actions
Copy link

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.36.0"
           imagePullPolicy: IfNotPresent
           args:
             - dex

@renovate renovate bot changed the title feat(deps): update ghcr.io/dexidp/dex docker tag to v2.36.0 feat(deps): update ghcr.io/dexidp/dex docker tag to v2.37.0 Jun 30, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-dexidp-dex-2.x branch from a5e834e to fb6f2f7 Compare June 30, 2023 16:48
@github-actions
Copy link

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.37.0"
           imagePullPolicy: IfNotPresent
           args:
             - dex

1 similar comment
@github-actions
Copy link

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.37.0"
           imagePullPolicy: IfNotPresent
           args:
             - dex

@renovate renovate bot force-pushed the renovate/ghcr.io-dexidp-dex-2.x branch from fb6f2f7 to c6ce055 Compare January 25, 2024 16:35
@renovate renovate bot changed the title feat(deps): update ghcr.io/dexidp/dex docker tag to v2.37.0 feat(deps): update ghcr.io/dexidp/dex docker tag to v2.38.0 Jan 25, 2024
Copy link

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.38.0"
           imagePullPolicy: IfNotPresent
           args:
             - dex

@renovate renovate bot force-pushed the renovate/ghcr.io-dexidp-dex-2.x branch from c6ce055 to ca02f1e Compare March 22, 2024 22:13
@renovate renovate bot changed the title feat(deps): update ghcr.io/dexidp/dex docker tag to v2.38.0 feat(deps): update ghcr.io/dexidp/dex docker tag to v2.39.0 Mar 22, 2024
Copy link

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.39.0"
           imagePullPolicy: IfNotPresent
           args:
             - dex

@renovate renovate bot force-pushed the renovate/ghcr.io-dexidp-dex-2.x branch from ca02f1e to 5cb25c5 Compare April 9, 2024 14:44
@renovate renovate bot changed the title feat(deps): update ghcr.io/dexidp/dex docker tag to v2.39.0 feat(deps): update ghcr.io/dexidp/dex docker tag to v2.39.1 Apr 9, 2024
Copy link

github-actions bot commented Apr 9, 2024

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.39.1"
           imagePullPolicy: IfNotPresent
           args:
             - dex

@renovate renovate bot changed the title feat(deps): update ghcr.io/dexidp/dex docker tag to v2.39.1 feat(deps): update ghcr.io/dexidp/dex docker tag to v2.39.1 - autoclosed Apr 11, 2024
@renovate renovate bot closed this Apr 11, 2024
@renovate renovate bot deleted the renovate/ghcr.io-dexidp-dex-2.x branch April 11, 2024 13:28
@renovate renovate bot changed the title feat(deps): update ghcr.io/dexidp/dex docker tag to v2.39.1 - autoclosed feat(deps): update ghcr.io/dexidp/dex docker tag to v2.39.1 Apr 11, 2024
@renovate renovate bot reopened this Apr 11, 2024
Copy link

github-actions bot commented May 1, 2024

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.39.1"
           imagePullPolicy: IfNotPresent
           args:
             - dex

1 similar comment
Copy link

github-actions bot commented May 1, 2024

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.39.1"
           imagePullPolicy: IfNotPresent
           args:
             - dex

@renovate renovate bot force-pushed the renovate/ghcr.io-dexidp-dex-2.x branch from 97fbf51 to 30fe829 Compare June 3, 2024 20:13
@renovate renovate bot changed the title feat(deps): update ghcr.io/dexidp/dex docker tag to v2.39.1 feat(deps): update ghcr.io/dexidp/dex docker tag to v2.40.0 Jun 3, 2024
Copy link

github-actions bot commented Jun 3, 2024

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.40.0"
           imagePullPolicy: IfNotPresent
           args:
             - dex

@renovate renovate bot force-pushed the renovate/ghcr.io-dexidp-dex-2.x branch from 30fe829 to ea042f1 Compare August 4, 2024 16:47
@renovate renovate bot changed the title feat(deps): update ghcr.io/dexidp/dex docker tag to v2.40.0 feat(deps): update ghcr.io/dexidp/dex docker tag to v2.41.0 Aug 4, 2024
Copy link

github-actions bot commented Aug 4, 2024

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.41.0"
           imagePullPolicy: IfNotPresent
           args:
             - dex

@renovate renovate bot force-pushed the renovate/ghcr.io-dexidp-dex-2.x branch from ea042f1 to 0013a3c Compare August 7, 2024 20:22
@renovate renovate bot changed the title feat(deps): update ghcr.io/dexidp/dex docker tag to v2.41.0 feat(deps): update ghcr.io/dexidp/dex docker tag to v2.41.1 Aug 7, 2024
Copy link

github-actions bot commented Aug 7, 2024

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.41.1"
           imagePullPolicy: IfNotPresent
           args:
             - dex

@renovate renovate bot changed the title feat(deps): update ghcr.io/dexidp/dex docker tag to v2.41.1 feat(deps): update ghcr.io/dexidp/dex docker tag to v2.41.1 - autoclosed Aug 8, 2024
@renovate renovate bot closed this Aug 8, 2024
@renovate renovate bot deleted the renovate/ghcr.io-dexidp-dex-2.x branch August 8, 2024 13:37
@renovate renovate bot changed the title feat(deps): update ghcr.io/dexidp/dex docker tag to v2.41.1 - autoclosed feat(deps): update ghcr.io/dexidp/dex docker tag to v2.41.1 Aug 8, 2024
@renovate renovate bot reopened this Aug 8, 2024
@renovate renovate bot restored the renovate/ghcr.io-dexidp-dex-2.x branch August 8, 2024 18:06
@renovate renovate bot force-pushed the renovate/ghcr.io-dexidp-dex-2.x branch from 0013a3c to 59554eb Compare August 8, 2024 18:06
Copy link

github-actions bot commented Aug 8, 2024

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.41.1"
           imagePullPolicy: IfNotPresent
           args:
             - dex

1 similar comment
Copy link

github-actions bot commented Aug 8, 2024

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.41.1"
           imagePullPolicy: IfNotPresent
           args:
             - dex

@renovate renovate bot changed the title feat(deps): update ghcr.io/dexidp/dex docker tag to v2.41.1 feat(deps): update ghcr.io/dexidp/dex docker tag to v2.41.1 - autoclosed Aug 12, 2024
@renovate renovate bot closed this Aug 12, 2024
@renovate renovate bot deleted the renovate/ghcr.io-dexidp-dex-2.x branch August 12, 2024 06:36
@renovate renovate bot restored the renovate/ghcr.io-dexidp-dex-2.x branch August 12, 2024 09:29
@renovate renovate bot changed the title feat(deps): update ghcr.io/dexidp/dex docker tag to v2.41.1 - autoclosed feat(deps): update ghcr.io/dexidp/dex docker tag to v2.41.1 Aug 12, 2024
@renovate renovate bot reopened this Aug 12, 2024
Signed-off-by: Danny Froberg <dfroberg@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/ghcr.io-dexidp-dex-2.x branch from 59554eb to efe1c9b Compare August 12, 2024 09:29
Copy link

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.41.1"
           imagePullPolicy: IfNotPresent
           args:
             - dex

1 similar comment
Copy link

Path: cluster/core/security/dex/helm-release.yaml

@@ -139,7 +139,7 @@
       containers:
         - name: dex
           securityContext: {}
-          image: "ghcr.io/dexidp/dex:v2.35.3"
+          image: "ghcr.io/dexidp/dex:v2.41.1"
           imagePullPolicy: IfNotPresent
           args:
             - dex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants