Skip to content

Commit

Permalink
chore(main): release 0.32.0 (#1013)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.32.0](v0.31.2...v0.32.0)
(2024-11-22)


### Features

* add ability to add custom netpols for prometheus-stack package
([#997](#997))
([472f9c5](472f9c5))
* add checkpoint uds-core slim package
([#818](#818))
([d95f6be](d95f6be))
* allow additional network rules for grafana and neuvector
([#1038](#1038))
([5c84007](5c84007))


### Bug Fixes

* keycloak upgrade wait
([#1037](#1037))
([1207812](1207812))


### Miscellaneous

* add variables for pepr memory requests in dev/demo bundles
([#1021](#1021))
([867501c](867501c))
* architecture diagrams
([#1024](#1024))
([d0bca43](d0bca43))
* **deps:** update grafana helm chart
([#998](#998))
([25d4c29](25d4c29))
* **deps:** update grafana to v11.3.1
([#1023](#1023))
([8d3cf3a](8d3cf3a))
* **deps:** update husky to v9.1.7
([#1014](#1014))
([0d9a854](0d9a854))
* **deps:** update kfc for jest to v3.3.3
([#1015](#1015))
([eba189e](eba189e))
* **deps:** update neuvector to 5.4.0
([#778](#778))
([ccd0a32](ccd0a32))
* **deps:** update pepr to v0.40.1
([#1025](#1025))
([871bdad](871bdad))
* **deps:** update support-deps
([#1006](#1006))
([bfb66a4](bfb66a4))
* **deps:** update support-deps
([#1019](#1019))
([82dfb32](82dfb32))
* **deps:** update velero helm chart to v8
([#999](#999))
([e8187be](e8187be))
* fix duplicative checkpoint publish location
([#1020](#1020))
([b497fc5](b497fc5))
* update diagrams
([#1035](#1035))
([cca5e2c](cca5e2c))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 22, 2024
1 parent 5c84007 commit 11680d3
Show file tree
Hide file tree
Showing 19 changed files with 56 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/bundles/aks/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: uds-core-aks-nightly
description: A UDS bundle for deploying UDS Core on AKS
# x-release-please-start-version
version: "0.31.2"
version: "0.32.0"
# x-release-please-end

packages:
Expand All @@ -17,7 +17,7 @@ packages:
- name: core
path: ../../../build
# x-release-please-start-version
ref: 0.31.2
ref: 0.32.0
# x-release-please-end
overrides:
istio-admin-gateway:
Expand Down
4 changes: 2 additions & 2 deletions .github/bundles/eks/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: uds-core-eks-nightly
description: A UDS bundle for deploying EKS and UDS Core
# x-release-please-start-version
version: "0.31.2"
version: "0.32.0"
# x-release-please-end

packages:
Expand All @@ -17,7 +17,7 @@ packages:
- name: core
path: ../../../build
# x-release-please-start-version
ref: 0.31.2
ref: 0.32.0
# x-release-please-end
optionalComponents:
- metrics-server
Expand Down
4 changes: 2 additions & 2 deletions .github/bundles/rke2/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: uds-core-rke2-nightly
description: A UDS bundle for deploying RKE2 and UDS Core
# x-release-please-start-version
version: "0.31.2"
version: "0.32.0"
# x-release-please-end

packages:
Expand Down Expand Up @@ -38,7 +38,7 @@ packages:
- name: core
path: ../../../build
# x-release-please-start-version
ref: 0.31.2
ref: 0.32.0
# x-release-please-end
optionalComponents:
- metrics-server
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.31.2"
".": "0.32.0"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

All notable changes to this project will be documented in this file.

## [0.32.0](https://github.com/defenseunicorns/uds-core/compare/v0.31.2...v0.32.0) (2024-11-22)


### Features

* add ability to add custom netpols for prometheus-stack package ([#997](https://github.com/defenseunicorns/uds-core/issues/997)) ([472f9c5](https://github.com/defenseunicorns/uds-core/commit/472f9c528d893820cdc0f3e86a63e9aa628330b8))
* add checkpoint uds-core slim package ([#818](https://github.com/defenseunicorns/uds-core/issues/818)) ([d95f6be](https://github.com/defenseunicorns/uds-core/commit/d95f6be3c4d0a271ca029d75ec540e593456934c))
* allow additional network rules for grafana and neuvector ([#1038](https://github.com/defenseunicorns/uds-core/issues/1038)) ([5c84007](https://github.com/defenseunicorns/uds-core/commit/5c84007a7519a5896efababc1ce4ce57a89935bb))


### Bug Fixes

* keycloak upgrade wait ([#1037](https://github.com/defenseunicorns/uds-core/issues/1037)) ([1207812](https://github.com/defenseunicorns/uds-core/commit/12078125fadd308509baefe60b2c4fa753734c23))


### Miscellaneous

* add variables for pepr memory requests in dev/demo bundles ([#1021](https://github.com/defenseunicorns/uds-core/issues/1021)) ([867501c](https://github.com/defenseunicorns/uds-core/commit/867501c2ef7ff9f5cdf6719c9796b8189008f005))
* architecture diagrams ([#1024](https://github.com/defenseunicorns/uds-core/issues/1024)) ([d0bca43](https://github.com/defenseunicorns/uds-core/commit/d0bca432896992dd6843cba38523ea8c251bd330))
* **deps:** update grafana helm chart ([#998](https://github.com/defenseunicorns/uds-core/issues/998)) ([25d4c29](https://github.com/defenseunicorns/uds-core/commit/25d4c29febb3c119951e335496534cea8d6f6f49))
* **deps:** update grafana to v11.3.1 ([#1023](https://github.com/defenseunicorns/uds-core/issues/1023)) ([8d3cf3a](https://github.com/defenseunicorns/uds-core/commit/8d3cf3afb779b72a8b5fe1ae6cceb3d889ca509c))
* **deps:** update husky to v9.1.7 ([#1014](https://github.com/defenseunicorns/uds-core/issues/1014)) ([0d9a854](https://github.com/defenseunicorns/uds-core/commit/0d9a8549881bfc59cb369154480d2d35bb0dd04a))
* **deps:** update kfc for jest to v3.3.3 ([#1015](https://github.com/defenseunicorns/uds-core/issues/1015)) ([eba189e](https://github.com/defenseunicorns/uds-core/commit/eba189e2aa183fef489d134c05fc52f5a39de8fb))
* **deps:** update neuvector to 5.4.0 ([#778](https://github.com/defenseunicorns/uds-core/issues/778)) ([ccd0a32](https://github.com/defenseunicorns/uds-core/commit/ccd0a323a0ba396a93a292205f27800e411f57e4))
* **deps:** update pepr to v0.40.1 ([#1025](https://github.com/defenseunicorns/uds-core/issues/1025)) ([871bdad](https://github.com/defenseunicorns/uds-core/commit/871bdadbebb82f5ab6cb36285cb1172e2efdbf93))
* **deps:** update support-deps ([#1006](https://github.com/defenseunicorns/uds-core/issues/1006)) ([bfb66a4](https://github.com/defenseunicorns/uds-core/commit/bfb66a4cc733bb7e77224c4e8e164497c2e030c0))
* **deps:** update support-deps ([#1019](https://github.com/defenseunicorns/uds-core/issues/1019)) ([82dfb32](https://github.com/defenseunicorns/uds-core/commit/82dfb32383569877eea7c860da7e4713329f8ecc))
* **deps:** update velero helm chart to v8 ([#999](https://github.com/defenseunicorns/uds-core/issues/999)) ([e8187be](https://github.com/defenseunicorns/uds-core/commit/e8187bee95452f06c7c4ecf85c17b8547b963f60))
* fix duplicative checkpoint publish location ([#1020](https://github.com/defenseunicorns/uds-core/issues/1020)) ([b497fc5](https://github.com/defenseunicorns/uds-core/commit/b497fc53f3a330fdc3adbf67d6d8adbe5a7686d7))
* update diagrams ([#1035](https://github.com/defenseunicorns/uds-core/issues/1035)) ([cca5e2c](https://github.com/defenseunicorns/uds-core/commit/cca5e2c9f33b7ff3370876b333c7ebfb6cf3998b))

## [0.31.2](https://github.com/defenseunicorns/uds-core/compare/v0.31.1...v0.31.2) (2024-11-15)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If you want to try out UDS Core, you can use the [k3d-core-demo bundle](./bundle
<!-- x-release-please-start-version -->

```bash
uds deploy k3d-core-demo:0.31.2
uds deploy k3d-core-demo:0.32.0
```

<!-- x-release-please-end -->
Expand All @@ -73,7 +73,7 @@ Deploy Istio, Keycloak and Pepr:
<!-- x-release-please-start-version -->

```bash
uds deploy k3d-core-slim-dev:0.31.2
uds deploy k3d-core-slim-dev:0.32.0
```

<!-- x-release-please-end -->
Expand Down
6 changes: 3 additions & 3 deletions bundles/k3d-slim-dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: k3d-core-slim-dev
description: A UDS bundle for deploying Istio from UDS Core on a development cluster
# x-release-please-start-version
version: "0.31.2"
version: "0.32.0"
# x-release-please-end

packages:
Expand Down Expand Up @@ -37,7 +37,7 @@ packages:
- name: core-base
path: ../../build/
# x-release-please-start-version
ref: 0.31.2
ref: 0.32.0
# x-release-please-end
overrides:
pepr-uds-core:
Expand Down Expand Up @@ -84,7 +84,7 @@ packages:
- name: core-identity-authorization
path: ../../build/
# x-release-please-start-version
ref: 0.31.2
ref: 0.32.0
# x-release-please-end
overrides:
keycloak:
Expand Down
4 changes: 2 additions & 2 deletions bundles/k3d-standard/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: k3d-core-demo
description: A UDS bundle for deploying the standard UDS Core package on a development cluster
# x-release-please-start-version
version: "0.31.2"
version: "0.32.0"
# x-release-please-end

packages:
Expand Down Expand Up @@ -37,7 +37,7 @@ packages:
- name: core
path: ../../build/
# x-release-please-start-version
ref: 0.31.2
ref: 0.32.0
# x-release-please-end
optionalComponents:
- istio-passthrough-gateway
Expand Down
2 changes: 1 addition & 1 deletion packages/backup-restore/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core (Backup and Restore)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.31.2"
version: "0.32.0"
# x-release-please-end
x-uds-dependencies: ["base"]

Expand Down
2 changes: 1 addition & 1 deletion packages/base/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core (Base)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.31.2"
version: "0.32.0"
# x-release-please-end
x-uds-dependencies: []

Expand Down
2 changes: 1 addition & 1 deletion packages/checkpoint-dev/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "Rehydratable UDS K3d + UDS Core Slim (Istio, UDS Operator and Keycloak) Checkpoint"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.31.2"
version: "0.32.0"
# x-release-please-end

variables:
Expand Down
2 changes: 1 addition & 1 deletion packages/identity-authorization/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core (Identity & Authorization)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.31.2"
version: "0.32.0"
# x-release-please-end
x-uds-dependencies: ["base"]

Expand Down
2 changes: 1 addition & 1 deletion packages/logging/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core (Logging)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.31.2"
version: "0.32.0"
# x-release-please-end
x-uds-dependencies: ["base"]

Expand Down
2 changes: 1 addition & 1 deletion packages/metrics-server/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core (Metrics Server)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.31.2"
version: "0.32.0"
# x-release-please-end
x-uds-dependencies: ["base"]

Expand Down
2 changes: 1 addition & 1 deletion packages/monitoring/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core Monitoring (Prometheus and Grafana)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.31.2"
version: "0.32.0"
# x-release-please-end
x-uds-dependencies: ["base", "identity-authorization"]

Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-security/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core (Runtime Security)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.31.2"
version: "0.32.0"
# x-release-please-end
x-uds-dependencies: ["base", "identity-authorization"]

Expand Down
2 changes: 1 addition & 1 deletion packages/standard/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.31.2"
version: "0.32.0"
# x-release-please-end

components:
Expand Down
2 changes: 1 addition & 1 deletion tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variables:
- name: VERSION
description: "The version of the packages to deploy"
# x-release-please-start-version
default: "0.31.2"
default: "0.32.0"
# x-release-please-end
- name: FLAVOR
default: upstream
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variables:
- name: VERSION
description: "The version of the packages to build"
# x-release-please-start-version
default: "0.31.2"
default: "0.32.0"
# x-release-please-end

- name: LAYER
Expand Down

0 comments on commit 11680d3

Please sign in to comment.