From 56be52f7c8a9bd78a7ff24a5253aa2558785e875 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 08:21:51 +0000 Subject: [PATCH] chore(main): release validate-crds 2.0.0 --- .release-please-manifest.json | 2 +- validate-crds/CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 27525bc3..822aa340 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,6 +6,6 @@ "firestartr-bootstrap": "1.2.5", "update-claims-features": "1.1.13", "kind": "1.1.1", - "validate-crds": "1.0.0", + "validate-crds": "2.0.0", "gh": "1.4.0" } diff --git a/validate-crds/CHANGELOG.md b/validate-crds/CHANGELOG.md index bb17b4be..6696aa5b 100644 --- a/validate-crds/CHANGELOG.md +++ b/validate-crds/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.0](https://github.com/prefapp/daggerverse/compare/validate-crds-v1.0.0...validate-crds-v2.0.0) (2026-03-12) + + +### ⚠ BREAKING CHANGES + +* bump to new default version ([#416](https://github.com/prefapp/daggerverse/issues/416)) + +### Features + +* bump to new default version ([#416](https://github.com/prefapp/daggerverse/issues/416)) ([d467a8c](https://github.com/prefapp/daggerverse/commit/d467a8cbadc7a3965cfabedc45ed3b22fe3b3179)) + + +### Bug Fixes + +* cannot reference external type ([#391](https://github.com/prefapp/daggerverse/issues/391)) ([87f5be7](https://github.com/prefapp/daggerverse/commit/87f5be7139cd19cb37f4f647eda1f1d3ee56037d)) + ## 1.0.0 (2025-05-27)