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 version 3.2.3 #159

Merged
merged 1 commit into from
Apr 9, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
GEM_DIRS: src/bosh_aws_cpi
GIT_USER_NAME: CI Bot
GIT_USER_EMAIL: bots@cloudfoundry.org
PACKAGE: ruby-3.1
PACKAGE: ruby-3.2
VENDOR: true
- put: bosh-cpi-src-out
params:
Expand All @@ -294,7 +294,7 @@ jobs:
params:
GIT_USER_NAME: CI Bot
GIT_USER_EMAIL: cf-bosh-eng@pivotal.io
PACKAGE: ruby-3.1
PACKAGE: ruby-3.2
PACKAGE_PREFIX: aws-cpi
PRIVATE_YML: |
blobstore:
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cd src/bosh_aws_cpi

### Creating a Release

The release requires Ruby version 3.1.2 and the Ruby gem Bundler (used by the vendoring script):
The release requires Ruby version 3.2.3 and the Ruby gem Bundler (used by the vendoring script):

```
gem install bundler
Expand Down
2 changes: 1 addition & 1 deletion jobs/aws_cpi/spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ templates:
cpi_ctl.erb: bin/cpi_ctl

packages:
- aws-cpi-ruby-3.1
- aws-cpi-ruby-3.2
- bosh_aws_cpi

properties:
Expand Down
2 changes: 1 addition & 1 deletion jobs/aws_cpi/templates/cpi.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

BOSH_PACKAGES_DIR=${BOSH_PACKAGES_DIR:-/var/vcap/packages}
source ${BOSH_PACKAGES_DIR}/aws-cpi-ruby-3.1/bosh/runtime.env
source ${BOSH_PACKAGES_DIR}/aws-cpi-ruby-3.2/bosh/runtime.env
BOSH_JOBS_DIR=${BOSH_JOBS_DIR:-/var/vcap/jobs}
export HOME=~

Expand Down
2 changes: 0 additions & 2 deletions packages/aws-cpi-ruby-3.1/spec.lock

This file was deleted.

2 changes: 1 addition & 1 deletion packages/bosh_aws_cpi/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

BOSH_PACKAGES_DIR=${BOSH_PACKAGES_DIR:-/var/vcap/packages}

source ${BOSH_PACKAGES_DIR}/aws-cpi-ruby-3.1/bosh/compile.env
source ${BOSH_PACKAGES_DIR}/aws-cpi-ruby-3.2/bosh/compile.env

cp -a bosh_aws_cpi/* ${BOSH_INSTALL_TARGET}

Expand Down
2 changes: 1 addition & 1 deletion packages/bosh_aws_cpi/spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: bosh_aws_cpi
dependencies:
- aws-cpi-ruby-3.1
- aws-cpi-ruby-3.2
files:
- bosh_aws_cpi/Gemfile
- bosh_aws_cpi/Gemfile.lock
Expand Down
2 changes: 1 addition & 1 deletion src/bosh_aws_cpi/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.4
3.2.3