Releases: raystack/guardian
Releases · raystack/guardian
v0.2.10-alpha4
v0.2.10-alpha3
v0.2.10-alpha2
Changelog
- 6462d34 Merge branch 'appeal-fixes' into additional-appeals-fix
- 1cbfdba chore: add debug log for skipping additional appeal creation
- 585ab55 fix(appeal): replace resource's policy with the overridding policy from additional appeal config if configured
- 8a9d2c1 fix(appeal): skip nested additional appeals creation for an additional appeal
v0.2.10-alpha1
v0.2.9
What's Changed
- fix(notifiers): cache slack id by @bsushmith in #174
- chore: update issue templates by @ravisuhag in #177
- chore: add coveralls in test pipeline by @rahmatrhd in #179
- fix(jobs): use createdBy instead of accountID for appeal expiry reminder by @bsushmith in #176
- chore: add coverage badge by @rahmatrhd in #180
- fix(notifiers): send notifications for each user and print errors at last by @bsushmith in #183
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- Fix: Add intermediate certs for OpenIDM SSL connectivity by @snorlacs in #146
- fix: guardian appeal-approval flow by @singhvikash11 in #144
- feat: add curl and openssl to image by @bsushmith in #147
- fix(cmd): load
host
from flag for core commands by @rahmatrhd in #139 - fix: Check for empty options in case of additional appeal by @singhvikash11 in #148
- fix: skip approve_if if the evaluation of when condition is false by @singhvikash11 in #150
- fix: add blank as default value for IAM schema by @singhvikash11 in #153
- fix: add panic handler to grpc interceptor to avoid service terminate by @singhvikash11 in #152
- feat: support metabase v0.42 version and also make it backward compat… by @singhvikash11 in #157
- fix: terminate old active appeal by @bsushmith in #160
- test(approval): add test case for evaluating nested fields using expression by @rahmatrhd in #163
- fetch provider types by @bsushmith in #161
- feat(cmd): add sub-command for running jobs by @rahmatrhd in #164
- fix: update the policy based on latest version by @singhvikash11 in #166
- feat: delete provider & resources by @rahmatrhd in #169
- feat: adding table, group as metabase resource and add group-database by @singhvikash11 in #162
- refactor: rearrange project structure by @rahmatrhd in #170
- feat: audit logging by @rahmatrhd in #155
New Contributors
Full Changelog: v0.2.6...v0.2.8
v0.2.8-beta1
What's Changed
- fix(cmd): load
host
from flag for core commands by @rahmatrhd in #139 - fix: Check for empty options in case of additional appeal by @singhvikash11 in #148
- fix: skip approve_if if the evaluation of when condition is false by @singhvikash11 in #150
- fix: add blank as default value for IAM schema by @singhvikash11 in #153
- fix: add panic handler to grpc interceptor to avoid service terminate by @singhvikash11 in #152
- feat: support metabase v0.42 version and also make it backward compat… by @singhvikash11 in #157
- fix: terminate old active appeal by @bsushmith in #160
- test(approval): add test case for evaluating nested fields using expression by @rahmatrhd in #163
- fetch provider types by @bsushmith in #161
Full Changelog: v0.2.8-alpha1...v0.2.8-beta1
v0.2.8-alpha3
v0.2.8-alpha2
Changelog
- 90e6b2a fix: Check for empty options in case of additional appeal