Skip to content

Commit

Permalink
Merge pull request #86 from civitaspo/rel/v0.1.5
Browse files Browse the repository at this point in the history
Ship 0.1.5
  • Loading branch information
civitaspo authored Jul 13, 2022
2 parents fdc7ef6 + 02b040d commit 6fc851d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.1.5 (2022-07-13)
==================
* [New Feature] [#85](https://github.com/civitaspo/digdag-operator-ecs_task/pull/85) Add pollingStrategy for RunOperator. @tangbamiinh++

0.1.4 (2021-07-27)
==================
* [New Feature] [#79](https://github.com/civitaspo/digdag-operator-ecs_task/pull/79) Support dependsOn. @shoot16625++
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _export:
repositories:
- https://jitpack.io
dependencies:
- pro.civitaspo:digdag-operator-ecs_task:0.1.4
- pro.civitaspo:digdag-operator-ecs_task:0.1.5
ecs_task:
auth_method: profile
tmp_storage:
Expand Down
2 changes: 1 addition & 1 deletion example/example.dig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _export:
- file://${repos}
# - https://jitpack.io
dependencies:
- pro.civitaspo:digdag-operator-ecs_task:0.1.4
- pro.civitaspo:digdag-operator-ecs_task:0.1.5
ecs_task:
auth_method: profile
tmp_storage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package pro.civitaspo.digdag.plugin

package object ecs_task {

val VERSION: String = "0.1.4"
val VERSION: String = "0.1.5"

}

0 comments on commit 6fc851d

Please sign in to comment.