Releases: metal-toolbox/governor-api
Releases · metal-toolbox/governor-api
Release v0.2.4
What's Changed
Changelog
🚀 Others
- 95c1257 Extension Resources Group Auth (#123)
- 185aa7d Small Auth Fix (#125)
- e447898 Update buildkite plugin docker to v5.11.0 (#116)
- 0f86eb1 fix memberships dbtools traces (#124)
What's Changed
- Extension Resources Group Auth by @bailinhe in #123
- Small Auth Fix by @bailinhe in #125
- Update buildkite plugin docker to v5.11.0 by @renovate in #116
- fix memberships dbtools traces by @mikemrm in #124
New Contributors
Full Changelog: v0.2.3...v0.2.4
Release v0.2.3
v0.2.2
What's Changed
- Fix membership bugs with deleted groups in hierarchical relationships by @jacobsee in #107
- One more join for deleted groups by @jacobsee in #108
- Approver group validity check by @jacobsee in #109
- Update module github.com/nats-io/nats.go to v1.34.1 by @renovate in #64
- Update buildkite plugin equinixmetal-buildkite/trivy to v1.18.5 by @renovate in #102
- Update module github.com/spf13/viper to v1.18.2 by @renovate in #78
- Bump dependencies and golang version by @fishnix in #114
- Small fixes for client library by @bailinhe in #121
Full Changelog: v0.2.1...v0.2.2
Release v0.2.1
Release v0.2.0
What's Changed
Changelog
🚀 Others
- 91c3a81 Add Extension Docs (#91)
- 27a2aa9 Add authorization for system resources (#98)
- 2ebf801 Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#92)
- e7663f4 Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 (#89)
- 8e4696a Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#94)
- 61b85c1 Bump golang.org/x/net from 0.12.0 to 0.17.0 (#81)
- fa8dd20 Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#87)
- 745eb9c Extension resource lifecycle (#99)
- be6f3dc Forward ports directly in the docker-compose file for compatibility. We aren't making use of the differences in devcontainer 'forwardPorts (#96)
- fae43b8 Update actions/checkout action to v4 (#59)
- 56672e9 Update buildkite plugin docker to v5.9.0 (#69)
- 9064b37 Update buildkite plugin docker-compose to v4.16.0 (#84)
- 623314e Update buildkite plugin equinixmetal-buildkite/trivy to v1.18.3 (#52)
- 9bdff08 Update goreleaser/goreleaser-action action to v5 (#61)
- c66d043 Update module go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin to v0.44.0 [SECURITY] (#83)
- 569e83e Update opentelemetry-go monorepo to v1.19.0 (#67)
- 9a2ee37 [Extend Governor APIs] Correlation ID (#93)
- 0944b94 [Extend Governor APIs] Extension Resource Definitions (#72)
- 7f58565 [Extend Governor APIs] Extensions Management (#76)
- d82fe47 [Extend Governor APIs] Extensions and ERD schemas (#70)
- 9cac4a8 [Extend Governor APIs] Governor JSON Validator (#74)
- c7f0dd4 [Extend Governor APIs] System Extension Resources (#75)
- 1e70e41 [Extend Governor APIs] User Extension Resources (#86)
- aabd171 add content and format assertions (#97)
- c8c0419 add system resources data schema (#73)
- b961a23 add user extension resources schema (#82)
- 3090bc4 admin_expires_at for indirect members is always false (#63)
- 6ab4ca5 fix incorrect error returned (#90)
- 36daa8d update dependencies + golang version (#88)
What's Changed
- admin_expires_at for indirect members is always null by @jacobsee in #63
- Update buildkite plugin equinixmetal-buildkite/trivy to v1.18.3 by @renovate in #52
- Update actions/checkout action to v4 by @renovate in #59
- Update buildkite plugin docker to v5.9.0 by @renovate in #69
- Update goreleaser/goreleaser-action action to v5 by @renovate in #61
- [Extend Governor APIs] Extensions and ERD schemas by @bailinhe in #70
- [Extend Governor APIs] Extensions Management by @bailinhe in #76
- [Extend Governor APIs] Extension Resource Definitions by @bailinhe in #72
- [Extend Governor APIs] System Extension Resources Schema by @bailinhe in #73
- Update opentelemetry-go monorepo to v1.19.0 by @renovate in #67
- Update module go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin to v0.44.0 [SECURITY] by @renovate in #83
- [Extend Governor APIs] Governor JSON Validator by @bailinhe in #74
- [Extend Governor APIs] System Extension Resources by @bailinhe in #75
- [Extend Governor APIs] User Extension Resources Schema by @bailinhe in #82
- [Extend Governor APIs] User Extension Resources by @bailinhe in #86
- Bump golang.org/x/net from 0.12.0 to 0.17.0 by @dependabot in #81
- Bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in #87
- Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 by @dependabot in #89
- [Small Fix] Enhance JSON Validator Error Messages by @bailinhe in #90
- Add Extension Docs by @bailinhe in #91
- [Extend Governor APIs] Correlation ID by @bailinhe in #93
- Add Content Assertions for JSON Schema Compiler by @bailinhe in #97
- Add authorization for system resources by @bailinhe in #98
- Extension resource lifecycle by @bailinhe in #99
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #94
- Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 by @dependabot in #92
- Update buildkite plugin docker-compose to v4.16.0 by @renovate in #84
- Update dependencies + golang version by @fishnix in #88
- DevContainer QoL change by @jacobsee in #96
Full Changelog: v0.1.7...v0.2.0
Release v0.1.7
What's Changed
Changelog
🚀 Others
- 24c4487 Additional group hierarchy transaction fixes (#42)
- 4408344 DCS-278: Add tracing contexts to nats events (#46)
- c26c336 Revert "Update oryd/hydra Docker tag to v2 (#32)" (#57)
- 492aa09 Switch to using application types (#45)
- 892b726 Update module github.com/XSAM/otelsql to v0.24.0 (#50)
- 6180b2b Update module github.com/google/uuid to v1.3.1 (#43)
- 9af3985 Update module github.com/volatiletech/null/v8 to v9 (#31)
- 5051ad3 Update oryd/hydra Docker tag to v2 (#32)
- 19ad3b9 fixed join on soft delete (#49)
- 7259092 governor admins should not be prompted to approve for groups that have group admins (#40)
- 620836e group membership operations need to use the transaction they are inside of (#44)
- aaca8c0 initial API implementation of admin elevation request and expiration (#56)
- bcd3071 users should be allowed to step down as a group admin (#48)
Release v0.1.6
What's Changed
Changelog
🚀 Others
- 16270f6 Update Helm release common to v2.8.0 (#33)
- 13fe482 add helm chart (#24)
- 99b52f5 chart is being moved to equinixmetal-helm/governor (#38)
- dec3db1 missed one api response that should have a direct membership flag (#39)
- 0cb8761 return call for all memberships properly, change event bus log to info-level (#37)