foreman_envsync 1.5.0 → 1.5.1
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/ci.yaml +6 -6
- data/CHANGELOG.md +2 -2
- data/lib/foreman_envsync/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: f964b4b5e5148ac96832a89fadf3921f9d3cd93405962b27c3d07680bd2266db
|
|
4
|
+
data.tar.gz: 2a5aec58eb13d352cfcbc68861d815d2b4c27eb1054597a62d627a0902c46b67
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a80e03b908522bf3a2933efdbf90908f32a3d2897896fcb2ca6bcb1d09749a79f6ebef655c3fc8dd05458191a410d31859e95c0dd87bb964740485e8dca9f4f1
|
|
7
|
+
data.tar.gz: 98e7a8562c67cadf672e26182a839225522369cf27778f065fc8d101f875603cea4b3938ac601e03526031f8e5ee74de3f15ed858d171d3e4ff427501b8c718f
|
data/.github/workflows/ci.yaml
CHANGED
|
@@ -41,12 +41,6 @@ jobs:
|
|
|
41
41
|
- name: Build gem
|
|
42
42
|
run: gem build *.gemspec
|
|
43
43
|
|
|
44
|
-
- name: Publish gem to rubygems.org
|
|
45
|
-
if: startsWith(github.ref, 'refs/tags/v')
|
|
46
|
-
run: gem push *.gem
|
|
47
|
-
env:
|
|
48
|
-
GEM_HOST_API_KEY: '${{ secrets.RUBYGEMS_AUTH_TOKEN }}'
|
|
49
|
-
|
|
50
44
|
- name: Docker meta
|
|
51
45
|
id: meta
|
|
52
46
|
uses: docker/metadata-action@v4
|
|
@@ -82,3 +76,9 @@ jobs:
|
|
|
82
76
|
push: ${{ github.event_name != 'pull_request' }}
|
|
83
77
|
tags: ${{ steps.meta.outputs.tags }}
|
|
84
78
|
labels: ${{ steps.meta.outputs.labels }}
|
|
79
|
+
|
|
80
|
+
- name: Publish gem to rubygems.org
|
|
81
|
+
if: startsWith(github.ref, 'refs/tags/v')
|
|
82
|
+
run: gem push *.gem
|
|
83
|
+
env:
|
|
84
|
+
GEM_HOST_API_KEY: '${{ secrets.RUBYGEMS_AUTH_TOKEN }}'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [
|
|
3
|
+
## [v1.5.0](https://github.com/lsst-it/foreman_envsync/tree/v1.5.0) (2023-03-16)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v1.4.1...
|
|
5
|
+
[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v1.4.1...v1.5.0)
|
|
6
6
|
|
|
7
7
|
**Implemented enhancements:**
|
|
8
8
|
|