Releases: civitaspo/digdag-operator-ecs_task
Releases · civitaspo/digdag-operator-ecs_task
0.1.6
- [New Feature] #88 Support runtime_platform for the task definition. @kimurashuhei++
Changes
Contributors
0.1.5
0.1.4
- [New Feature] #79 Support dependsOn. @shoot16625++
- [New Feature] #80 Support ephemeralStorage @shoot16625++
- [Fix] #81 Install from maven
Changes
Contributors
0.1.3
0.1.2
0.1.1
0.1.0
- [Enhancement] Update dependencies (digdag 0.9.31 -> 0.9.41, scala 2.12.6 -> 2.13.1, aws-sdk 1.11.451 -> 1.11.751)
- [Enhancement] Add test dependencies
- [Enhancement] Apply Scala 2.13 style
- [Enhancement] Use
scala.jdk.CollectionConverters._
instead ofscala.collection.JavaConverters._
- [Enhancement] Fix deprecations by Scala 2.13
- [Enhancement] Use Using.resource instead of TryWithResource
- [New Feature] Use Github Actions instead of CircleCI
- [New Feature] Release to Github Packages when tagging
- [Enhancement] Update spotless 3.13.0 -> 3.27.1
- [Enhancement] Update scalafmt 1.5.1 -> 2.3.2
0.0.14
0.0.13
0.0.12
- [Enhancement] Follow latest python runner script used by
ecs_task.py>
. The changes resolve the same issues that the bellow p-rs resolve.