Skip to content

Commit

Permalink
Merge branch 'main' into automation/go-mod-update/update-main
Browse files Browse the repository at this point in the history
  • Loading branch information
pacostas authored Sep 11, 2024
2 parents ea0a48e + 60285ee commit b73dd70
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 63 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/create-release-issue.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/publish-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish Draft Releases

on:
workflow_dispatch: {}
schedule:
- cron: '0 5 * * FRI' # Weekly on Friday at 5:00 AM UTC

concurrency:
group: publish-release
Expand Down
26 changes: 13 additions & 13 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,30 +26,30 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/node-engine"
version = "4.1.10"
version = "4.1.11"

[[order.group]]
id = "paketo-buildpacks/yarn"
version = "1.3.14"
version = "1.3.15"

[[order.group]]
id = "paketo-buildpacks/yarn-install"
version = "2.0.8"
version = "2.0.9"

[[order.group]]
id = "paketo-buildpacks/node-run-script"
optional = true
version = "1.0.27"
version = "1.0.28"

[[order.group]]
id = "paketo-buildpacks/node-start"
optional = true
version = "2.1.0"
version = "2.1.1"

[[order.group]]
id = "paketo-buildpacks/yarn-start"
optional = true
version = "2.0.9"
version = "2.0.10"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down Expand Up @@ -80,26 +80,26 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/node-engine"
version = "4.1.10"
version = "4.1.11"

[[order.group]]
id = "paketo-buildpacks/npm-install"
version = "1.4.10"
version = "1.4.11"

[[order.group]]
id = "paketo-buildpacks/node-run-script"
optional = true
version = "1.0.27"
version = "1.0.28"

[[order.group]]
id = "paketo-buildpacks/node-start"
optional = true
version = "2.1.0"
version = "2.1.1"

[[order.group]]
id = "paketo-buildpacks/npm-start"
optional = true
version = "2.0.9"
version = "2.0.10"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down Expand Up @@ -130,11 +130,11 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/node-engine"
version = "4.1.10"
version = "4.1.11"

[[order.group]]
id = "paketo-buildpacks/node-start"
version = "2.1.0"
version = "2.1.1"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
github.com/cpuguy83/dockercfg v0.3.1 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/docker v27.2.0+incompatible // indirect
github.com/docker/docker v27.2.1+incompatible // indirect
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1327,8 +1327,8 @@ github.com/docker/docker v20.10.20+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05
github.com/docker/docker v20.10.24+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v23.0.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v23.0.5+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v27.2.0+incompatible h1:Rk9nIVdfH3+Vz4cyI/uhbINhEZ/oLmc+CBXmH6fbNk4=
github.com/docker/docker v27.2.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v27.2.1+incompatible h1:fQdiLfW7VLscyoeYEBz7/J8soYFDZV1u6VW6gJEjNMI=
github.com/docker/docker v27.2.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.6.3/go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y=
github.com/docker/docker-credential-helpers v0.6.4/go.mod h1:ofX3UI0Gz1TteYBjtgs07O36Pyasyp66D2uKT7H8W1c=
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=
Expand Down
16 changes: 8 additions & 8 deletions package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
uri = "build/buildpack.tgz"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].10"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].11"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].0"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].1"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].10"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].11"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].9"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].10"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].8"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].9"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].14"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].15"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].9"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].10"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"
Expand All @@ -36,7 +36,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].27"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].28"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"
4 changes: 2 additions & 2 deletions scripts/.util/tools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"jam": "v2.8.0",
"pack": "v0.34.2"
"jam": "v2.9.0",
"pack": "v0.35.1"
}

0 comments on commit b73dd70

Please sign in to comment.