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 +4 -4
- data/.github/workflows/release.yml +6 -10
- data/CHANGELOG.md +24 -0
- data/Gemfile.lock +3 -3
- data/entrypoint.sh +4 -5
- data/lib/full360_sequencer/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0751439634c3eb90969792aa6e1dfef7360e8061ff28dcdf7ebdcf59cb55de11'
|
|
4
|
+
data.tar.gz: 49047f35cb4f59c24e9a33bd83f6e91e4f5121ff5ce41441628d8b17cbea204b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
|
65
|
-
full360/sequencer:${{ steps.tag.outputs.
|
|
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
|
-
|
|
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:
|
|
98
|
-
full360/sequencer:${{ steps.tag.outputs.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
-
|
|
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
|
|
6
|
+
aws s3 cp $SEQUENCER_YAML_S3_PATH sequencer.yml
|
|
8
7
|
fi
|
|
9
8
|
|
|
10
|
-
sequencer
|
|
9
|
+
sequencer sequencer.yml
|