Releases: eclipse-csi/otterdog
Releases · eclipse-csi/otterdog
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
Otterdog v1.0.2
Fixed
- Fixed support for using common DNS in MongoDB URL configuration (#417)
Otterdog v1.0.1
Fixed
- Fixed support for
actionsas code scanning language (#411) - Fixed coercion of
has_discussionproperty in case the repository is the source of organization discussions. - Fixed importing an organization that has multiple custom properties defined.
- Fixed updating organization teams with
local-applyoperation.
Otterdog v1.0.0
Changed
- Changed severity of validation messages wrt to missing 'github-pages' environments from WARNING to INFO.
Otterdog v0.11.0
Added
- Added policy
dependency_track_uploadto upload SBOM data from workflows to a dependency track instance. - Added operations
list-blueprintsandapprove-blueprintsto list and approve remediation PRs created for specific organizations. - Added support for teams.
- Use asyncer to speed up retrieval of live settings. (#209)
Changed
- Updated development environment to use
poetryversion2.0.0and changed license classifier toEPL-2.0. (#328) - Changes the
exclude_teamfilter to not consider teams defined in the default config. - Converted workflow related settings into an embedded model object.
- Included option
repo-filterof diff related operations already when getting live data from GitHub to speed up execution.
Fixed
- Fixed display of forced updates in
planoperations.