Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.0.0"
}
38 changes: 0 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1 @@
# Changelog

## [1.0.2](https://github.com/devsy-org/apiserver/compare/v1.0.1...v1.0.2) (2026-04-12)


### Bug Fixes

* 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))

## [1.0.1](https://github.com/devsy-org/apiserver/compare/v1.0.0...v1.0.1) (2026-04-12)


### Bug Fixes

* 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))

## 1.0.0 (2026-04-12)


### Features

* add group converter ([28c307a](https://github.com/devsy-org/apiserver/commit/28c307acd2deeb75f18b1142119698e0589fe178))
* 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))
* force JSON serialization ([619975b](https://github.com/devsy-org/apiserver/commit/619975b667ebdaa1dd558dd7e399deb3dd2215e2))
* new tracerprovider required by admissionConfig ([cac25ae](https://github.com/devsy-org/apiserver/commit/cac25ae971c3929d2af969dbd1db8927ad646bfc))
* properly init config ([395e1e5](https://github.com/devsy-org/apiserver/commit/395e1e5c9eac0136182bf884d1a143f6fa4349e5))
* 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))
* wrong done channel ([#26](https://github.com/devsy-org/apiserver/issues/26)) ([2a1d356](https://github.com/devsy-org/apiserver/commit/2a1d356b8c09f87fdc5ca0b746e2390c7ba72547))
Loading