Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ruby to 2.7.5 #237

Merged
merged 1 commit into from
Apr 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .final_builds/packages/ruby-2.7.5-r0.80.0/index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
builds:
98e9ed4275673d5845a23356fe93dad8be95c67e0bbed30fbaff27aa6eaf0374:
version: 98e9ed4275673d5845a23356fe93dad8be95c67e0bbed30fbaff27aa6eaf0374
blobstore_id: c4aec104-baf0-4599-7d61-24704d2be4be
sha1: sha256:82c37406733d1de05cbfac2a6bc23186e96d8d8b865100d16dc4c5517bacaf34
format-version: "2"
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
2.7.5
2 changes: 1 addition & 1 deletion jobs/cc_deployment_updater/spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ packages:
- cloud_controller_ng
- libpq
- mariadb_connector_c
- ruby-2.7.2-r0.41.0
- ruby-2.7.5-r0.80.0

consumes:
- name: database
Expand Down
2 changes: 1 addition & 1 deletion jobs/cc_route_syncer/spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ packages:
- cloud_controller_ng
- libpq
- mariadb_connector_c
- ruby-2.7.2-r0.41.0
- ruby-2.7.5-r0.80.0

consumes:
- name: database
Expand Down
2 changes: 1 addition & 1 deletion jobs/cloud_controller_clock/spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packages:
- nginx_newrelic_plugin
- libpq
- mariadb_connector_c
- ruby-2.7.2-r0.41.0
- ruby-2.7.5-r0.80.0

consumes:
- name: database
Expand Down
2 changes: 1 addition & 1 deletion jobs/cloud_controller_ng/spec
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ packages:
- nginx_newrelic_plugin
- libpq
- mariadb_connector_c
- ruby-2.7.2-r0.41.0
- ruby-2.7.5-r0.80.0

provides:
- name: cloud_controller
Expand Down
2 changes: 1 addition & 1 deletion jobs/cloud_controller_ng/templates/shutdown_drain.rb.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/var/vcap/packages/ruby-2.7.2-r0.41.0/bin/ruby --disable-all
#!/var/vcap/packages/ruby-2.7.5-r0.80.0/bin/ruby --disable-all

$LOAD_PATH.unshift('/var/vcap/packages/cloud_controller_ng/cloud_controller_ng/app')
$LOAD_PATH.unshift('/var/vcap/packages/cloud_controller_ng/cloud_controller_ng/lib')
Expand Down
2 changes: 1 addition & 1 deletion jobs/cloud_controller_worker/spec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages:
- nginx_newrelic_plugin
- libpq
- mariadb_connector_c
- ruby-2.7.2-r0.41.0
- ruby-2.7.5-r0.80.0

consumes:
- name: database
Expand Down
2 changes: 1 addition & 1 deletion jobs/rotate_cc_database_key/spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages:
- cloud_controller_ng
- libpq
- mariadb_connector_c
- ruby-2.7.2-r0.41.0
- ruby-2.7.5-r0.80.0

consumes:
- name: cloud_controller_db
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud_controller_ng/packaging
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -e -x

# shellcheck disable=1090
source "${BOSH_PACKAGES_DIR:-/var/vcap/packages}/ruby-2.7.2-r0.41.0/bosh/compile.env"
source "${BOSH_PACKAGES_DIR:-/var/vcap/packages}/ruby-2.7.5-r0.80.0/bosh/compile.env"
cp -a * ${BOSH_INSTALL_TARGET}
cd ${BOSH_INSTALL_TARGET}/cloud_controller_ng

Expand Down
2 changes: 1 addition & 1 deletion packages/cloud_controller_ng/spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cloud_controller_ng
dependencies:
- libpq
- mariadb_connector_c
- ruby-2.7.2-r0.41.0
- ruby-2.7.5-r0.80.0

files:
- cloud_controller_ng/{.ruby-version,Rakefile,Gemfile,Gemfile.lock}
Expand Down
2 changes: 1 addition & 1 deletion packages/nginx_newrelic_plugin/packaging
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -ex
# shellcheck disable=1090

source "${BOSH_PACKAGES_DIR:-/var/vcap/packages}/ruby-2.7.2-r0.41.0/bosh/compile.env"
source "${BOSH_PACKAGES_DIR:-/var/vcap/packages}/ruby-2.7.5-r0.80.0/bosh/compile.env"

echo "Installing nginx newrelic plugin"

Expand Down
2 changes: 1 addition & 1 deletion packages/nginx_newrelic_plugin/spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: nginx_newrelic_plugin
dependencies:
- ruby-2.7.2-r0.41.0
- ruby-2.7.5-r0.80.0
files:
- nginx/newrelic_nginx_agent-1.2.1.tar.gz
2 changes: 0 additions & 2 deletions packages/ruby-2.7.2-r0.41.0/spec.lock

This file was deleted.

2 changes: 2 additions & 0 deletions packages/ruby-2.7.5-r0.80.0/spec.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: ruby-2.7.5-r0.80.0
fingerprint: 98e9ed4275673d5845a23356fe93dad8be95c67e0bbed30fbaff27aa6eaf0374
2 changes: 1 addition & 1 deletion shared_job_templates/ruby_version.sh.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# shellcheck disable=1090
source "${BOSH_PACKAGES_DIR:-/var/vcap/packages}/ruby-2.7.2-r0.41.0/bosh/runtime.env"
source "${BOSH_PACKAGES_DIR:-/var/vcap/packages}/ruby-2.7.5-r0.80.0/bosh/runtime.env"