Skip to content

Commit 12109f0

Browse files
committed
Merge branch 'ubuntu-jammy' into merge-jammy
2 parents 3574478 + 3811cb2 commit 12109f0

421 files changed

Lines changed: 47390 additions & 3086 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_CACHE_ALL: "false"

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/cache/*.gem filter=lfs diff=lfs merge=lfs -text

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
dry-run-acceptance-tests:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
10-
- uses: actions/setup-go@v5
9+
- uses: actions/checkout@v6
10+
- uses: actions/setup-go@v6
1111
with:
1212
go-version-file: acceptance-tests/go.mod
13-
- uses: golangci/golangci-lint-action@v6
13+
- uses: golangci/golangci-lint-action@v9
1414
with:
1515
working-directory: acceptance-tests
1616
- name: Dry Run acceptance-tests

.github/workflows/ruby.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Run Specs
2+
on: [ push, pull_request ]
3+
4+
jobs:
5+
unit_specs:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v6
9+
with: { lfs: true }
10+
- uses: ruby/setup-ruby@v1
11+
- name: test-bosh-stemcell
12+
run: |
13+
bundle install
14+
bundle exec rspec
15+
working-directory: bosh-stemcell/

.github/workflows/sbom.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ jobs:
5555
path: sbom.spdx.json
5656

5757
- name: SBOM upload
58-
uses: advanced-security/spdx-dependency-submission-action@v0.0.1
58+
uses: advanced-security/spdx-dependency-submission-action@v0.2.0
5959

6060
- name: Upload Trivy scan results to GitHub Security tab [all]
61-
uses: github/codeql-action/upload-sarif@v3
61+
uses: github/codeql-action/upload-sarif@v4
6262
with:
6363
sarif_file: 'trivy-results-all.sarif'
6464
category: all
6565

6666
- name: Upload Trivy scan results to GitHub Security tab [fix-available]
67-
uses: github/codeql-action/upload-sarif@v3
67+
uses: github/codeql-action/upload-sarif@v4
6868
with:
6969
sarif_file: 'trivy-results-with-fix.sarif'
7070
category: fix-available

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0
1+
3.3

Gemfile.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,33 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
diff-lcs (1.4.4)
10-
fakefs (2.0.0)
9+
diff-lcs (1.6.2)
10+
fakefs (3.2.1)
1111
little-plugger (1.1.4)
12-
logging (2.3.0)
12+
logging (2.4.0)
1313
little-plugger (~> 1.1)
1414
multi_json (~> 1.14)
15-
multi_json (1.15.0)
16-
rake (13.0.3)
17-
rspec (3.10.0)
18-
rspec-core (~> 3.10.0)
19-
rspec-expectations (~> 3.10.0)
20-
rspec-mocks (~> 3.10.0)
21-
rspec-core (3.10.1)
22-
rspec-support (~> 3.10.0)
23-
rspec-expectations (3.10.1)
15+
multi_json (1.19.1)
16+
rake (13.3.1)
17+
rspec (3.13.2)
18+
rspec-core (~> 3.13.0)
19+
rspec-expectations (~> 3.13.0)
20+
rspec-mocks (~> 3.13.0)
21+
rspec-core (3.13.6)
22+
rspec-support (~> 3.13.0)
23+
rspec-expectations (3.13.5)
2424
diff-lcs (>= 1.2.0, < 2.0)
25-
rspec-support (~> 3.10.0)
25+
rspec-support (~> 3.13.0)
2626
rspec-instafail (1.0.0)
2727
rspec
28-
rspec-its (1.3.0)
29-
rspec-core (>= 3.0.0)
30-
rspec-expectations (>= 3.0.0)
31-
rspec-mocks (3.10.2)
28+
rspec-its (2.0.0)
29+
rspec-core (>= 3.13.0)
30+
rspec-expectations (>= 3.13.0)
31+
rspec-mocks (3.13.8)
3232
diff-lcs (>= 1.2.0, < 2.0)
33-
rspec-support (~> 3.10.0)
34-
rspec-support (3.10.2)
35-
timecop (0.9.4)
33+
rspec-support (~> 3.13.0)
34+
rspec-support (3.13.7)
35+
timecop (0.9.10)
3636

3737
PLATFORMS
3838
ruby
@@ -48,4 +48,4 @@ DEPENDENCIES
4848
timecop
4949

5050
BUNDLED WITH
51-
2.4.4
51+
2.5.23

acceptance-tests/.golangci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: "2"
2+
3+
linters:
4+
default: standard
5+
6+
settings:
7+
errcheck:
8+
check-blank: true # assignment to blank identifier: `_ := someFunc()`.
9+
10+
formatters:
11+
enable:
12+
- goimports

acceptance-tests/go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
module github.com/cloudfoundry/bosh-linux-stemcell-builder/acceptance-tests
22

3-
go 1.22.0
4-
5-
toolchain go1.23.5
3+
go 1.25.0
64

75
require (
8-
github.com/cloudfoundry/bosh-utils v0.0.523
9-
github.com/onsi/ginkgo/v2 v2.22.2
10-
github.com/onsi/gomega v1.36.2
6+
github.com/cloudfoundry/bosh-utils v0.0.605
7+
github.com/onsi/ginkgo/v2 v2.28.1
8+
github.com/onsi/gomega v1.39.1
119
gopkg.in/yaml.v2 v2.4.0
1210
)
1311

1412
require (
13+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
1514
github.com/bmatcuk/doublestar v1.3.4 // indirect
16-
github.com/charlievieth/fs v0.0.3 // indirect
17-
github.com/go-logr/logr v1.4.2 // indirect
15+
github.com/go-logr/logr v1.4.3 // indirect
1816
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
19-
github.com/google/go-cmp v0.6.0 // indirect
20-
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
21-
golang.org/x/net v0.34.0 // indirect
22-
golang.org/x/sys v0.29.0 // indirect
23-
golang.org/x/text v0.21.0 // indirect
24-
golang.org/x/tools v0.29.0 // indirect
25-
gopkg.in/yaml.v3 v3.0.1 // indirect
17+
github.com/google/go-cmp v0.7.0 // indirect
18+
github.com/google/pprof v0.0.0-20260302011040-a15ffb7f9dcc // indirect
19+
go.yaml.in/yaml/v3 v3.0.4 // indirect
20+
golang.org/x/mod v0.34.0 // indirect
21+
golang.org/x/net v0.53.0 // indirect
22+
golang.org/x/sync v0.20.0 // indirect
23+
golang.org/x/sys v0.43.0 // indirect
24+
golang.org/x/text v0.36.0 // indirect
25+
golang.org/x/tools v0.43.0 // indirect
2626
)

0 commit comments

Comments
 (0)