digitalocean/app_action (digitalocean/app_action)
### [`v2.0.2`](https://redirect.github.com/digitalocean/app_action/releases/tag/v2.0.2)
[Compare Source](https://redirect.github.com/digitalocean/app_action/compare/v2.0.1...v2.0.2)
##### š¦ Dependencies
- Bump github.com/sethvargo/go-githubactions from 1.2.0 to 1.3.0 by [@dependabot](https://redirect.github.com/dependabot) ([#134](https://redirect.github.com/digitalocean/app_action/issues/134))
- Bump golang from 1.22.6-alpine to 1.23.0-alpine by [@dependabot](https://redirect.github.com/dependabot) ([#131](https://redirect.github.com/digitalocean/app_action/issues/131))
- Bump docker/build-push-action from 6.6.1 to 6.7.0 by [@dependabot](https://redirect.github.com/dependabot) ([#132](https://redirect.github.com/digitalocean/app_action/issues/132))
##### š New Features
- Add the possibility to provide a project ID for the respective app by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#135](https://redirect.github.com/digitalocean/app_action/issues/135))
##### š§° Maintenance
- Bump docker/build-push-action from 6.6.1 to 6.7.0 by [@dependabot](https://redirect.github.com/dependabot) ([#132](https://redirect.github.com/digitalocean/app_action/issues/132))
##### šØš¼āš» Contributors
[@dependabot](https://redirect.github.com/dependabot), [@dependabot](https://redirect.github.com/dependabot)\[bot] and [@markusthoemmes](https://redirect.github.com/markusthoemmes)
### [`v2.0.1`](https://redirect.github.com/digitalocean/app_action/releases/tag/v2.0.1)
[Compare Source](https://redirect.github.com/digitalocean/app_action/compare/v2.0.0...v2.0.1)
#### š¦ Dependencies
- Bump github.com/digitalocean/godo from 1.119.0 to 1.120.0 by [@dependabot](https://redirect.github.com/dependabot) ([#129](https://redirect.github.com/digitalocean/app_action/issues/129))
- Bump golang from 1.22.5-alpine to 1.22.6-alpine by [@dependabot](https://redirect.github.com/dependabot) ([#126](https://redirect.github.com/digitalocean/app_action/issues/126))
#### š Documentation
- Improve upgrade documentation from v1 by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#125](https://redirect.github.com/digitalocean/app_action/issues/125))
#### š Bug Fixes
- Update all source versions when updating the app by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#128](https://redirect.github.com/digitalocean/app_action/issues/128))
#### š§° Maintenance
- Verify that the Dockerfile builds successfully in CI by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#127](https://redirect.github.com/digitalocean/app_action/issues/127))
#### šØš¼āš» Contributors
[@dependabot](https://redirect.github.com/dependabot), [@dependabot](https://redirect.github.com/dependabot)\[bot] and [@markusthoemmes](https://redirect.github.com/markusthoemmes)
### [`v2.0.0`](https://redirect.github.com/digitalocean/app_action/releases/tag/v2.0.0)
[Compare Source](https://redirect.github.com/digitalocean/app_action/compare/v1.1.7...v2.0.0)
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](https://redirect.github.com/markusthoemmes)
### [`v1.1.7`](https://redirect.github.com/digitalocean/app_action/releases/tag/v1.1.7)
[Compare Source](https://redirect.github.com/digitalocean/app_action/compare/v1.1.6...v1.1.7)
**Note:** This will be the last planned release in the v1 line of the action. v2 is coming soon.
##### š¦ Dependencies
- Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 by [@dependabot](https://redirect.github.com/dependabot) ([#102](https://redirect.github.com/digitalocean/app_action/issues/102))
- Bump github.com/digitalocean/godo from 1.107.0 to 1.108.0 by [@dependabot](https://redirect.github.com/dependabot) ([#101](https://redirect.github.com/digitalocean/app_action/issues/101))
- Bump github/codeql-action from 2 to 3 by [@dependabot](https://redirect.github.com/dependabot) ([#100](https://redirect.github.com/digitalocean/app_action/issues/100))
- Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 by [@dependabot](https://redirect.github.com/dependabot) ([#91](https://redirect.github.com/digitalocean/app_action/issues/91))
- Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 by [@dependabot](https://redirect.github.com/dependabot) ([#90](https://redirect.github.com/digitalocean/app_action/issues/90))
- Bump actions/setup-go from 4 to 5 by [@dependabot](https://redirect.github.com/dependabot) ([#97](https://redirect.github.com/digitalocean/app_action/issues/97))
- Bump github.com/digitalocean/godo from 1.105.0 to 1.107.0 by [@dependabot](https://redirect.github.com/dependabot) ([#98](https://redirect.github.com/digitalocean/app_action/issues/98))
##### š§° Maintenance
- Give release-drafter PR write permission to auto-label PRs by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#120](https://redirect.github.com/digitalocean/app_action/issues/120))
- Make Golang version in go.mod file explicit by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#119](https://redirect.github.com/digitalocean/app_action/issues/119))
- Remove redundant CodeQL action by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#118](https://redirect.github.com/digitalocean/app_action/issues/118))
- Upgrade all Golang dependencies to latest by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#117](https://redirect.github.com/digitalocean/app_action/issues/117))
- Pin release-drafter dependency explicitly on a hash by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#116](https://redirect.github.com/digitalocean/app_action/issues/116))
##### šØš¼āš» Contributors
[@dependabot](https://redirect.github.com/dependabot), [@dependabot](https://redirect.github.com/dependabot)\[bot] and [@markusthoemmes](https://redirect.github.com/markusthoemmes)
Configuration
š Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Bratislava, 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 contains the following updates:
v1.1.6
->v2.0.2
Release Notes
digitalocean/app_action (digitalocean/app_action)
### [`v2.0.2`](https://redirect.github.com/digitalocean/app_action/releases/tag/v2.0.2) [Compare Source](https://redirect.github.com/digitalocean/app_action/compare/v2.0.1...v2.0.2) ##### š¦ Dependencies - Bump github.com/sethvargo/go-githubactions from 1.2.0 to 1.3.0 by [@dependabot](https://redirect.github.com/dependabot) ([#134](https://redirect.github.com/digitalocean/app_action/issues/134)) - Bump golang from 1.22.6-alpine to 1.23.0-alpine by [@dependabot](https://redirect.github.com/dependabot) ([#131](https://redirect.github.com/digitalocean/app_action/issues/131)) - Bump docker/build-push-action from 6.6.1 to 6.7.0 by [@dependabot](https://redirect.github.com/dependabot) ([#132](https://redirect.github.com/digitalocean/app_action/issues/132)) ##### š New Features - Add the possibility to provide a project ID for the respective app by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#135](https://redirect.github.com/digitalocean/app_action/issues/135)) ##### š§° Maintenance - Bump docker/build-push-action from 6.6.1 to 6.7.0 by [@dependabot](https://redirect.github.com/dependabot) ([#132](https://redirect.github.com/digitalocean/app_action/issues/132)) ##### šØš¼āš» Contributors [@dependabot](https://redirect.github.com/dependabot), [@dependabot](https://redirect.github.com/dependabot)\[bot] and [@markusthoemmes](https://redirect.github.com/markusthoemmes) ### [`v2.0.1`](https://redirect.github.com/digitalocean/app_action/releases/tag/v2.0.1) [Compare Source](https://redirect.github.com/digitalocean/app_action/compare/v2.0.0...v2.0.1) #### š¦ Dependencies - Bump github.com/digitalocean/godo from 1.119.0 to 1.120.0 by [@dependabot](https://redirect.github.com/dependabot) ([#129](https://redirect.github.com/digitalocean/app_action/issues/129)) - Bump golang from 1.22.5-alpine to 1.22.6-alpine by [@dependabot](https://redirect.github.com/dependabot) ([#126](https://redirect.github.com/digitalocean/app_action/issues/126)) #### š Documentation - Improve upgrade documentation from v1 by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#125](https://redirect.github.com/digitalocean/app_action/issues/125)) #### š Bug Fixes - Update all source versions when updating the app by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#128](https://redirect.github.com/digitalocean/app_action/issues/128)) #### š§° Maintenance - Verify that the Dockerfile builds successfully in CI by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#127](https://redirect.github.com/digitalocean/app_action/issues/127)) #### šØš¼āš» Contributors [@dependabot](https://redirect.github.com/dependabot), [@dependabot](https://redirect.github.com/dependabot)\[bot] and [@markusthoemmes](https://redirect.github.com/markusthoemmes) ### [`v2.0.0`](https://redirect.github.com/digitalocean/app_action/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/digitalocean/app_action/compare/v1.1.7...v2.0.0) 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](https://redirect.github.com/markusthoemmes) ### [`v1.1.7`](https://redirect.github.com/digitalocean/app_action/releases/tag/v1.1.7) [Compare Source](https://redirect.github.com/digitalocean/app_action/compare/v1.1.6...v1.1.7) **Note:** This will be the last planned release in the v1 line of the action. v2 is coming soon. ##### š¦ Dependencies - Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 by [@dependabot](https://redirect.github.com/dependabot) ([#102](https://redirect.github.com/digitalocean/app_action/issues/102)) - Bump github.com/digitalocean/godo from 1.107.0 to 1.108.0 by [@dependabot](https://redirect.github.com/dependabot) ([#101](https://redirect.github.com/digitalocean/app_action/issues/101)) - Bump github/codeql-action from 2 to 3 by [@dependabot](https://redirect.github.com/dependabot) ([#100](https://redirect.github.com/digitalocean/app_action/issues/100)) - Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 by [@dependabot](https://redirect.github.com/dependabot) ([#91](https://redirect.github.com/digitalocean/app_action/issues/91)) - Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 by [@dependabot](https://redirect.github.com/dependabot) ([#90](https://redirect.github.com/digitalocean/app_action/issues/90)) - Bump actions/setup-go from 4 to 5 by [@dependabot](https://redirect.github.com/dependabot) ([#97](https://redirect.github.com/digitalocean/app_action/issues/97)) - Bump github.com/digitalocean/godo from 1.105.0 to 1.107.0 by [@dependabot](https://redirect.github.com/dependabot) ([#98](https://redirect.github.com/digitalocean/app_action/issues/98)) ##### š§° Maintenance - Give release-drafter PR write permission to auto-label PRs by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#120](https://redirect.github.com/digitalocean/app_action/issues/120)) - Make Golang version in go.mod file explicit by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#119](https://redirect.github.com/digitalocean/app_action/issues/119)) - Remove redundant CodeQL action by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#118](https://redirect.github.com/digitalocean/app_action/issues/118)) - Upgrade all Golang dependencies to latest by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#117](https://redirect.github.com/digitalocean/app_action/issues/117)) - Pin release-drafter dependency explicitly on a hash by [@markusthoemmes](https://redirect.github.com/markusthoemmes) ([#116](https://redirect.github.com/digitalocean/app_action/issues/116)) ##### šØš¼āš» Contributors [@dependabot](https://redirect.github.com/dependabot), [@dependabot](https://redirect.github.com/dependabot)\[bot] and [@markusthoemmes](https://redirect.github.com/markusthoemmes)Configuration
š Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Bratislava, 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.
This PR was generated by Mend Renovate. View the repository job log.