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

Update misc modules #104

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

Update misc modules #104

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
alpine final minor 3.19.0 -> 3.21.2 age adoption passing confidence
github.com/Azure/azure-sdk-for-go/sdk/azidentity require minor v1.4.0 -> v1.8.1 age adoption passing confidence
github.com/bradleyfalzon/ghinstallation/v2 require minor v2.8.0 -> v2.13.0 age adoption passing confidence
github.com/dexidp/dex require minor v0.0.0-20221003101923-e4bceef9f3d1 -> v0.6.1 age adoption passing confidence
github.com/go-logr/logr require minor v1.3.0 -> v1.4.2 age adoption passing confidence
github.com/google/uuid require minor v1.4.0 -> v1.6.0 age adoption passing confidence
github.com/microsoftgraph/msgraph-sdk-go require minor v0.57.0 -> v0.64.0 age adoption passing confidence
github.com/onsi/ginkgo/v2 require minor v2.13.2 -> v2.22.2 age adoption passing confidence
github.com/onsi/gomega require minor v1.30.0 -> v1.36.2 age adoption passing confidence
github.com/pkg/browser require digest 681adbf -> 5ac0b6a age adoption passing confidence
github.com/prometheus/client_golang require minor v1.17.0 -> v1.20.5 age adoption passing confidence
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc replace minor v0.46.1 -> v0.59.0 age adoption passing confidence
go.uber.org/zap require minor v1.26.0 -> v1.27.0 age adoption passing confidence
golang.org/x/net replace minor v0.19.0 -> v0.34.0 age adoption passing confidence
google.golang.org/grpc replace minor v1.59.0 -> v1.70.0 age adoption passing confidence
google.golang.org/protobuf replace minor v1.31.0 -> v1.36.4 age adoption passing confidence

Release Notes

bradleyfalzon/ghinstallation (github.com/bradleyfalzon/ghinstallation/v2)

v2.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: bradleyfalzon/ghinstallation@v2.12.0...v2.13.0

v2.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: bradleyfalzon/ghinstallation@v2.11.0...v2.12.0

v2.11.0

Compare Source

What's Changed

NOTE: Now requires Go >= 1.16 to build.

New Contributors

Full Changelog: bradleyfalzon/ghinstallation@v2.10.0...v2.11.0

v2.10.0

Compare Source

What's Changed

Full Changelog: bradleyfalzon/ghinstallation@v2.9.0...v2.10.0

v2.9.0

Compare Source

What's Changed

Full Changelog: bradleyfalzon/ghinstallation@v2.8.0...v2.9.0

dexidp/dex (github.com/dexidp/dex)

v0.6.1

Compare Source

This is a minor patch release.

Changes since last release:

  • revert #​579 addressing button styling
  • fix root cause of button UI problem with a CSS class

v0.6.0

Compare Source

