Skip to content

v0.2.14

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 17:55
011db86

0.2.14 (2024-06-13)

Updated packages

Package Old New
uds-cli 0.10.4 0.11.0
uds-core 0.22.0 0.22.1
nutanix-init 0.33.0 0.34.0
gitlab-runner 16.11.0 17.0.0
nexus 3.66.0 3.68.1
istio 1.21.2 1.22.1
prometheus 2.51.2 2.52.0
pepr 0.31.0 0.31.1
keycloak 24.0.4 24.0.5

Config Changes

Additional variables:

nexus:
    # SSO requires a license
    NEXUS_SSO_ENABLED: true
    NEXUS_LICENSE_KEY: "<replace-me-with-a-license-key>"

Features

  • gitlab-runner update to match gitlab major version #124
  • nexus updates to configure sso (#121) (2f24efe)
  • update uds-core (#128) (949df27)

Bug Fixes

  • add nexus default realm role to bundle config (#126) (0f31e12)

Miscellaneous

Important

KNOWN ISSUES

  • Manual steps are required as the admin user in order to finalize the Nexus SSO configuration. The steps are outlined in the package documentation.
  • Gitlab runner registration tokens are deprecated as of version 17.x.x and will be removed as of 18.x.x. In order to continue using them in 17, they need to be manually enabled by an admin. Steps are outlined in the package release notes

DETAILS

Nexus

3.68.0-uds.1 (2024-06-10)

Features
  • add additional expose template (a03ba4c)
  • additional ca cert chain var (#14) (a03ba4c)

Gitlab-runner

17.0.0-uds.0 (2024-05-29)

⚠ BREAKING CHANGES
  • add netpols and monitoring (#81)
Features
Miscellaneous
  • deps: update gitlab runner package dependencies (#80) (8393282)
  • deps: update gitlab runner support dependencies (#78) (a203bac)

uds-core

0.22.1 (2024-06-06)

Bug Fixes
Miscellaneous