Skip to content

Releases: digitalocean/app_action

v2.0.6

25 Oct 07:21
fa2e76d
Compare
Choose a tag to compare

📦 Dependencies

🧰 Maintenance

👨🏼‍💻 Contributors

@dependabot and @dependabot[bot]

v2.0.5

08 Oct 07:55
6464f32
Compare
Choose a tag to compare

📦 Dependencies

🐛 Bug Fixes

  • Use APP_ID instead of the non-existing APP_NAME by @eyalch (#152)

🧰 Maintenance

👨🏼‍💻 Contributors

@dependabot, @dependabot[bot] and @eyalch

v2.0.4

25 Sep 07:47
6b73512
Compare
Choose a tag to compare

🐛 Bug Fixes

👨🏼‍💻 Contributors

@markusthoemmes

v2.0.3

24 Sep 07:51
9484e02
Compare
Choose a tag to compare

📦 Dependencies

  • Bump github.com/digitalocean/godo from 1.124.0 to 1.125.0 by @dependabot (#143)
  • Bump github.com/digitalocean/godo from 1.123.0 to 1.124.0 by @dependabot (#142)
  • Bump github.com/digitalocean/godo from 1.122.0 to 1.123.0 by @dependabot (#139)
  • Bump golang from 1.23.0-alpine to 1.23.1-alpine by @dependabot (#138)
  • Bump github.com/digitalocean/godo from 1.121.0 to 1.122.0 by @dependabot (#137)
  • Bump github.com/digitalocean/godo from 1.120.0 to 1.121.0 by @dependabot (#136)

📚 Documentation

🐛 Bug Fixes

👨🏼‍💻 Contributors

@dependabot, @dependabot[bot] and @markusthoemmes

v2.0.2

27 Aug 08:07
db072be
Compare
Choose a tag to compare

📦 Dependencies

  • Bump github.com/sethvargo/go-githubactions from 1.2.0 to 1.3.0 by @dependabot (#134)
  • Bump golang from 1.22.6-alpine to 1.23.0-alpine by @dependabot (#131)
  • Bump docker/build-push-action from 6.6.1 to 6.7.0 by @dependabot (#132)

🚀 New Features

🧰 Maintenance

👨🏼‍💻 Contributors

@dependabot, @dependabot[bot] and @markusthoemmes

v2.0.1

09 Aug 08:11
6861af0
Compare
Choose a tag to compare

📦 Dependencies

  • Bump github.com/digitalocean/godo from 1.119.0 to 1.120.0 by @dependabot (#129)
  • Bump golang from 1.22.5-alpine to 1.22.6-alpine by @dependabot (#126)

📚 Documentation

🐛 Bug Fixes

🧰 Maintenance

👨🏼‍💻 Contributors

@dependabot, @dependabot[bot] and @markusthoemmes

v2.0.0

31 Jul 09:49
4ccabc6
Compare
Choose a tag to compare

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

v1.1.7

30 Jul 11:58
5c95e0e
Compare
Choose a tag to compare

Note: This will be the last planned release in the v1 line of the action. v2 is coming soon.

📦 Dependencies

🧰 Maintenance

👨🏼‍💻 Contributors

@dependabot, @dependabot[bot] and @markusthoemmes

v1.1.6

16 Oct 18:41
94ed240
Compare
Choose a tag to compare

📦 Dependencies

  • Bump actions/checkout from 3 to 4 by @dependabot (#80)
  • Bump golang from 1.20.4-alpine to 1.21.3-alpine by @dependabot (#84)
  • Bump github.com/digitalocean/godo from 1.99.0 to 1.105.0 by @dependabot (#88)
  • Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 by @dependabot (#69)

👨🏼‍💻 Contributors

@ElanHasson, @dependabot, @dependabot[bot] and @gregmankes

v1.1.5

11 May 16:24
e583e1b
Compare
Choose a tag to compare

📦 Dependencies

  • Bump golang from 1.20.2-alpine to 1.20.4-alpine by @dependabot (#63)
  • Bump github.com/digitalocean/godo from 1.98.0 to 1.99.0 by @dependabot (#62)
  • Bump golang from 1.19.4-alpine to 1.20.2-alpine by @dependabot (#58)
  • Bump golang.org/x/net from 0.0.0-20220921155015-db77216a4ee9 to 0.7.0 by @dependabot (#57)
  • Bump github.com/digitalocean/godo from 1.92.0 to 1.98.0 by @dependabot (#59)
  • Bump actions/setup-go from 3 to 4 by @dependabot (#60)
  • Bump github.com/digitalocean/godo from 1.83.0 to 1.92.0 by @dependabot (#47)
  • Bump golang from 1.19.0-alpine to 1.19.4-alpine by @dependabot (#46)

👨🏼‍💻 Contributors

@ElanHasson, @dependabot, @dependabot[bot] and @gregmankes