Skip to content

Release 2.1.17

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 15:35
· 5 commits to main-enterprise since this release
ff7a656

Changes in Version 2.1.17 compared to Version 2.1.16

Workflow Updates

  • Updated Docker actions:
    • docker/setup-buildx-action to b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
    • docker/login-action to 74a5d142397b4f367a81961eba4e8cd7edddf772
    • docker/build-push-action to 471d1dc4e07e5cdedd4c2171150001c434f0b7a4
    • docker/metadata-action to 902fa8ec7d6ecbf8d84d538b9b233a880e428804
    • docker/setup-qemu-action to 29109295f81e9208d7d86ff1c6c12d2833863392

Documentation Updates

  • Added @apidevtools/json-schema-ref-parser (MIT License).
  • Removed note about .yaml extension being ignored.
  • Updated deployment_branch_policy to include examples with custom_branch_policies for branches and tags.
  • Added a tip to GitHub's API documentation for creating deployment branch policies.
  • Added a newline at the end of the file.
  • New file explaining status checks inheritance across scopes.
  • Updated environment variables references for consistency:
    • Changed $SAFE_SETTINGS_VERSION to ${{ env.SAFE_SETTINGS_VERSION }}
    • Changed $SAFE_SETTINGS_CODE_DIR to ${{ env.SAFE_SETTINGS_CODE_DIR }}

Code Changes

  • Added FULL_SYNC_NOP environment variable handling.
  • Updated error logging and handling during full sync execution.
  • Updated environment variable DEPLOYMENT_CONFIG_FILE to DEPLOYMENT_CONFIG_FILE_PATH.
  • Enhanced logging and error handling.
  • Improved function syncInstallation to handle nop parameter.
  • Updated deployment configuration loading and validation.
  • Renamed DEPLOYMENT_CONFIG_FILE to DEPLOYMENT_CONFIG_FILE_PATH.
  • Enhanced branch protection application with overrides handling.
  • Refactored custom properties handling for better normalization and error handling.
  • Added support for custom branch policies and environment variables.
  • New utility class for handling configuration overrides.
  • Enhanced ruleset management with override handling and improved logging.
  • Improved settings synchronization and error handling.
  • Improved configuration loading and validation.

Dependencies

  • Updated various dependencies to their latest versions.