Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dexidp/dex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.45.0
Choose a base ref
...
head repository: dexidp/dex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.45.x
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 3, 2026

  1. fix(connector): update authproxy and oauth to match CallbackConnector…

    … interface (#4589)
    
    The PKCE support added in v2.45.0 changed the CallbackConnector interface
    signatures but missed updating the authproxy and oauth connectors. This
    caused a type assertion failure in handleConnectorLogin(), resulting in
    "Requested resource does not exist" errors when using these connectors.
    
    Update LoginURL to return (string, []byte, error) and HandleCallback to
    accept a []byte connData parameter for both connectors and their tests.
    
    Signed-off-by: Mathias Gebbe <[email protected]>
    matzegebbe authored and nabokihms committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    204dbb2 View commit details
    Browse the repository at this point in the history
  2. fix(mysql): quote groups reserved word in query replacer (#4580)

    `groups` is a reserved word in MySQL >= 8.0.2, causing migration 13
    to fail with a syntax error on `ALTER TABLE password ADD COLUMN groups`.
    
    Fixes #4579
    
    Signed-off-by: Michiel De Backker <[email protected]>
    backkem authored and nabokihms committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    eaa45e2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4604 from deckhouse/2.45.1-prepare-release

    v2.45.1 prepare release
    nabokihms authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    11d2eeb View commit details
    Browse the repository at this point in the history
Loading