Skip to content

Releases: eclipse-csi/otterdog

Otterdog v1.3.4

Choose a tag to compare

@github-actions github-actions released this 30 Jun 07:02
v1.3.4
38abea5

Fixed

  • Fix ruleset default value when UNSET (#675)
  • Don't send allowed_values for string/true_false custom properties (#653)
  • Strip OTTERDOG_CONFIG_TOKEN and fix log info for config_file_path (#677)

Otterdog v1.3.3

Choose a tag to compare

@github-actions github-actions released this 08 May 15:49
v1.3.3

Fixed

  • Fix signature of import_callback when evaluating jsonnet files or snippets

Otterdog v1.3.2

Choose a tag to compare

@github-actions github-actions released this 07 May 20:54
v1.3.2
79ffe60

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

Choose a tag to compare

@github-actions github-actions released this 06 May 16:19
v1.3.1
c0a232e

Added

  • Add team_permissions support to repository (#623)
  • Add tests for workflow validation settings (#633)
  • Add support for OTTERDOG_CONFIG_ROOT environment variable (#632)

Fixed

  • Skip fork PR approval API calls for private repositories to avoid 422 errors from GitHub (#635)

Otterdog v1.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 16:06
ab537df

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-secrets to only process secret changes

Changed

  • Fix web-login (#597)

Fixed

  • Fix printing of changes for nested dicts

Otterdog v1.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 13:22

Added

  • Support for config files written in jsonnet (#542)

Changed

  • Do not take in-sync into account anymore when deciding if a PR can be automerged.

Fixed

  • Correctly handle rulesets with empty status_checks. (#562)

Otterdog v1.1.1

Choose a tag to compare

@github-actions github-actions released this 21 Nov 10:47
7cc3f74

Added

  • Adding "Rust" support for Code Scanning
  • Remove the out of sync PR comment
  • Code scanning language check for repositories (#507)

Fixed

  • Resolve status checks to their fully-qualified name for OrgRulesets as the GH API only returns the integration_id. (#491)
  • Fix renaming a repository and modifying settings in a single operation. (#472)
  • Fix crashes during webapp startup in multi-worker environments.

Otterdog v1.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 08:20
f3f39e3

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_visibility in repositories. (#474)
  • Added support for setting members_can_create_private_pages in organization settings. (#474)

Changed

  • Make the sync-check always 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

  • Fixed GitHub Page updates due missing required fields (#450)
  • Properly escape string values when passing them to a rich Console. (#440)
  • Fixed regression of live settings and expected code scanning default setup (#458)

Otterdog v1.0.4

Choose a tag to compare

@github-actions github-actions released this 23 May 08:39
798e5fe
  • Fixed filter invalid codeql lang values returned by gh api (#435)
  • Documentation improvement
  • Dependencies updates for otterdog

Otterdog v1.0.3

Choose a tag to compare

@github-actions github-actions released this 07 May 13:35
121301f

Fixed

  • Dependencies updates for otterdog
  • Minor development docs and build updates