license_finder 5.2.1 → 5.2.3
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/CHANGELOG.md +9 -0
- data/ci/pipelines/release.yml +3 -4
- data/lib/license_finder/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: 68271c9c5eaa834d5e5ec4a131a1acde9bb32491fc5acad9ab5f589b3d37d044
|
|
4
|
+
data.tar.gz: 804fd3a0522dc182b3bc61359688334319934fac1d52080a05dc134f0e8687d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8727090c39a1b98934df468a64de27fcb0083f459a4f5b9627c81c5d1b3afb4711386a15492c6110af1047d5ac755ff24185c9a0f5d8399113dd2df9afffcb9
|
|
7
|
+
data.tar.gz: 060fa1fba5020b90e97ad1bcf0f4ed635e55a2885f660627f8a3b32736247e82489dc09e359da79ccbf59550a3dd61700c6f7d21c229355d8afe097e9b8f68c3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [5.2.3] / 2018-05-14
|
|
2
|
+
|
|
3
|
+
# [5.2.1] / 2018-05-14
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
* Updated go-lang to 1.10.2 in the Docker * Updated Maven to 3.5.3 in the Docker - [1decf6a](https://github.com/pivotal-legacy/LicenseFinder/commit/1decf6ad27c9edf96b4f5cccd9a7ca0955fed9f2) - Mark Fioravanti
|
|
7
|
+
|
|
1
8
|
# [5.2.0] / 2018-05-09
|
|
2
9
|
|
|
3
10
|
### Fixed
|
|
@@ -589,3 +596,5 @@ Bugfixes:
|
|
|
589
596
|
[5.1.1]: https://github.com/pivotal-legacy/LicenseFinder/compare/v5.1.0...v5.1.1
|
|
590
597
|
[5.1.1]: https://github.com/pivotal-legacy/LicenseFinder/compare/v5.1.0...v5.1.1
|
|
591
598
|
[5.2.0]: https://github.com/pivotal-legacy/LicenseFinder/compare/v5.1.1...v5.2.0
|
|
599
|
+
[5.2.1]: https://github.com/pivotal-legacy/LicenseFinder/compare/v5.2.0...v5.2.1
|
|
600
|
+
[5.2.3]: https://github.com/pivotal-legacy/LicenseFinder/compare/v5.2.1...v5.2.3
|
data/ci/pipelines/release.yml
CHANGED
|
@@ -59,6 +59,9 @@ jobs:
|
|
|
59
59
|
build: lf-git
|
|
60
60
|
tag: version/version.txt
|
|
61
61
|
tag_as_latest: true
|
|
62
|
+
- put: lf-git
|
|
63
|
+
params:
|
|
64
|
+
repository: lf-git-changed
|
|
62
65
|
- task: build-and-push-gem
|
|
63
66
|
image: lf-image
|
|
64
67
|
params:
|
|
@@ -67,10 +70,6 @@ jobs:
|
|
|
67
70
|
GIT_PRIVATE_KEY: ((CfOslBotPrivateKey))
|
|
68
71
|
GEM_API_KEY: ((LicenseFinderGemApiKey))
|
|
69
72
|
file: lf-git/ci/tasks/build-and-push-gem.yml
|
|
70
|
-
- put: lf-git
|
|
71
|
-
params:
|
|
72
|
-
repository: lf-git-changed
|
|
73
|
-
tag: version/tag.txt
|
|
74
73
|
- put: lf-release
|
|
75
74
|
params:
|
|
76
75
|
name: version/tag.txt
|