Releases: eclipse-csi/otterdog
Releases · eclipse-csi/otterdog
Release list
Otterdog v1.3.4
Otterdog v1.3.3
Fixed
- Fix signature of import_callback when evaluating jsonnet files or snippets
Otterdog v1.3.2
Fixed
- Confine jsonnet imports to the org configuration directory in the webapp, and replace raw evaluator exception text with a friendly message in pull request validation comments
Changed
- Replace string-based webhook event filter expressions with direct callables, and require GITHUB_WEBHOOK_SECRET to be configured at startup so the X-Hub-Signature header is always validated
Otterdog v1.3.1
Otterdog v1.3.0
Added
- Environment-based credential provider (#593)
- Auto-Comment on auto-merge problems (#603)
- Support for workflow setting
fork_pr_approval_policy(#576) - Added HashiCorp Vault credential provider support with hvac library integration (#540)
- Added flag
--only-secretsto only process secret changes
Changed
- Fix web-login (#597)
Fixed
- Fix printing of changes for nested dicts
Otterdog v1.2.0
Otterdog v1.1.1
Added
- Adding "Rust" support for Code Scanning
- Remove the out of sync PR comment
- Code scanning language check for repositories (#507)
Fixed
Otterdog v1.1.0
Added
- Add Documentation for Otterdog Web App deployment
- Add support for marking organizations as archived and to ignore them. (#463)
- Add new check-status CLI command. This outputs a json file of with sync, validation, and archival status of organizations. (#457)
- Added support for setting
gh_pages_visibilityin repositories. (#474) - Added support for setting
members_can_create_private_pagesin organization settings. (#474)
Changed
- Make the
sync-checkalways succeed to not prevent PRs from being merged due to unrelated changes in the live settings. - Contributing documentation to include instructions for Otterdog Web App
Fixed
Otterdog v1.0.4
- Fixed filter invalid codeql lang values returned by gh api (#435)
- Documentation improvement
- Dependencies updates for otterdog
Otterdog v1.0.3
Fixed
- Dependencies updates for otterdog
- Minor development docs and build updates