full360-sequencer 0.2.0 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b89f369df62f5fa73c8eef3b7597596bcbe052026761aed9e9c9b1b23bc0fb90
4
- data.tar.gz: bb4a599e8df5d9cd2410fe5d91fe15a68648731f1bf33c3979708f6dc3f822ed
3
+ metadata.gz: '0751439634c3eb90969792aa6e1dfef7360e8061ff28dcdf7ebdcf59cb55de11'
4
+ data.tar.gz: 49047f35cb4f59c24e9a33bd83f6e91e4f5121ff5ce41441628d8b17cbea204b
5
5
  SHA512:
6
- metadata.gz: 7df9df844dabb0d75c55971cc09da599b34ca4796fb670e6a49209ba652bfffdd81d290b9c35c516d9f8513d097a0cec8305eeb739eb68acfeb2a5ae5770c336
7
- data.tar.gz: 1585bb1dadb01907286f2c7deab022d8f69d7fc2dec9ad51aeaf860885a74b624bffe48677ae159779eb8dd5faee383b19ed93f1f38c03b3b9978feb8c65e02d
6
+ metadata.gz: 6aee44845f06ccaaa7d833ae4055c51cb2b73dbf7b0018cc3a794118395280155797c4903e41e6c96e71d328b92de393315e0f441142b537a67933488498ee52
7
+ data.tar.gz: 39e91085902b1123ea0d2311637c092cc50d8e68a951f59d341b3665091b660a4ad66c4dfa7e18c3f0796825f45281cdf8ba60e8c98609e9aed534f5f6db269b
@@ -50,9 +50,7 @@ jobs:
50
50
 
51
51
  - name: Extract tag name
52
52
  id: tag
53
- uses: actions/github-script@0.2.0
54
- with:
55
- script: return context.payload.ref.replace(/\/refs\/tags\//, '')
53
+ run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
56
54
 
57
55
  - name: Build JRuby image
58
56
  uses: docker/build-push-action@v2
@@ -61,8 +59,8 @@ jobs:
61
59
  pull: true
62
60
  push: true
63
61
  tags: |
64
- full360/sequencer:jruby-latest
65
- full360/sequencer:${{ steps.tag.outputs.result }}-jruby-latest
62
+ full360/sequencer:latest-jruby
63
+ full360/sequencer:${{ steps.tag.outputs.VERSION }}-jruby
66
64
 
67
65
  docker-ruby:
68
66
  runs-on: ubuntu-latest
@@ -83,9 +81,7 @@ jobs:
83
81
 
84
82
  - name: Extract tag name
85
83
  id: tag
86
- uses: actions/github-script@0.2.0
87
- with:
88
- script: return context.payload.ref.replace(/\/refs\/tags\//, '')
84
+ run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
89
85
 
90
86
  - name: Build Ruby image
91
87
  uses: docker/build-push-action@v2
@@ -94,5 +90,5 @@ jobs:
94
90
  pull: true
95
91
  push: true
96
92
  tags: |
97
- full360/sequencer:ruby-latest
98
- full360/sequencer:${{ steps.tag.outputs.result }}-ruby-latest
93
+ full360/sequencer:latest-jruby
94
+ full360/sequencer:${{ steps.tag.outputs.VERSION }}-ruby
data/CHANGELOG.md CHANGED
@@ -10,6 +10,30 @@ Versioning](http://semver.org/spec/v2.0.0.html).
10
10
  ### Changed
11
11
  ### Removed
12
12
 
13
+ ## 0.2.8
14
+ ### Added
15
+ ### Changed
16
+ - Rename the sequencer file in entrypoint to `sequencer.yml`
17
+ ### Removed
18
+
19
+ ## 0.2.7
20
+ ### Added
21
+ ### Changed
22
+ - Normalize the Docker image tags to `latest-jruby/ruby` and `vX.X.X-jruby/ruby`
23
+ ### Removed
24
+
25
+ ## 0.2.6
26
+ ### Added
27
+ ### Changed
28
+ ### Removed
29
+ - Remove the `github-script` action.
30
+
31
+ ## 0.2.5
32
+ ### Added
33
+ ### Changed
34
+ - Multiple workflow changese to make it work.
35
+ ### Removed
36
+
13
37
  ## 0.2.0
14
38
  ### Added
15
39
  - Add Docker image for Ruby and JRuby that will get triggered after the release.
data/Gemfile.lock CHANGED
@@ -1,20 +1,20 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- full360-sequencer (0.2.0)
4
+ full360-sequencer (0.2.8)
5
5
  aws-sdk-ecs (~> 1.85)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  aws-eventstream (1.2.0)
11
- aws-partitions (1.509.0)
11
+ aws-partitions (1.516.0)
12
12
  aws-sdk-core (3.121.1)
13
13
  aws-eventstream (~> 1, >= 1.0.2)
14
14
  aws-partitions (~> 1, >= 1.239.0)
15
15
  aws-sigv4 (~> 1.1)
16
16
  jmespath (~> 1.0)
17
- aws-sdk-ecs (1.85.0)
17
+ aws-sdk-ecs (1.86.0)
18
18
  aws-sdk-core (~> 3, >= 3.120.0)
19
19
  aws-sigv4 (~> 1.1)
20
20
  aws-sigv4 (1.4.0)
data/entrypoint.sh CHANGED
@@ -1,10 +1,9 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- if [ -n "$AWS_REGION" ]
4
- then
5
- aws s3 cp $SEQUENCER_YAML_S3_PATH /sequencer/file.yml --region $AWS_REGION
3
+ if [ -n "$AWS_REGION" ]; then
4
+ aws s3 cp $SEQUENCER_YAML_S3_PATH sequencer.yml --region $AWS_REGION
6
5
  else
7
- aws s3 cp $SEQUENCER_YAML_S3_PATH /sequencer/file.yml
6
+ aws s3 cp $SEQUENCER_YAML_S3_PATH sequencer.yml
8
7
  fi
9
8
 
10
- sequencer /sequencer/file.yml
9
+ sequencer sequencer.yml
@@ -1,5 +1,5 @@
1
1
  module Full360
2
2
  module Sequencer
3
- VERSION = "0.2.0".freeze
3
+ VERSION = "0.2.8".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: full360-sequencer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Full 360 Group