Releases: rancher/apiserver
Releases · rancher/apiserver
v0.4.1
v0.3.0
What's Changed
- JSON encode schemas URL passed to html template by @ibuildthecloud in #2
- Update schema filter to include any method by @dramich in #3
- Add the collection link to schemas with POST by @dramich in #4
- Allow listing of schemas with only POST verb by @dramich in #5
- [2.6.3] added support for json lines encoding by @paynejacob in #6
- Add metrics by @rmweir in #7
- fix: bug for CustomAPIUIResponseWriter func by @parchk in #1
- Add metric for timing requests by @rmweir in #8
- Register request time metric by @rmweir in #9
- Fix register by @rmweir in #10
- Implement drone-plugin-fossa by @oxr463 in #11
- Bump versions by @macedogm in #12
- updated cookie token size by @KevinJoiner in #14
- [cleanup] Fix example server by @cmurphy in #16
- Support k8s 1.25 by @jiaqiluo in #18
- Updates for pagination by @cmurphy in #17
- Adding warning headers by @crobby in #19
- Include namespace in watch start event by @cmurphy in #20
- Update wrangler to v1.1.0 by @rmweir in #21
- Bump API-UI version by @macedogm in #25
- Add check for nil schema ID before recording it by @JonCrowther in #23
- Created several unit tests for server.go by @JonCrowther in #28
- Add docs to README by @cmurphy in #22
- Add initial Renovate configuration by @renovate-rancher in #26
- Security bumps by @macedogm in #29
- Update module github.com/stretchr/testify to v1.8.4 by @renovate-rancher in #32
- Update module github.com/gorilla/websocket to v1.5.0 by @renovate-rancher in #34
- Update module github.com/sirupsen/logrus to v1.9.3 by @renovate-rancher in #36
- Update module github.com/gorilla/mux to v1.8.0 by @renovate-rancher in #33
- Update gomod-k8sio-dependencies to v0.25.12 by @renovate-rancher in #30
- Update module github.com/prometheus/client_golang to v1.16.0 by @renovate-rancher in #35
- Update module github.com/rancher/wrangler to v1.1.1 by @renovate-rancher in #31
- updated deps for k8s 1.27.4 by @vardhaman22 in #37
- Bumps rancher/wrangler to it's tagged v2 version. by @KevinJoiner in #47
- [v1.28] Bump dependencies to k8s 1.28 | Update wrangler to v2.1.3 by @chiukapoor in #46
- [2.9] Fixes by @pmatseykanets in #59
- Run go test with GH actions by @tomleb in #61
- Add codeowners file by @JonCrowther in #66
- Update module github.com/stretchr/testify to v1.9.0 by @renovate-rancher in #62
- Update module github.com/gorilla/mux to v1.8.1 by @renovate-rancher in #43
- Update module github.com/prometheus/client_golang to v1.19.0 by @renovate-rancher in #40
- Bump wrangler to 2.1.4 by @MbolotSuse in #69
- Bump wrangler to v2.2.0-rc1 by @tomleb in #71
- Update module github.com/rancher/wrangler/v2 to v2.2.0-rc3 by @renovate-rancher in #72
- Downgrade github.com/prometheus/client_golang to v1.16.0 by @tomleb in #74
- [v1.29] Bump dependencies to k8s 1.29.3 by @krunalhinguu in #77
- [master] Remove the Drone configuration file by @maxsokolovsky in #81
- k8s 1.30 dependencies update by @vardhaman22 in #82
- Update module github.com/rancher/wrangler/v3 to v3.0.0 by @renovate-rancher in #85
- [v0.3] Create release on tag push by @tomleb in #98
New Contributors
- @ibuildthecloud made their first contribution in #2
- @dramich made their first contribution in #3
- @paynejacob made their first contribution in #6
- @rmweir made their first contribution in #7
- @parchk made their first contribution in #1
- @oxr463 made their first contribution in #11
- @cmurphy made their first contribution in #16
- @jiaqiluo made their first contribution in #18
- @crobby made their first contribution in #19
- @renovate-rancher made their first contribution in #26
- @vardhaman22 made their first contribution in #37
Full Changelog: https://github.com/rancher/apiserver/commits/v0.3.0
v0.2.0
What's Changed
- JSON encode schemas URL passed to html template by @ibuildthecloud in #2
- Update schema filter to include any method by @dramich in #3
- Add the collection link to schemas with POST by @dramich in #4
- Allow listing of schemas with only POST verb by @dramich in #5
- [2.6.3] added support for json lines encoding by @paynejacob in #6
- Add metrics by @rmweir in #7
- fix: bug for CustomAPIUIResponseWriter func by @parchk in #1
- Add metric for timing requests by @rmweir in #8
- Register request time metric by @rmweir in #9
- Fix register by @rmweir in #10
- Implement drone-plugin-fossa by @oxr463 in #11
- Bump versions by @macedogm in #12
- updated cookie token size by @KevinJoiner in #14
- [cleanup] Fix example server by @cmurphy in #16
- Support k8s 1.25 by @jiaqiluo in #18
- Updates for pagination by @cmurphy in #17
- Adding warning headers by @crobby in #19
- Include namespace in watch start event by @cmurphy in #20
- Update wrangler to v1.1.0 by @rmweir in #21
- Bump API-UI version by @macedogm in #25
- Add check for nil schema ID before recording it by @JonCrowther in #23
- Created several unit tests for server.go by @JonCrowther in #28
- Add docs to README by @cmurphy in #22
- Add initial Renovate configuration by @renovate-rancher in #26
- Security bumps by @macedogm in #29
- Update module github.com/stretchr/testify to v1.8.4 by @renovate-rancher in #32
- Update module github.com/gorilla/websocket to v1.5.0 by @renovate-rancher in #34
- Update module github.com/sirupsen/logrus to v1.9.3 by @renovate-rancher in #36
- Update module github.com/gorilla/mux to v1.8.0 by @renovate-rancher in #33
- Update gomod-k8sio-dependencies to v0.25.12 by @renovate-rancher in #30
- Update module github.com/prometheus/client_golang to v1.16.0 by @renovate-rancher in #35
- Update module github.com/rancher/wrangler to v1.1.1 by @renovate-rancher in #31
- updated deps for k8s 1.27.4 by @vardhaman22 in #37
- [2.8] Bumps rancher/wrangler to it's tagged v2 version. by @KevinJoiner in #49
- [v1.28] [v2.8] Bump dependencies to k8s 1.28 | Update wrangler to v2.1.3 by @chiukapoor in #56
- [2.8] Fixes by @pmatseykanets in #58
- [backport 2.8] Add codeowners file by @JonCrowther in #68
- [v2.8] Run go test with GH actions by @tomleb in #65
- [2.8] Remove the Drone configuration file by @maxsokolovsky in #79
- [v0.2] Create release on tag push by @tomleb in #100
New Contributors
- @ibuildthecloud made their first contribution in #2
- @dramich made their first contribution in #3
- @paynejacob made their first contribution in #6
- @rmweir made their first contribution in #7
- @parchk made their first contribution in #1
- @oxr463 made their first contribution in #11
- @cmurphy made their first contribution in #16
- @jiaqiluo made their first contribution in #18
- @crobby made their first contribution in #19
Full Changelog: https://github.com/rancher/apiserver/commits/v0.2.0
v0.1.0
What's Changed
- JSON encode schemas URL passed to html template by @ibuildthecloud in #2
- Update schema filter to include any method by @dramich in #3
- Add the collection link to schemas with POST by @dramich in #4
- Allow listing of schemas with only POST verb by @dramich in #5
- [2.6.3] added support for json lines encoding by @paynejacob in #6
- Add metrics by @rmweir in #7
- fix: bug for CustomAPIUIResponseWriter func by @parchk in #1
- Add metric for timing requests by @rmweir in #8
- Register request time metric by @rmweir in #9
- Fix register by @rmweir in #10
- Implement drone-plugin-fossa by @oxr463 in #11
- Bump versions by @macedogm in #12
- updated cookie token size by @KevinJoiner in #14
- [cleanup] Fix example server by @cmurphy in #16
- Support k8s 1.25 by @jiaqiluo in #18
- Updates for pagination by @cmurphy in #17
- Adding warning headers by @crobby in #19
- Include namespace in watch start event by @cmurphy in #20
- Update wrangler to v1.1.0 by @rmweir in #21
- Bump API-UI version by @macedogm in #25
- Add check for nil schema ID before recording it by @JonCrowther in #23
- Created several unit tests for server.go by @JonCrowther in #28
- Add docs to README by @cmurphy in #22
- Add initial Renovate configuration by @renovate-rancher in #26
- Security bumps by @macedogm in #29
- Update module github.com/stretchr/testify to v1.8.4 by @renovate-rancher in #32
- Update module github.com/gorilla/websocket to v1.5.0 by @renovate-rancher in #34
- Update module github.com/sirupsen/logrus to v1.9.3 by @renovate-rancher in #36
- Update module github.com/gorilla/mux to v1.8.0 by @renovate-rancher in #33
- Update gomod-k8sio-dependencies to v0.25.12 by @renovate-rancher in #30
- Update module github.com/prometheus/client_golang to v1.16.0 by @renovate-rancher in #35
- Update module github.com/rancher/wrangler to v1.1.1 by @renovate-rancher in #31
- updated deps for k8s 1.27.4 by @tomleb in #52
- [2.7] updated deps for k8s 1.27.4 by @MbolotSuse in #51
- [2.7] Fixes by @pmatseykanets in #57
- [backport 2.7] Add codeowners file by @JonCrowther in #67
- [v2.7] Run go test with GH actions by @tomleb in #64
- [2.7] Remove the Drone configuration file by @maxsokolovsky in #80
- [v0.1] Create release on tag push by @tomleb in #101
New Contributors
- @ibuildthecloud made their first contribution in #2
- @dramich made their first contribution in #3
- @paynejacob made their first contribution in #6
- @rmweir made their first contribution in #7
- @parchk made their first contribution in #1
- @oxr463 made their first contribution in #11
- @cmurphy made their first contribution in #16
- @jiaqiluo made their first contribution in #18
- @crobby made their first contribution in #19
Full Changelog: https://github.com/rancher/apiserver/commits/v0.1.0