Skip to content

Releases: cloudfoundry/uaa

77.20.5

19 May 19:03
b9ca280
Compare
Choose a tag to compare

What's Changed

Misc

  • Introduce --guest ChromeOption so that we don't get password check popups 9fbe814

Dependency Bumps

  • Bump gradle to 8.14 433f392
  • bump jasmine-core from 5.7.0 to 5.7.1 2a8c1dd
  • bump jasmine from 5.7.0 to 5.7.1 c05e637
  • Update dependency versions in dependencies.gradle
    • tomcatCargoVersion to 9.0.104
    • guavaVersion to 33.4.1-jre
    • seleniumVersion to 4.32.0
    • braveVersion to 6.2.0
    • jacksonVersion to 2.19.0
    • snakeyaml to 2.4
    • commonsIo to 2.19.0
    • eclipseJgit to 7.2.0.202503040940-r
    • xmlSecurity to 4.0.4
    • jodaTime to 2.14.0
    • jacocoAgent to 0.8.13
    • sonarqubePlugin to 6.1.0.5360
  • bump org.eclipse.jgit:org.eclipse.jgit a63fd5e
  • bump org.sonarsource.scanner.gradle:sonarqube-gradle-plugin from 6.1.0.5360 to 6.2.0.5505 b9ca280

Full Changelog: v77.20.4...v77.20.5

77.33.0

13 May 11:42
5917695
Compare
Choose a tag to compare

What's Changed

Misc

Fixes

Dependency Bumps

  • build(deps): bump versions.seleniumVersion from 4.31.0 to 4.32.0 by @dependabot in #3441
  • build(deps): bump versions.tomcatCargoVersion from 9.0.104 to 9.0.105 by @dependabot in #3462
  • build(deps): bump rack from 2.2.13 to 2.2.14 in /uaa/slate by @dependabot in #3452

New Contributors

Full Changelog: v77.32.0...v77.33.0

77.32.0

02 May 17:18
4f7a991
Compare
Choose a tag to compare

What's Changed

Misc

Fixes

Dependency Bumps

  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 10.1 to 10.2 by @dependabot in #3390
  • build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /k8s by @dependabot in #3407
  • build(deps): bump k8s.io/client-go from 0.32.3 to 0.32.4 in /k8s by @dependabot in #3415
  • build(deps): bump nokogiri from 1.18.4 to 1.18.8 in /uaa/slate by @dependabot in #3409
  • Bump gradle to 8.14 by @duanemay in #3421
  • build(deps): bump k8s.io/client-go from 0.32.4 to 0.33.0 in /k8s by @dependabot in #3418
  • build(deps): bump versions.jacksonVersion from 2.18.3 to 2.19.0 by @dependabot in #3420
  • build(deps): bump versions.braveVersion from 6.1.0 to 6.2.0 by @dependabot in #3424
  • build(deps): bump jasmine from 5.6.0 to 5.7.0 in /uaa by @dependabot in #3425
  • build(deps): bump jasmine-core from 5.6.0 to 5.7.0 in /uaa by @dependabot in #3426
  • build(deps): bump jasmine-core from 5.7.0 to 5.7.1 in /uaa by @dependabot in #3437
  • build(deps): bump jasmine from 5.7.0 to 5.7.1 in /uaa by @dependabot in #3438

New Contributors

Full Changelog: v77.31.0...v77.32.0

77.31.0

15 Apr 17:04
4928a83
Compare
Choose a tag to compare

What's Changed

Misc

Fixes

Fixes (tests)

Dependency Bumps

  • Bump snakeyaml from 2.3 to v2.4 by @strehle in #3379
  • build(deps): bump org.jacoco:org.jacoco.agent from 0.8.12 to 0.8.13 by @dependabot in #3382
  • build(deps): bump github.com/onsi/gomega from 1.36.3 to 1.37.0 in /k8s by @dependabot in #3383
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 10.0.2 to 10.1 by @dependabot in #3381
  • build(deps): bump versions.seleniumVersion from 4.30.0 to 4.31.0 by @dependabot in #3385
  • build(deps): bump versions.tomcatCargoVersion from 9.0.102 to 9.0.104 by @dependabot in #3392
  • build(deps): bump versions.guavaVersion from 33.4.6-jre to 33.4.7-jre by @dependabot in #3391
  • build(deps): bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 by @dependabot in #3396
  • build(deps): bump org.apache.santuario:xmlsec from 4.0.3 to 4.0.4 by @dependabot in #3395
  • build(deps): bump commons-io:commons-io from 2.18.0 to 2.19.0 by @dependabot in #3403
  • build(deps): bump versions.guavaVersion from 33.4.7-jre to 33.4.8-jre by @dependabot in #3405

