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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Release (2025-MM-DD)
- `authorization`: [v0.9.0](services/authorization/CHANGELOG.md#v090)
- **Feature:** Add support for assignable subjects
- `iaas`:
- [v0.31.0](services/iaas/CHANGELOG.md#v0310)
- Add `CreatedAt` and `UpdatedAt` fields to `BaseSecurityGroupRule` struct
Expand Down
5 changes: 4 additions & 1 deletion services/authorization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## v0.9.0
- **Feature:** Add support for assignable subjects

## v0.8.1
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`

## v0.8.0
- Add `required:"true"` tags to model structs
Expand Down
2 changes: 1 addition & 1 deletion services/authorization/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8.1
v0.9.0
192 changes: 192 additions & 0 deletions services/authorization/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 55 additions & 0 deletions services/authorization/api_default_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading