Skip to content

Commit

Permalink
Merge pull request #25 from civitaspo/rel/0.0.5
Browse files Browse the repository at this point in the history
Ship v0.0.5
  • Loading branch information
civitaspo authored Nov 12, 2018
2 parents 7a17acb + f9862da commit d51834d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.0.5 (2018-11-13)
==================

* [Experimental] Implement `ecs_task.rb>` operator.
* [Experimental] Implement `ecs_task.sh>` operator.
* [Enhancement] Add interface for another storage except S3 used by scripting operators.
* [Enhancement] Add abstract class for scripting operators.
* [Enhancement] Request ECS TaskRun with some retry.
* [Fix] Prevent the influence of prior task registration.
* [Enhancement] Add Logging for registered TaskDefinition arn.
* [Enhancement] Define VERSION var as package object val.

0.0.4 (2018-11-06)
==================

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.0.4
- pro.civitaspo:digdag-operator-ecs_task:0.0.5
ecs_task:
auth_method: profile

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'pro.civitaspo'
version = '0.0.4'
version = '0.0.5'

def digdagVersion = '0.9.31'
def scalaSemanticVersion = "2.12.6"
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.0.4
- pro.civitaspo:digdag-operator-ecs_task:0.0.5
ecs_task:
auth_method: profile

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.0.4"
val VERSION: String = "0.0.5"

}

0 comments on commit d51834d

Please sign in to comment.