diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ba67087..1772e6f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 51083a3..825c32f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,71 +1 @@ # Changelog - -## [2.1.0](https://github.com/devsy-org/agentapi/compare/v2.0.0...v2.1.0) (2026-04-18) - - -### Features - -* rename module to devsy-org/agentapi ([#4](https://github.com/devsy-org/agentapi/issues/4)) ([933dee6](https://github.com/devsy-org/agentapi/commit/933dee6a2fc9b9e728a5178109a90035be102a6b)) - -## [2.0.0](https://github.com/devsy-org/agentapi/compare/v1.0.0...v2.0.0) (2026-04-18) - - -### ⚠ BREAKING CHANGES - -* rename loft/vcluster to devsy ([#13](https://github.com/devsy-org/agentapi/issues/13)) -* rename module from loft-sh/agentapi/v4 to skevetter/agentapi ([#11](https://github.com/devsy-org/agentapi/issues/11)) - -### Features - -* rename loft/vcluster to devsy ([#13](https://github.com/devsy-org/agentapi/issues/13)) ([df5e34b](https://github.com/devsy-org/agentapi/commit/df5e34b15985684676cc1f4ab6ed2c49a70bb90f)) -* rename module from loft-sh/agentapi/v4 to skevetter/agentapi ([#11](https://github.com/devsy-org/agentapi/issues/11)) ([8a07559](https://github.com/devsy-org/agentapi/commit/8a07559806c221e58c5bee7cf48ba8dce4194858)) - - -### Bug Fixes - -* add pip install pre-commit to workflow ([#19](https://github.com/devsy-org/agentapi/issues/19)) ([2df5b20](https://github.com/devsy-org/agentapi/commit/2df5b20418361baefa270ab7b401af48c7f35a5c)) -* remove pip cache and requirements.txt from pre-commit workflow ([#18](https://github.com/devsy-org/agentapi/issues/18)) ([382daa0](https://github.com/devsy-org/agentapi/commit/382daa0139a3a0bf36bc035cdbda4797c303ee90)) -* reset release version to v1.0.0 for Go module compatibility ([#16](https://github.com/devsy-org/agentapi/issues/16)) ([8ff5587](https://github.com/devsy-org/agentapi/commit/8ff558733456d05c9d4705e3c431eef93dbb8ba8)) -* update generated openapi to use DevsyClusterInfo ([#25](https://github.com/devsy-org/agentapi/issues/25)) ([7025b68](https://github.com/devsy-org/agentapi/commit/7025b682d209de0eea164ff2873b36daa71bd3bf)) - -## 1.0.0 (2026-04-13) - - -### ⚠ BREAKING CHANGES - -* rename loft/vcluster to devsy ([#13](https://github.com/skevetter/agentapi/issues/13)) -* rename module from loft-sh/agentapi/v4 to skevetter/agentapi ([#11](https://github.com/skevetter/agentapi/issues/11)) - -### Features - -* rename loft/vcluster to devsy ([#13](https://github.com/skevetter/agentapi/issues/13)) ([df5e34b](https://github.com/skevetter/agentapi/commit/df5e34b15985684676cc1f4ab6ed2c49a70bb90f)) -* rename module from loft-sh/agentapi/v4 to skevetter/agentapi ([#11](https://github.com/skevetter/agentapi/issues/11)) ([8a07559](https://github.com/skevetter/agentapi/commit/8a07559806c221e58c5bee7cf48ba8dce4194858)) - - -### Bug Fixes - -* add pip install pre-commit to workflow ([#19](https://github.com/skevetter/agentapi/issues/19)) ([2df5b20](https://github.com/skevetter/agentapi/commit/2df5b20418361baefa270ab7b401af48c7f35a5c)) -* remove pip cache and requirements.txt from pre-commit workflow ([#18](https://github.com/skevetter/agentapi/issues/18)) ([382daa0](https://github.com/skevetter/agentapi/commit/382daa0139a3a0bf36bc035cdbda4797c303ee90)) -* reset release version to v1.0.0 for Go module compatibility ([#16](https://github.com/skevetter/agentapi/issues/16)) ([8ff5587](https://github.com/skevetter/agentapi/commit/8ff558733456d05c9d4705e3c431eef93dbb8ba8)) - -## [2.0.0](https://github.com/skevetter/agentapi/compare/v1.0.0...v2.0.0) (2026-04-13) - - -### ⚠ BREAKING CHANGES - -* rename loft/vcluster to devsy ([#13](https://github.com/skevetter/agentapi/issues/13)) - -### Features - -* rename loft/vcluster to devsy ([#13](https://github.com/skevetter/agentapi/issues/13)) ([df5e34b](https://github.com/skevetter/agentapi/commit/df5e34b15985684676cc1f4ab6ed2c49a70bb90f)) - -## 1.0.0 (2026-04-13) - - -### ⚠ BREAKING CHANGES - -* rename module from loft-sh/agentapi/v4 to skevetter/agentapi ([#11](https://github.com/skevetter/agentapi/issues/11)) - -### Features - -* rename module from loft-sh/agentapi/v4 to skevetter/agentapi ([#11](https://github.com/skevetter/agentapi/issues/11)) ([8a07559](https://github.com/skevetter/agentapi/commit/8a07559806c221e58c5bee7cf48ba8dce4194858)) diff --git a/go.mod b/go.mod index 44d4e81..c9333e1 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/devsy-org/agentapi go 1.25.0 require ( - github.com/devsy-org/admin-apis v1.2.0 - github.com/devsy-org/apiserver v1.2.0 + github.com/devsy-org/admin-apis v1.0.0 + github.com/devsy-org/apiserver v1.0.0 k8s.io/api v0.35.3 k8s.io/apimachinery v0.35.3 k8s.io/apiserver v0.35.0 diff --git a/go.sum b/go.sum index a727f61..fb49c21 100644 --- a/go.sum +++ b/go.sum @@ -23,10 +23,10 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/devsy-org/admin-apis v1.2.0 h1:zfOltpdDxoO0FAe15NFb1NRNkmcdfn3QUY3hQ/aEZV4= -github.com/devsy-org/admin-apis v1.2.0/go.mod h1:N2PrbYDtigY4By1yE1c6gfsWE5bIb6zwY9rUGK/9RWI= -github.com/devsy-org/apiserver v1.2.0 h1:orLQQG+6s7noI4DfBYTC7bSstqIh8QZaYF8OyX02L8M= -github.com/devsy-org/apiserver v1.2.0/go.mod h1:2jKuqy8XdH/g4bIjmkj3efQgshN/NjMzm17SkvvSR88= +github.com/devsy-org/admin-apis v1.0.0 h1:PXEIyhecYMBxXF1Si6Q35m4aMmzybQ6WffeParRfjEw= +github.com/devsy-org/admin-apis v1.0.0/go.mod h1:N2PrbYDtigY4By1yE1c6gfsWE5bIb6zwY9rUGK/9RWI= +github.com/devsy-org/apiserver v1.0.0 h1:HBOwk6DeZKQzuDzUTnQ03YkOewYiBfE9r7qn/AcyRU4= +github.com/devsy-org/apiserver v1.0.0/go.mod h1:2jKuqy8XdH/g4bIjmkj3efQgshN/NjMzm17SkvvSR88= github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY= github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= github.com/emicklei/go-restful/v3 v3.13.0 h1:C4Bl2xDndpU6nJ4bc1jXd+uTmYPVUwkD6bFY/oTyCes=