Skip to content

Commit f1be450

Browse files
Arjun Sreedharanarjun024
authored andcommitted
consolidate develop into master
1 parent b5cd9d7 commit f1be450

File tree

10 files changed

+52
-153
lines changed

10 files changed

+52
-153
lines changed

.github/workflows/dependency-deprecation-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v3
1515
with:
16-
ref: develop
16+
ref: master
1717

1818
- name: Get deprecations
1919
id: deprecations

.github/workflows/release-reminder.yml

Lines changed: 0 additions & 101 deletions
This file was deleted.

.github/workflows/synchronize-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Synchronize Labels
33
on:
44
push:
55
branches:
6-
- develop
6+
- master
77
paths:
88
- .github/labels.yml
99
workflow_dispatch: {}

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Pull Request
33
on:
44
pull_request:
55
branches:
6-
- develop
6+
- master
77

88
jobs:
99
unit:

.github/workflows/update-github-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
token: ${{ secrets.CF_BOT_GITHUB_TOKEN }}
18-
ref: develop
18+
ref: master
1919

2020
- name: Checkout github-config
2121
uses: actions/checkout@v4
@@ -61,4 +61,4 @@ jobs:
6161
token: ${{ secrets.CF_BOT_GITHUB_TOKEN }}
6262
title: "Updates github-config"
6363
branch: automation/github-config/update
64-
base: develop
64+
base: master

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ See the [Cutlass](https://github.com/cloudfoundry/libbuildpack/tree/master/cutla
1919

2020
Please include integration tests (in `src/nodejs/integration`) and corresponding fixtures (in `fixtures`) where necessary to cover any functionality that is introduced.
2121

22-
**NOTE:** When submitting a pull request, *please make sure to target the `develop` branch*, so that your changes are up-to-date and easy to integrate with the most recent work on the buildpack. Thanks!
22+
**NOTE:** When submitting a pull request, *please make sure to target the `master` branch*, so that your changes are up-to-date and easy to integrate with the most recent work on the buildpack. Thanks!

PULL_REQUEST_TEMPLATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Thanks for contributing to the buildpack. To speed up the process of reviewing y
66

77
* [ ] I have viewed signed and have submitted the Contributor License Agreement
88

9-
* [ ] I have made this pull request to the `develop` branch
9+
* [ ] I have made this pull request to the `master` branch
1010

1111
* [ ] I have added an integration test

fixtures/util/override_buildpack/override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
nodejs:
22
dependencies:
33
- name: node
4-
version: 18.99.99
4+
version: 22.99.99
55
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node.10.99.99-linux-x64.tgz
66
file: BUILDPACK_DIR/node.tgz
77
sha256: 062d906c87839d03b243e2821e10653c89b4c92878bfe2bf995dec231e117bfc

manifest.yml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
language: nodejs
33
default_versions:
44
- name: node
5-
version: 18.x
5+
version: 22.x
66
- name: python
77
version: 3.11.x
88
include_files:
@@ -41,22 +41,6 @@ dependency_deprecation_dates:
4141
date: 2027-10-24
4242
link: https://www.python.org/dev/peps/pep-0664/
4343
dependencies:
44-
- name: node
45-
version: 18.20.6
46-
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_18.20.6_linux_x64_cflinuxfs3_8b2df7e1.tgz
47-
sha256: 8b2df7e193fede209fd7afb02631342b0ba0757271c0f08788d1e85920024454
48-
cf_stacks:
49-
- cflinuxfs3
50-
source: https://nodejs.org/dist/v18.20.6/node-v18.20.6.tar.gz
51-
source_sha256: e7ddfeabea3d1f7cc622cc9861d2fb0955b9e60940dbbedbed6f2f821ab3e4c7
52-
- name: node
53-
version: 18.20.6
54-
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_18.20.6_linux_x64_cflinuxfs4_7ef6b71f.tgz
55-
sha256: 7ef6b71f275e07216bfab70508f89b5088dbc7e6d2f32a8eb1e679c86a23dfba
56-
cf_stacks:
57-
- cflinuxfs4
58-
source: https://nodejs.org/dist/v18.20.6/node-v18.20.6.tar.gz
59-
source_sha256: e7ddfeabea3d1f7cc622cc9861d2fb0955b9e60940dbbedbed6f2f821ab3e4c7
6044
- name: node
6145
version: 18.20.7
6246
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_18.20.7_linux_x64_cflinuxfs3_3454218f.tgz
@@ -74,21 +58,21 @@ dependencies:
7458
source: https://nodejs.org/dist/v18.20.7/node-v18.20.7.tar.gz
7559
source_sha256: f2f2f1ac616d8e253ed69cf0b44de7d4843c40d8a614f64c776ee59ff0047031
7660
- name: node
77-
version: 20.18.2
78-
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_20.18.2_linux_x64_cflinuxfs3_46326719.tgz
79-
sha256: 463267190a8015e340fe7fadd369fcc346bc9a085464eee5163d9c65fdf3fbeb
61+
version: 18.20.8
62+
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_18.20.8_linux_x64_cflinuxfs3_479753cf.tgz
63+
sha256: 479753cf9501574204b554c3ef62ca433e1e8e7123196b5c2f2ce4937ac3d093
8064
cf_stacks:
8165
- cflinuxfs3
82-
source: https://nodejs.org/dist/v20.18.2/node-v20.18.2.tar.gz
83-
source_sha256: cf3ef49fafbfee3cdcd936a0d6031341b73bfa6b26a484ea0a4936c26d24b829
66+
source: https://nodejs.org/dist/v18.20.8/node-v18.20.8.tar.gz
67+
source_sha256: ec60a6d2344ef9e1f093991ca1bb6bbe92c61c29d1762c4b99e08f87dbb91e2f
8468
- name: node
85-
version: 20.18.2
86-
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_20.18.2_linux_x64_cflinuxfs4_0d89b3e1.tgz
87-
sha256: 0d89b3e1a9b9b5fbdba6b4ee2a0bc2d1f693bb0e53c11ec7a9e172e2b5d8ba9a
69+
version: 18.20.8
70+
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_18.20.8_linux_x64_cflinuxfs4_1df38c7c.tgz
71+
sha256: 1df38c7c038374772e447677957e6da91e1f5b73d98d0e4458d71b2e23a3301e
8872
cf_stacks:
8973
- cflinuxfs4
90-
source: https://nodejs.org/dist/v20.18.2/node-v20.18.2.tar.gz
91-
source_sha256: cf3ef49fafbfee3cdcd936a0d6031341b73bfa6b26a484ea0a4936c26d24b829
74+
source: https://nodejs.org/dist/v18.20.8/node-v18.20.8.tar.gz
75+
source_sha256: ec60a6d2344ef9e1f093991ca1bb6bbe92c61c29d1762c4b99e08f87dbb91e2f
9276
- name: node
9377
version: 20.19.0
9478
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_20.19.0_linux_x64_cflinuxfs3_39fbfc20.tgz
@@ -106,13 +90,21 @@ dependencies:
10690
source: https://nodejs.org/dist/v20.19.0/node-v20.19.0.tar.gz
10791
source_sha256: 658572c4a0f546b0c07ea64d53b396a19c425ff183924872cb34712a17e15332
10892
- name: node
109-
version: 22.13.1
110-
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_22.13.1_linux_x64_cflinuxfs4_3e0956ff.tgz
111-
sha256: 3e0956ff78ec3c1e63804e5343f9b664a69853e832451338940126ad665d9752
93+
version: 20.19.2
94+
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_20.19.2_linux_x64_cflinuxfs3_7db96118.tgz
95+
sha256: 7db9611811fb158e4cb367cf4ff400143a6773b322f8c42012e8926716ffbe15
96+
cf_stacks:
97+
- cflinuxfs3
98+
source: https://nodejs.org/dist/v20.19.2/node-v20.19.2.tar.gz
99+
source_sha256: eaf8800608ffbcae7665beb4776d8e9d8484055fbb840ef44e346044f9b08ad5
100+
- name: node
101+
version: 20.19.2
102+
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_20.19.2_linux_x64_cflinuxfs4_aeac220e.tgz
103+
sha256: aeac220e7209e4ac1d85df6061c6806e42df5b337bd5bc7fa2f9f44617db867c
112104
cf_stacks:
113105
- cflinuxfs4
114-
source: https://nodejs.org/dist/v22.13.1/node-v22.13.1.tar.gz
115-
source_sha256: e7d5b1e84e7f3c3cebda81e2b138469eef41ba4ecf16a87fd15fc3f7afa3f701
106+
source: https://nodejs.org/dist/v20.19.2/node-v20.19.2.tar.gz
107+
source_sha256: eaf8800608ffbcae7665beb4776d8e9d8484055fbb840ef44e346044f9b08ad5
116108
- name: node
117109
version: 22.14.0
118110
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_22.14.0_linux_x64_cflinuxfs4_3ae11340.tgz
@@ -121,22 +113,30 @@ dependencies:
121113
- cflinuxfs4
122114
source: https://nodejs.org/dist/v22.14.0/node-v22.14.0.tar.gz
123115
source_sha256: 6c4e31ed5702dc45cfd8c435af56a36a474427e1bd7afe74c346136060beba8a
116+
- name: node
117+
version: 22.16.0
118+
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_22.16.0_linux_x64_cflinuxfs4_13829c62.tgz
119+
sha256: 13829c621bb988c2b186e70ccf77c9e03804d0b6a4fcb7bb19f3009c87a5e797
120+
cf_stacks:
121+
- cflinuxfs4
122+
source: https://nodejs.org/dist/v22.16.0/node-v22.16.0.tar.gz
123+
source_sha256: 108f250ff79cc103b464b3ef41fa60f4866e4e6c962117171adaac7325ebdab2
124124
- name: python
125-
version: 3.11.11
126-
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.11_linux_x64_cflinuxfs3_2d5aa26d.tgz
127-
sha256: 2d5aa26d1ac896182023398c187543f90aea9105f1b6f342709911ad6fa39083
125+
version: 3.11.12
126+
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.12_linux_x64_cflinuxfs3_c9e6b498.tgz
127+
sha256: c9e6b49875870e85dc4f811bfbab4fcc9382ca8f1fed6615c6e52752fdca963a
128128
cf_stacks:
129129
- cflinuxfs3
130-
source: https://www.python.org/ftp/python/3.11.11/Python-3.11.11.tgz
131-
source_sha256: 883bddee3c92fcb91cf9c09c5343196953cbb9ced826213545849693970868ed
130+
source: https://www.python.org/ftp/python/3.11.12/Python-3.11.12.tgz
131+
source_sha256: 379c9929a989a9d65a1f5d854e011f4872b142259f4fc0a8c4062d2815ed7fba
132132
- name: python
133-
version: 3.11.11
134-
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.11_linux_x64_cflinuxfs4_13c4c2b4.tgz
135-
sha256: 13c4c2b436a474bdb667314968e0296e09a01151e1db220ba40f58aefc0bda97
133+
version: 3.11.12
134+
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.12_linux_x64_cflinuxfs4_51adfd88.tgz
135+
sha256: 51adfd88ef729551c7ebc364f81787c8c805983dc33e3692250c53349fa38b5b
136136
cf_stacks:
137137
- cflinuxfs4
138-
source: https://www.python.org/ftp/python/3.11.11/Python-3.11.11.tgz
139-
source_sha256: 883bddee3c92fcb91cf9c09c5343196953cbb9ced826213545849693970868ed
138+
source: https://www.python.org/ftp/python/3.11.12/Python-3.11.12.tgz
139+
source_sha256: 379c9929a989a9d65a1f5d854e011f4872b142259f4fc0a8c4062d2815ed7fba
140140
- name: yarn
141141
version: 1.22.22
142142
uri: https://buildpacks.cloudfoundry.org/dependencies/yarn/yarn_1.22.22_linux_noarch_any-stack_83bda680.tgz

src/nodejs/integration/default_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func testDefault(platform switchblade.Platform, fixtures string) func(*testing.T
3838
Execute(name, filepath.Join(fixtures, "simple"))
3939
Expect(err).NotTo(HaveOccurred())
4040

41-
Expect(logs).To(ContainLines(MatchRegexp("Installing node 18\\.\\d+\\.\\d+")))
41+
Expect(logs).To(ContainLines(MatchRegexp("Installing node 22\\.\\d+\\.\\d+")))
4242

4343
Eventually(deployment).Should(Serve("Hello world!"))
4444

@@ -57,7 +57,7 @@ func testDefault(platform switchblade.Platform, fixtures string) func(*testing.T
5757
}
5858
Expect(json.NewDecoder(response.Body).Decode(&process)).To(Succeed())
5959

60-
Expect(process.Version).To(MatchRegexp(`v18\.\d+\.\d+`))
60+
Expect(process.Version).To(MatchRegexp(`v22\.\d+\.\d+`))
6161
Expect(process.Env.NodeOptions).To(BeEmpty())
6262
Expect(process.Env.NodeHome).To(Equal("/home/vcap/deps/0/node"))
6363
Expect(process.Env.NodeEnv).To(Equal("production"))

0 commit comments

Comments
 (0)