Skip to content

Releases: defenseunicorns/uds-core

v0.31.2

15 Nov 19:26
44d24d6
Compare
Choose a tag to compare

0.31.2 (2024-11-15)

Bug Fixes

  • scale keycloak sts to zero if deployed in ha mode (#1010) (9bae9b3)

Miscellaneous

  • update *.uds.dev and *.admin.uds.dev certs (#1012) (fe31263)

snapshot-latest

16 Nov 10:18
bfb66a4
Compare
Choose a tag to compare
snapshot-latest Pre-release
Pre-release

What's Changed

Full Changelog: v0.31.2...snapshot-latest

v0.31.1

13 Nov 16:30
498a2c5
Compare
Choose a tag to compare

0.31.1 (2024-11-13)

Miscellaneous

v0.31.0

12 Nov 21:54
14567a8
Compare
Choose a tag to compare

0.31.0 (2024-11-12)

⚠ BREAKING CHANGES

  • Remove the generated exception block from the remoteCidr generation. This change means that a cidr containing the META_IP could be set.

Bug Fixes

  • avoids memory leak in istio sidecar termination (#972) (bfd415e)
  • ensure grafana does not install plugins from the internet (#993) (f3def45)
  • remove remoteCidr exception block (#987) (264fbf6)
  • renovate config updated to track tests (#981) (2494448)
  • sets fail-fast to false for matrix workflows (#995) (3008788)
  • sort auth chains when building the authservice config (#969) (15487fb)

Miscellaneous

v0.30.0

28 Oct 21:35
0c19633
Compare
Choose a tag to compare

0.30.0 (2024-10-28)

⚠ BREAKING CHANGES

  • remove uds-runtime from core (#955)

Features

Bug Fixes

Miscellaneous

v0.29.1

18 Oct 22:37
8313f31
Compare
Choose a tag to compare

0.29.1 (2024-10-18)

Bug Fixes

Miscellaneous

v0.29.0

11 Oct 21:51
f42e93c
Compare
Choose a tag to compare

0.29.0 (2024-10-11)

Features

Bug Fixes

  • broken readme link (#899) (6e47b11)
  • ci: switch to larger runners to resolve ci disk space issues (#882) (1af0401)
  • snapshot ci version modification and tasks for publish (#877) (f01e5bd)
  • support for anywhere network policies in cilium (#884) (5df0737)

Miscellaneous

v0.28.0

27 Sep 22:43
5d9e4d7
Compare
Choose a tag to compare

0.28.0 (2024-09-27)

⚠ BREAKING CHANGES

  • Promtail has been removed from UDS Core and replaced by Vector. If you were previously using overrides to setup additional log targets/endpoints for Promtail this configuration will need to be updated to Vector's chart/config formats. See Vector's Sources and Sinks as well as the helm chart values for guidance in configuration.

Features

Bug Fixes

  • eks iac issues, document storage class pre-reqs (#812) (df514bd)
  • ensure istio sidecar is killed if job fails (#813) (34ffc0a)
  • revert test app version to fix CI failures (#815) (2ec6ad6)

Miscellaneous

v0.27.3

19 Sep 20:17
9839acf
Compare
Choose a tag to compare

0.27.3 (2024-09-19)

Miscellaneous

  • add uds-runtime as an optional component in core (#788) (a2dfede)

To enable UDS Runtime, add it as an optional component in your bundle:

- name: uds-core
  repository: ghcr.io/defenseunicorns/packages/private/uds/core
  ref: 0.27.3-unicorn
  optionalComponents:
    - uds-runtime

v0.27.2

18 Sep 22:48
1434b92
Compare
Choose a tag to compare

0.27.2 (2024-09-18)

Bug Fixes

  • use boltdb-shipper store by default for loki (#779) (e438e12)