Changes since last release:

  • Deprecate --email-from flag and clean up email config options (#​487)
  • Add "groups" scope to return list of groups in claims, LDAP only supported implementation (#​510)
  • Dex can no be used at a relative path (#​520, #​521, #​522, #​558)
  • Fix API for bearer tokens with multiple audiences (#​531)
  • Set display name when registering a user (#​537)
  • Added UAA connector (#​542)
  • Added refresh token rotation, aka refresh tokens can only be used once (#​540)
  • Added option to use client credentials against worker API (#​529)
  • Token response now includes mandatory "expires_in" field (#​575)

v0.5.1

Compare Source

This is a minor point release

Features since v0.5.0

  • Reduced ID Token size by using smaller JWK Key IDs (#​490)
  • Cleaned up LDAP connector (#​483)
  • Return 409 status code in API when resources already exist (#​494, #​496)

v0.5.0

Compare Source

Features:

  • Enable automatic registration for non-local login (#​463)
  • Cross-client refresh tokens through the "authorized party" claim (#​465, #​426)
  • "public" clients which can use oob flows (#​471)
  • Clients ID and secrets may now be specified in the bootstrapping API (#​479)

Bug fixes:

  • Dex now works when backed by Azure AD (#​466)

Deprecated:

  • Removed APIs which only use client_id and client_secret. Use admin API for this functionality. (#​468)

v0.4.0

Compare Source

This release consists of a bunch of minor bug fixes, and example and doc tweaks.

Features

  • None!

Bugs Fixed

  • remove outdated godep hack, since we use glide now (#​417)
  • example app uses passed redirect instead of hard-coded one (#​420)
  • Fix examples/README.md doc (#​421)
  • Fix kubernetes example (#​422)
  • git-version creates valid docker tags if dirty (#​425)
  • Update to latest go-oidc to fix JWT parse issues (#​430)

Misc

  • Better testing for Token end point (#​409)
  • Update Kubernetes examples to use 1.2 features (#​414, #​424)
  • Refactoring of client repo to allow for custom Client fields (#​411)
  • Split up build-docker-push into build, push (#​434)
  • Use go 1.6.2 for docker build. (#​433)

v0.3.0

Compare Source

Features

  • LDAP connector added (#​178)
  • Dynamic client registration (#​267)
  • dexctl can read connectors from stdin (#​277)
  • Generated API docs added to repo (#​285)
  • dex now uses sqlite for --no-db mode and tests (does not add general sqlite support) (#​304)
  • New API endpoint for resending an invite email (#​331)
  • example app's default flags now work with --no-db mode (#​333)

Bugs Fixed

  • API status codes now differentiate between unauthenticated and unauthorized requests (#​280)
  • dex now uses 302 for redirects rather than 307 (#​288)
  • Emails now use case insensitive comparison (#​339)
  • When consuming OAuth2 credentials through basic auth, dex now correctly expects URL escaped values (#​357)

Migration Note:

Duplicate Emails

The former use of case insensitive comparison for emails may have resulted in duplicate emails in the dex database for some instances.

For this release, dex will refuse to migrate the database if it detects duplicated emails in the authd_user table. In this case admins must resolve this by editing the table manually, dropping the rows they feel appropriate.

Admins who wish to delete duplicate emails in their database but don’t care which row is preserved can run the following SQL command:

DELETE FROM authd_user
WHERE id IN (SELECT id
    FROM (SELECT id,
        ROW_NUMBER() OVER (partition BY LOWER(email) ORDER BY id) AS rnum
        FROM authd_user) t
    WHERE t.rnum > 1);

v0.2.3

Compare Source

This is a minor point release to update dex's automated build process from Go version 1.5.2 to 1.5.3 which fixes a bug that impacts RSA private keys. See the write up by the Go team here.

This release is primarily for users who pull dex from quay.io and updates that image to use dex binaries built with Go 1.5.3.

Features

  • Better command line error message when secrets have bad length (#​259)

Security fixes

  • Update Go version in TravisCI from 1.5.2 to 1.5.3 for tests and Docker image builds (#​269).

v0.2.2

Compare Source

This is a minor point release to include a critical bug fix to 0.2.1

Features

  • Better help messages for dexctl (#​249)
  • Better error messages when remote ID already exists (#​246)

Bugs Fixed

  • Add DB migration to allow storing 2048 bit RSA keys (CRITICAL FIX) (#​250)
  • Fix redirect when user logs in through a different connector (#​242)

v0.2.1

Compare Source

This is a minor point release to include a handful of bug fixes merged since v0.2.0.

Features

  • Continuous integration through Travis CI (#​231, #​234, #​236)
  • Don't rebuild database migration assets on every build (#​233)
  • HTML page titles use --issuer-name (#​216)

Bugs Fixed

  • Updated go-oidc for race condition fixes (#​235)
  • Prevent panics created by empty --key-secrets flag (#​215)
  • Fixed field name in OIDC provider config (#​213)

v0.2.0

Compare Source

Features

  • Added GitHub and Bitbucket connectors (#​190)
  • Added ability to invite users (#​168, #​179)
  • Stronger encryption of token-signing keys (AES-GCM replaces AES-CBC) (#​167)
  • Added ability to disable users (#​140)
  • Admin API now requires client authorization (#​145)
  • Added ability to disable user registration (#​144)
  • Added SMTP support for email configuration (#​129)

Bugs Fixed

  • Fixed race condition in OIDC client (#​210)
  • Can't create a user with a connector that doesn't exist (#​199)
  • Corrected email validation during registration (#​190, #​188)
  • Fixed registration failures when scope was provided (#​183)
  • Block until connectors are available (#​128)
  • Lots of documentation fixes
go-logr/logr (github.com/go-logr/logr)

v1.4.2

Compare Source

What's Changed

Dependencies:

Full Changelog: go-logr/logr@v1.4.1...v1.4.2

v1.4.1

Compare Source

What's Changed

Full Changelog: go-logr/logr@v1.4.0...v1.4.1

v1.4.0

Compare Source

This release dramatically improves interoperability with Go's log/slog package. In particular, logr.NewContext and logr.NewContextWithSlogLogger use the same context key, which allows logr.FromContext and logr.FromContextAsSlogLogger to return logr.Logger or *slog.Logger respectively, including transparently converting each to the other as needed.

Functions logr/slogr.NewLogr and logr/slogr.ToSlogHandler have been superceded by logr.FromSlogHandler and logr.ToSlogHandler respectively, and type logr/slogr.SlogSink has been superceded by logr.SlogSink. All of the old names in logr/slogr remain, for compatibility.

Package logr/funcr now supports logr.SlogSink, meaning that it's output passes all but one of the Slog conformance tests (that exception being that funcr handles the timestamp itself).

Users who have a logr.Logger and need a *slog.Logger can call slog.New(logr.ToSlogHandler(...)) and all output will go through the same stack.

Users who have a *slog.Logger or slog.Handler can call logr.FromSlogHandler(...) and all output will go through the same stack.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.3.0...v1.4.0

google/uuid (github.com/google/uuid)

v1.6.0

Compare Source

Features
Bug Fixes

v1.5.0

Compare Source

Features
microsoftgraph/msgraph-sdk-go (github.com/microsoftgraph/msgraph-sdk-go)

v0.64.0

Compare Source

Changed
  • Weekly generation.

v0.63.0

Compare Source

Changed
  • BREAKING: client.UsersById("id").MessagesById("id").Get(context.Background()) now becomes client.Users().ByUserId("id").Messages().ByMessageId("id").Get(context.Background())
  • Weekly generation.

v0.61.0

Compare Source

Changed
  • Weekly generation.
  • Restored support for APIs under /education/me.

v0.60.0

Compare Source

Changed
  • Weekly generation

v0.59.0

Compare Source

Changed
  • Weekly generation

v0.58.0

Compare Source

Changed
  • Weekly generation
onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.22.2

Compare Source

What's Changed

Full Changelog: onsi/ginkgo@v2.22.1...v2.22.2

v2.22.1

Compare Source

2.22.1

Fixes

Fix CSV encoding

Maintenance
  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]

v2.22.0

Compare Source

2.22.0

Features
  • Add label to serial nodes [0fcaa08]

This allows serial tests to be filtered using the label-filter

Maintenance

Various doc fixes

v2.21.0

Compare Source

2.21.0

Features
  • add support for GINKGO_TIME_FORMAT [a69eb39]
  • add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]
Fixes
  • increase threshold in timeline matcher [e548367]
  • Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun
    [c2c4d3c]
Maintenance
  • bump various dependencies [7e65a00]

v2.20.2

Compare Source

2.20.2

Require Go 1.22+

Maintenance

v2.20.1

Compare Source

2.20.1

Fixes
  • make BeSpecEvent duration matcher more forgiving [d6f9640]

v2.20.0

Compare Source

2.20.0

Features
Maintenance
  • Add update-deps to makefile [d303d14]
  • bump all dependencies [7a50221]

v2.19.1

Compare Source

2.19.1

Fixes
  • update supported platforms for race conditions [63c8c30]
  • [build] Allow custom name for binaries. [ff41e27]
Maintenance

v2.19.0

Compare Source

2.19.0

Features

Label Sets allow for more expressive and flexible label filtering.

v2.18.0

Compare Source

2.18.0

Features
  • Add --slience-skips and --force-newlines [f010b65]
  • fail when no tests were run and --fail-on-empty was set [d80eebe]
Fixes
  • Fix table entry context edge case [42013d6]
Maintenance

v2.17.3

Compare Source

2.17.3

Fixes

ginkgo watch now ignores hidden files [bde6e00]

v2.17.2

Compare Source

2.17.2

Fixes
  • fix: close files [32259c8]
  • fix github output log level for skipped specs [780e7a3]
Maintenance

v2.17.1

Compare Source

2.17.1

Fixes
  • If the user sets --seed=0, make sure all parallel nodes get the same seed [af0330d]

v2.17.0

Compare Source

2.17.0

Features
  • add --github-output for nicer output in github actions [e8a2056]
Maintenance

v2.16.0

Compare Source

2.16.0

Features
  • add SpecContext to reporting nodes
Fixes
Maintenance

v2.15.0

Compare Source

2.15.0

Features
  • JUnit reports now interpret Label(owner:X) and set owner to X. [8f3bd70]
  • include cancellation reason when cancelling spec context [96e915c]
Fixes
  • emit output of failed go tool cover invocation so users can try to debug things for themselves [c245d09]
  • fix outline when using nodot in ginkgo v2 [[dca77c8](https://r

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 a team December 8, 2023 12:29
@renovate renovate bot added dependencies renovate This is an automated PR by RenovateBot labels Dec 8, 2023
@renovate renovate bot force-pushed the renovate/misc-modules branch from ccda6e4 to f3386b9 Compare December 12, 2023 00:41
@renovate renovate bot changed the title Update module github.com/microsoftgraph/msgraph-sdk-go to v0.64.0 Update misc modules Dec 12, 2023
@renovate renovate bot force-pushed the renovate/misc-modules branch from f3386b9 to 72b55d6 Compare December 12, 2023 19:18
Copy link
Contributor

@ssyno ssyno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either we update azure.go or ignore this libraries update

github.com/microsoft/kiota-abstractions-go v0.20.0
github.com/microsoft/kiota-authentication-azure-go v0.6.0
github.com/microsoftgraph/msgraph-sdk-go v0.57.0
github.com/microsoftgraph/msgraph-sdk-go v0.64.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

failing cause of this

@renovate renovate bot force-pushed the renovate/misc-modules branch 4 times, most recently from 01be842 to 638abd6 Compare December 22, 2023 10:08
@renovate renovate bot force-pushed the renovate/misc-modules branch 2 times, most recently from a717bc0 to d76486c Compare January 2, 2024 10:51
@renovate renovate bot force-pushed the renovate/misc-modules branch 3 times, most recently from 1bf3d4d to 50773f1 Compare January 11, 2024 21:54
@renovate renovate bot force-pushed the renovate/misc-modules branch 7 times, most recently from fe5ebe0 to 69204ae Compare January 23, 2024 22:47
@renovate renovate bot force-pushed the renovate/misc-modules branch 3 times, most recently from 9bc48c4 to 15f86fc Compare January 27, 2024 03:00
@renovate renovate bot force-pushed the renovate/misc-modules branch 2 times, most recently from ad1b017 to 0a53d5a Compare February 8, 2024 01:12
@renovate renovate bot force-pushed the renovate/misc-modules branch 2 times, most recently from d9b4ecf to bcdf265 Compare February 20, 2024 22:27
@renovate renovate bot force-pushed the renovate/misc-modules branch 10 times, most recently from 81af3de to 6f49092 Compare December 22, 2024 06:48
@renovate renovate bot force-pushed the renovate/misc-modules branch 4 times, most recently from cc7a185 to 9dbe193 Compare December 30, 2024 08:05
@renovate renovate bot force-pushed the renovate/misc-modules branch 3 times, most recently from dc3630f to c41c8be Compare January 6, 2025 18:30
@renovate renovate bot force-pushed the renovate/misc-modules branch 6 times, most recently from 9f8b1a6 to 0681d69 Compare January 13, 2025 11:40
@renovate renovate bot force-pushed the renovate/misc-modules branch 3 times, most recently from b51bcda to bc78032 Compare January 17, 2025 22:10
@renovate renovate bot force-pushed the renovate/misc-modules branch 2 times, most recently from a390b9d to faae1b4 Compare January 23, 2025 19:50
@renovate renovate bot force-pushed the renovate/misc-modules branch from faae1b4 to 0f67cdd Compare January 24, 2025 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies renovate This is an automated PR by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant