Skip to content

Commit

Permalink
Retrofitting v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vorbidan committed May 25, 2021
1 parent 16410b9 commit 919226d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0
4 changes: 2 additions & 2 deletions cf.Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"

ruby '2.4.0'
ruby '2.6.3'

gem 'buildpack-packager', git: 'https://github.com/cloudfoundry/buildpack-packager', tag: 'v2.3.11'
gem 'buildpack-packager', git: 'https://github.com/cloudfoundry/buildpack-packager', tag: 'v2.3.21'
24 changes: 12 additions & 12 deletions cf.Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/cloudfoundry/buildpack-packager
revision: 6d948c9096434a93c592e7abe57802a0743b7308
tag: v2.3.11
revision: 098b0cb4012269960e09411e9981f7bafe3af47e
tag: v2.3.21
specs:
buildpack-packager (2.3.11)
buildpack-packager (2.3.21)
activesupport (~> 4.1)
kwalify (~> 0)
semantic
Expand All @@ -12,23 +12,23 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.10)
activesupport (4.2.11.3)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
concurrent-ruby (1.0.5)
i18n (0.9.4)
concurrent-ruby (1.1.6)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
kwalify (0.7.2)
minitest (5.11.3)
semantic (1.6.0)
minitest (5.14.1)
semantic (1.6.1)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
tzinfo (1.2.5)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.3.0)
unicode-display_width (1.7.0)

PLATFORMS
ruby
Expand All @@ -37,7 +37,7 @@ DEPENDENCIES
buildpack-packager!

RUBY VERSION
ruby 2.4.0p0
ruby 2.6.3p62

BUNDLED WITH
1.16.0
1.17.2
30 changes: 15 additions & 15 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,29 @@ exclude_files:
url_to_dependency_map:
- match: telegraf.tgz
name: telegraf
version: 1.5.2
version: 1.14.3
- match: cf.tgz
name: cf
version: 6.34.1
version: 6.51.0
- match: jq
name: jq
version: 1.5
version: 1.6
dependencies:
- name: telegraf
version: 1.5.2
uri: https://dl.influxdata.com/telegraf/releases/telegraf-1.5.2_linux_amd64.tar.gz
sha256: be97ded65f92c7c7d398275c1dca8c2abaf7d16aefadd52872f906c42f1307bf
version: 1.14.3
uri: https://dl.influxdata.com/telegraf/releases/telegraf-1.14.3_linux_amd64.tar.gz
sha256: ffbee48653b2dacd7aeed1c10021da8adae820df81975ae45456122b961b18d2
cf_stacks:
- cflinuxfs2
- cflinuxfs3
- name: cf
version: 6.34.1
uri: https://goo.gl/mV34pE
sha256: 95f25b19ad7645124752072b595ae9e7df66fc7fb48f633b63e7d9d7a9e0b1bc
version: 6.51.0
uri: https://bit.ly/3i0RtcI
sha256: cf49127bf52c139e608d76424c77aa0123291897ac6d121a432bdad4ba7a4b58
cf_stacks:
- cflinuxfs2
- cflinuxfs3
- name: jq
version: 1.5
uri: https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64
sha256: c6b3a7d7d3e7b70c6f51b706a3b90bd01833846c54d32ca32f0027f00226ff6d
version: 1.6
uri: https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
sha256: af986793a515d500ab2d35f8d2aecd656e764504b789b66d7e1a0b727a124c44
cf_stacks:
- cflinuxfs2
- cflinuxfs3

0 comments on commit 919226d

Please sign in to comment.