Skip to content

Update Dependabot for go-uaa, updates deps - #334

Merged
duanemay merged 3 commits into
masterfrom
dependabot_cooldown
Aug 27, 2026
Merged

Update Dependabot for go-uaa, updates deps#334
duanemay merged 3 commits into
masterfrom
dependabot_cooldown

Conversation

@duanemay

@duanemay duanemay commented Aug 26, 2026

Copy link
Copy Markdown
Member

GitHub's changelog: as of 2026-07-14, Dependabot applies a default 3-day cooldown to all version updates.

  • Don't require cooldown for our own go-uaa
  • Bump go-uaa
  • Bump go version to 1.26, 1.25 is EOL
  • Unpend integration tests for list-clients and unlock-user. now that we have latest go-uaa and bug is fixed in uaa

 GitHub's changelog: as of 2026-07-14, Dependabot applies a default
  3-day cooldown to all version updates.
Copilot AI lite review requested due to automatic review settings August 26, 2026 22:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates Go module dependencies and Dependabot configuration to account for GitHub’s default 3-day cooldown on version updates, while exempting github.com/cloudfoundry-community/go-uaa from that cooldown.

Changes:

  • Bump github.com/cloudfoundry-community/go-uaa from v0.4.2 to v0.5.0 and update the module Go version to go 1.26.0.
  • Add Dependabot cooldown configuration with an exclusion for github.com/cloudfoundry-community/go-uaa.
  • Update go.sum for the go-uaa version change (though it appears incomplete for v0.5.0).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
go.mod Updates the Go version directive and upgrades go-uaa to v0.5.0.
go.sum Adds a checksum entry related to go-uaa v0.5.0 (currently only the /go.mod line).
.github/dependabot.yml Configures cooldown behavior and excludes go-uaa from the cooldown window.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread go.mod
@duanemay duanemay changed the title Update Dependabot config with no cooldown for go-uaa updates Update Dependabot and go-uaa updates Aug 26, 2026
@duanemay duanemay changed the title Update Dependabot and go-uaa updates Update Dependabot for go-uaa, updates deps Aug 26, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

Comment on lines +19 to 24
It("lists clients, including the legacy string-typed additionalInformation clients seeded by scripts/boot/uaa.yml", func() {
// login, client_federated_jwt_trust, client_with_allowpublic_and_jwks_uri_trust,
// and oauth_showcase_saml2_bearer are all seeded with allowpublic/autoapprove as
// YAML strings, which UAA stores verbatim and serializes back as JSON strings
// rather than booleans -- the exact shape that broke `uaa list-clients` originally.
// Un-pend once cloudfoundry-community/go-uaa#175 is released and go.mod is bumped.
session := runOK("list-clients")
@duanemay
duanemay merged commit d6d2c48 into master Aug 27, 2026
8 checks passed
@github-project-automation github-project-automation Bot moved this from Pending Merge | Prioritized to Done in Foundational Infrastructure Working Group Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

3 participants