From 1e5597b7ec84f1bdce88d75813f75d16833040c5 Mon Sep 17 00:00:00 2001 From: "devsy-app[bot]" <277138668+devsy-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 21:27:13 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a1961ec9..09a25228 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 320259ec..57a6af17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [1.2.0](https://github.com/devsy-org/apiserver/compare/v1.1.0...v1.2.0) (2026-04-18) + + +### Features + +* add group converter ([28c307a](https://github.com/devsy-org/apiserver/commit/28c307acd2deeb75f18b1142119698e0589fe178)) +* add managerfactory package for generated register imports ([#8](https://github.com/devsy-org/apiserver/issues/8)) ([48815a4](https://github.com/devsy-org/apiserver/commit/48815a4c0f0f7b299ca4e3f4df87c812c9d34d6c)) +* add status rest generator ([a087db8](https://github.com/devsy-org/apiserver/commit/a087db850f7feeb85b15134b4874f2c41d11a47b)) +* add status rest generator ([07b679f](https://github.com/devsy-org/apiserver/commit/07b679fb7d0ec741c203eeeb44cf8de0989ee3dc)) + + +### Bug Fixes + +* add tags for unversioned apis ([a106e2f](https://github.com/devsy-org/apiserver/commit/a106e2f2e0f1f9392dc8c4a873a9e3c37ecf74f7)) +* add tags for unversioned apis ([acc9f39](https://github.com/devsy-org/apiserver/commit/acc9f397b07e4b7da29d467d24095d425cbf8420)) +* breaking changes after version bump ([5f191d3](https://github.com/devsy-org/apiserver/commit/5f191d3077814787694d7cf317ed3d09df5b5a09)) +* bump k8s version to 1.31 ([56b9af3](https://github.com/devsy-org/apiserver/commit/56b9af3c14844c35e1ec7a7344ef8dbd0e4b58e1)) +* disable validatingadmissionpolicy plugin ([79262a1](https://github.com/devsy-org/apiserver/commit/79262a153ae84a37ee7b5d93c1aa152db28e9c0b)) +* disable validatingadmissionpolicy plugin via config not feature flag ([f17d504](https://github.com/devsy-org/apiserver/commit/f17d504a4d0da95e503189e4e039fcbab214e325)) +* export shell variables to resolve shellcheck SC2034 warnings ([#12](https://github.com/devsy-org/apiserver/issues/12)) ([7e0ae3e](https://github.com/devsy-org/apiserver/commit/7e0ae3e6220065484433e3578328c8aa577ecf93)) +* force JSON serialization ([619975b](https://github.com/devsy-org/apiserver/commit/619975b667ebdaa1dd558dd7e399deb3dd2215e2)) +* move exclude-dirs to linters.exclusions.paths for golangci-lint v2 ([#10](https://github.com/devsy-org/apiserver/issues/10)) ([5539adf](https://github.com/devsy-org/apiserver/commit/5539adf2f95d4e6e3dea41a7ee6b600e44cf96a4)) +* new tracerprovider required by admissionConfig ([cac25ae](https://github.com/devsy-org/apiserver/commit/cac25ae971c3929d2af969dbd1db8927ad646bfc)) +* nondeterministic NonNamespaced annotations in register generator ([#10](https://github.com/devsy-org/apiserver/issues/10)) ([04607d0](https://github.com/devsy-org/apiserver/commit/04607d0dc75a954490094360052e195491f577a3)) +* properly init config ([395e1e5](https://github.com/devsy-org/apiserver/commit/395e1e5c9eac0136182bf884d1a143f6fa4349e5)) +* resolve import alias collisions and NewRESTFunc signature in generator ([#6](https://github.com/devsy-org/apiserver/issues/6)) ([a591b60](https://github.com/devsy-org/apiserver/commit/a591b60be0837afd7bec584a55f35a6c8afdd13d)) +* resolve pre-commit trailing whitespace, EOF, and formatting issues ([#8](https://github.com/devsy-org/apiserver/issues/8)) ([1b18f03](https://github.com/devsy-org/apiserver/commit/1b18f038ccb8c408654d9941f8631ac809f19b61)) +* wrap long comment to satisfy lll linter ([#2](https://github.com/devsy-org/apiserver/issues/2)) ([11e043d](https://github.com/devsy-org/apiserver/commit/11e043d1e2a9ecfc40c0c29f085814b06b934ace)) +* wrong done channel ([#26](https://github.com/devsy-org/apiserver/issues/26)) ([2a1d356](https://github.com/devsy-org/apiserver/commit/2a1d356b8c09f87fdc5ca0b746e2390c7ba72547)) + ## [1.1.0](https://github.com/devsy-org/apiserver/compare/v1.0.1...v1.1.0) (2026-04-18)