Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update digitalocean/app_action action to v2 #100

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
digitalocean/app_action action major v1.1.7 -> v2.0.0

Release Notes

digitalocean/app_action (digitalocean/app_action)

v2.0.0

Compare Source

This is a complete rewrite with the goal of being more orchestratable in a broader GitHub Actions context.

🚀 New Features

  • Rewritten to use godo instead of shelling out to doctl for better error handling and overall control of the process.
  • Supports picking up an in-repository (or filesystem really) app.yaml (defaults to .do/app.yaml, configurable via the app_spec_location input) to create the app from instead of having to rely on an already existing app that's then downloaded (though that is still supported). The in-filesystem app spec can also be templated with environment variables automatically (see examples below).
  • Prints the build and deploy logs into the Github Action log (configurable via print_build_logs and print_deploy_logs) and surfaces them as outputs build_logs and deploy_logs.
  • Provides the app's metadata as the output app.

Breaking changes:

  • The images input is no longer supported. Instead, use env-var-substitution for an in-repository app spec or the IMAGE_DIGEST_$component-name/IMAGE_TAG_$component-name environment variables to change the respective fields of images in an existing app.

👨🏼‍💻 Contributors

@​markusthoemmes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@iAmmar7 iAmmar7 merged commit b5706e4 into main Jul 31, 2024
3 checks passed
@renovate renovate bot deleted the renovate/digitalocean-app_action-2.x branch July 31, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant