Update GitOps repository v3.0.0

Add support for multiple deployments in a single commit. See more details in feat(ACI-4362): multiple deployments by ramil-bitrise 路 Pull Request #48 路 bitrise-io/bitrise-step-update-gitops-repository 路 GitHub.

Breaking Changes

This is a breaking change release with no backwards compatibility:

Before:

- deploy_path: my-service
- values: |
    repository: example.com/repo/service
    tag: v1.0.0

After:

- deployments: |
    - path: my-service
      values:
        repository: example.com/repo/service
        tag: v1.0.0

What鈥檚 Changed

New Contributors

Full Changelog: https://github.com/bitrise-io/bitrise-step-update-gitops-repository/compare/2.0.5...v3.0.0