Full Changelog: v77.30.0...v77.31.0

77.30.0

31 Mar 19:16
2495629
Compare
Choose a tag to compare

What's Changed

Fixes

  • fix: accept application/jwk-set+json when fetching JWKs by @mikeroda in #3365
  • fix cast exception with login_hint to /login by @strehle in #3368
  • fix saml validation and allow again only encrypted assertions by @strehle in #3361
  • fix federated credential administration by @strehle in #3377
  • Remove response X-XSS-Protection header by @strehle in #3362

Misc

Dependency Bumps

  • build(deps): bump nokogiri from 1.18.3 to 1.18.4 in /uaa/slate by @dependabot in #3367
  • build(deps): bump versions.seleniumVersion from 4.29.0 to 4.30.0 by @dependabot in #3369
  • build(deps): bump github.com/onsi/gomega from 1.36.2 to 1.36.3 in /k8s by @dependabot in #3371
  • build(deps): bump org.sonarsource.scanner.gradle:sonarqube-gradle-plugin from 6.0.1.5171 to 6.1.0.5360 by @dependabot in #3373
  • build(deps): bump org.eclipse.jgit:org.eclipse.jgit from 7.1.0.202411261347-r to 7.2.0.202503040940-r by @dependabot in #3359
  • build(deps): bump versions.guavaVersion from 33.4.0-jre to 33.4.5-jre by @dependabot in #3358
  • build(deps): bump versions.guavaVersion from 33.4.5-jre to 33.4.6-jre by @dependabot in #3375
  • build(deps): bump joda-time:joda-time from 2.13.1 to 2.14.0 by @dependabot in #3378

Full Changelog: v77.29.0...v77.30.0

77.29.0

17 Mar 13:26
70ffb30
Compare
Choose a tag to compare

What's Changed

Fixes

  • fix: Jwt Bearer should be able to return id_token by @strehle in #3344
  • Integration tests: add an option for the web driver to click and wait for a page reload by @Kehrlann in #3330
  • Improve UaaWebDriver#clickAndWait by @Kehrlann in #3336

Feature

Misc

Dependency Bumps

Full Changelog: v77.28.0...v77.29.0

77.20.4

17 Mar 13:22
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: v77.20.3...v77.20.4

77.28.0

05 Mar 17:47
6ff5930
Compare
Choose a tag to compare

What's Changed

Fixes

  • fix regression from release before with passcode prompt for json responses by @strehle in #3323

Dependency Bumps

  • build(deps): bump versions.jacksonVersion from 2.18.2 to 2.18.3 by @dependabot in #3320
  • build(deps): bump rack from 2.2.11 to 2.2.12 in /uaa/slate by @dependabot in #3322

Full Changelog: v77.27.0...v77.28.0

77.27.0

28 Feb 13:54
03e340c
Compare
Choose a tag to compare

What's Changed

Fixes

Misc

Dependency Bumps

  • build(deps): bump jasmine-core from 5.5.0 to 5.6.0 in /uaa by @dependabot in #3283
  • build(deps): bump jasmine from 5.5.0 to 5.6.0 in /uaa by @dependabot in #3282
  • build(deps): bump rack from 2.2.10 to 2.2.11 in /uaa/slate by @dependabot in #3291
  • build(deps): bump k8s.io/client-go from 0.32.1 to 0.32.2 in /k8s by @dependabot in #3296
  • build(deps): bump versions.tomcatCargoVersion from 9.0.98 to 9.0.100 by @dependabot in #3298
  • build(deps): bump versions.braveVersion from 6.0.3 to 6.1.0 by @dependabot in #3299
  • build(deps): bump nokogiri from 1.16.7 to 1.18.3 in /uaa/slate by @dependabot in #3304
  • build(deps): bump versions.seleniumVersion from 4.28.1 to 4.29.0 by @dependabot in #3306
  • build(deps): bump org.awaitility:awaitility from 4.2.2 to 4.3.0 by @dependabot in #3308
  • Bump gradle to 8.13 by @duanemay in #3311
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 10.0.1 to 10.0.2 by @dependabot in #3312
  • build(deps): bump org.bouncycastle:bcpkix-fips from 2.0.7 to 2.1.9 by @dependabot in #3315
  • Revert "build(deps): bump org.bouncycastle:bcpkix-fips from 2.0.7 to 2.1.9" by @strehle in #3318

Full Changelog: v77.26.0...v77.27.0

77.20.3