Commit 0ddde70
committed
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-06-03)
### Bug Fixes
* account nkey id to account name if not set ([e3fa989](e3fa989))
* account status updated after periodic push ([daca09a](daca09a))
* closing connection on error on periodic sync ([84d8361](84d8361))
* fix accessing nil crash ([2434c4e](2434c4e))
* fixed account revocation list bug during user deletion when account... ([8da3850](8da3850))
* fixed CI workflow ([21fb7de](21fb7de))
* fixed CI workflow ([fb40172](fb40172))
* fixed failing unit tests because of new behavior ([5c46c3a](5c46c3a))
* fixed release workflow ([94608cb](94608cb))
* fixed release workflow ([79fcb13](79fcb13))
* fixed release workflow ([5d1d415](5d1d415))
* fixed release workflow ([3923e7a](3923e7a))
* fixed release workflow ([c5a9c35](c5a9c35))
* fixed resolver connection close ([68985f9](68985f9))
* fixed some status infos and errors. Added 'sys' account info to readme ([3d404ef](3d404ef))
* fixed typo in CI environment ([25b63f4](25b63f4))
* foce generate to use amd64 ([f7ead43](f7ead43))
* periodic refreshing enabled when operator has sync disabled ([1965aab](1965aab))
* reordered, added imitempty tags to claims ([c0293d0](c0293d0))
* skipping periodic push for operators that don't have auto sync enabled ([5d22fb7](5d22fb7))
* socket connection leak ([4386f14](4386f14))
* sys account handling ([9c93de6](9c93de6))
* update issue deplendency paths ([d5bdc54](d5bdc54))
* updated CI for dev environment ([18ddcad](18ddcad))
* updated CI workflow ([b3679f8](b3679f8))
* updated vault resource in dev environment ([b161fc1](b161fc1))
* updated workflow ([c00ef3a](c00ef3a))
* workaround for failing semantic-release ([1577164](1577164))
### Features
* account and user issues fixing themselves ([d2c6848](d2c6848))
* add multiarch build using matrix strategy ([edgefarm#29](https://github.com/zerosubnet/vault-plugin-secrets-nats/issues/29)) ([54022da](54022da))
* added cmd/operator and reworked jwt/nkey ([2059ba4](2059ba4))
* added cmd/operator/account to create accounts ([dfcafbf](dfcafbf))
* added cmd/operator/account unit test ([6d5e005](6d5e005))
* added creds path fuctionality ([c9cb6a4](c9cb6a4))
* added deepcopy methods ([6201028](6201028))
* added delete for nkey/accounts and nkey/operator ([69ca517](69ca517))
* added issuing of creds ([55f03fe](55f03fe))
* added list and delete operations, bugfixes ([b33e328](b33e328))
* added list options (WIP), fixed case sensitive bug, added sys account nkey ([b27d6d5](b27d6d5))
* added more unit tests vor cmd/operator/account ([49a0bf7](49a0bf7))
* added type safe category ([05621c7](05621c7))
* better error messages ([41e3847](41e3847))
* create issue when adding nkeys or jwts ([bb5c772](bb5c772))
* handle nkey secrets ([6247371](6247371))
* introduced validation for parameters for cmd/operator ([360bd16](360bd16))
* jwt handling ([c17b551](c17b551))
* kubebuilder api docs, added generator for deepcopy ([062aa06](062aa06))
* lot of stuff ([5aa71f5](5aa71f5))
* operator pubkey now in accounts jwt as issuer ([b945251](b945251))
* periodically sync accounts to account server ([d5d67c8](d5d67c8))
* release pipeline, readme, production vault test ([9f47d3a](9f47d3a))
* signing key handling for operator and account ([ed6a3c8](ed6a3c8))
* signing keys, push accounts (add, delete) to account server ([ebde946](ebde946))
* switched back to jwt types ([9e6d23e](9e6d23e))
* sys account gets created on operator, added list op for accounts ([5ad5322](5ad5322))
* updated to vault 1.12.5 ([a6cb247](a6cb247))
* users ([62a27bc](62a27bc))1 parent f6f5931 commit 0ddde70
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments