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

Bump build/golang to 1.18.3 #1471

Merged
merged 22 commits into from
Jun 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
0d22db0
Bump build/golang to 1.18.3
cOS-cibot Jun 6, 2022
63c7ac2
reverse dep: bump recovery/cos for build/golang
cOS-cibot Jun 6, 2022
9be34f5
reverse dep: bump system/cos for build/golang
cOS-cibot Jun 6, 2022
b676e1d
reverse dep: bump system/cos-container for build/golang
cOS-cibot Jun 6, 2022
f0ccf0c
reverse dep: bump toolchain-fips/luet for build/golang
cOS-cibot Jun 6, 2022
2cc4d41
reverse dep: bump toolchain-fips/luet-makeiso for build/golang
cOS-cibot Jun 6, 2022
a2b2393
reverse dep: bump toolchain-fips/yip for build/golang
cOS-cibot Jun 6, 2022
21fb007
reverse dep: bump toolchain/cosign for build/golang
cOS-cibot Jun 6, 2022
f24b6a2
reverse dep: bump toolchain/dasel for build/golang
cOS-cibot Jun 6, 2022
a26aac9
reverse dep: bump toolchain/elemental-cli for build/golang
cOS-cibot Jun 6, 2022
57efc83
reverse dep: bump toolchain/hugo for build/golang
cOS-cibot Jun 6, 2022
d244b31
reverse dep: bump toolchain/luet for build/golang
cOS-cibot Jun 6, 2022
770f7ae
reverse dep: bump toolchain/luet-cosign for build/golang
cOS-cibot Jun 6, 2022
2aa13a5
reverse dep: bump toolchain/luet-makeiso for build/golang
cOS-cibot Jun 6, 2022
e4974d3
reverse dep: bump toolchain/luet-mtree for build/golang
cOS-cibot Jun 6, 2022
29a00da
reverse dep: bump toolchain/yip for build/golang
cOS-cibot Jun 6, 2022
5e73804
reverse dep: bump toolchain/yq for build/golang
cOS-cibot Jun 6, 2022
195b0ae
reverse dep: bump utils/gomplate for build/golang
cOS-cibot Jun 6, 2022
0a3bf6e
reverse dep: bump utils/helm for build/golang
cOS-cibot Jun 6, 2022
a56bb53
reverse dep: bump utils/k9s for build/golang
cOS-cibot Jun 6, 2022
852c397
reverse dep: bump utils/nerdctl for build/golang
cOS-cibot Jun 6, 2022
a9004b7
reverse dep: bump utils/rancherd for build/golang
cOS-cibot Jun 6, 2022
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
4 changes: 3 additions & 1 deletion packages/cos/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@ packages:
- &cos
name: "cos"
category: "system"
version: 0.8.14-8
version: 0.8.14-9
description: "cOS base image, used to build cOS live ISOs"
brand_name: "cOS"
labels:
autobump.revdeps: "true"
- !!merge <<: *cos
name: "cos-container"
description: "cOS container image, used to build cOS derivatives from scratch"
version: 0.8.14-10
- !!merge <<: *cos
category: "recovery"
brand_name: "cOS recovery"
description: "cOS recovery image, used to boot cOS for troubleshooting"
version: 0.8.14-9
- !!merge <<: *cos
name: "cos-img"
category: "recovery"
6 changes: 3 additions & 3 deletions packages/golang/collection.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
packages:
- name: "golang"
category: "build"
version: 1.18.2-2
version: "1.18.3"
base_url: https://golang.org/dl
hidden: true # No need to make it installable for now
labels:
Expand All @@ -14,9 +14,9 @@ packages:
curl -s -L 'https://golang.org/VERSION?m=text' | sed 's/go//g'
autobump.version_hook: |
curl -s -L 'https://golang.org/VERSION?m=text' | sed 's/go//g'
package.version: "1.18.2"
package.version: "1.18.3"
autobump.checksum_hook: "curl -q -L https://storage.googleapis.com/golang/go{{.Values.labels.package.version}}.linux-{{.Values.labels.autobump.arch}}.tar.gz.sha256"
package.checksum: "e54bec97a1a5d230fc2f9ad0880fcbabb5888f30ed9666eca4a91c5a32e86cbc"
package.checksum: "956f8507b302ab0bb747613695cdae10af99bbd39a90cae522b7c0302cc27245"
- name: "golang-fips"
category: "build"
version: 1.18b7-3
Expand Down
12 changes: 6 additions & 6 deletions packages/toolchain/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packages:
- &luet
category: "toolchain"
name: "luet"
version: 0.32.1-1
version: 0.32.1-2
branch: ""
upx: false
fips: false
Expand All @@ -13,7 +13,7 @@ packages:
- &luet-fips
category: "toolchain-fips"
name: "luet"
version: 0.32.1-1
version: 0.32.1-2
branch: ""
upx: false
fips: true
Expand All @@ -23,7 +23,7 @@ packages:
autobump.revdeps: "true"
- name: "luet-makeiso"
category: "toolchain"
version: 0.4.0-5
version: 0.4.0-6
upx: false
fips: false
labels:
Expand All @@ -35,7 +35,7 @@ packages:
version: "<1.0.0"
- name: "luet-makeiso"
category: "toolchain-fips"
version: 0.3.8-33
version: 0.3.8-34
upx: false
fips: true
labels:
Expand All @@ -49,7 +49,7 @@ packages:
name: "yip"
upx: false
fips: true
version: 0.10.1-10
version: 0.10.1-11
labels:
github.repo: "yip"
github.owner: "mudler"
Expand All @@ -58,7 +58,7 @@ packages:
name: "yip"
upx: false
fips: false
version: 0.10.1-8
version: 0.10.1-9
labels:
github.repo: "yip"
github.owner: "mudler"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolchain/cosign/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "cosign"
category: "toolchain"
version: 1.4.1-11
version: 1.4.1-12
labels:
github.repo: "cosign"
github.owner: "sigstore"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolchain/dasel/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dasel
category: toolchain
version: 1.24.3-3
version: 1.24.3-4
labels:
github.repo: "dasel"
github.owner: "TomWright"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolchain/elemental-cli/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packages:
name: "elemental-cli"
bin_name: "elemental"
category: "toolchain"
version: 0.20220530-1
version: 0.20220530-2
fips: false
labels:
github.repo: "elemental"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolchain/hugo/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "hugo"
category: "toolchain"
version: 0.100.1-1
version: 0.100.1-2
uri:
- https://github.com/gohugoio/hugo
license: "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolchain/luet-cosign/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "luet-cosign"
category: "toolchain"
version: 0.0.11-5
version: 0.0.11-6
labels:
github.repo: "luet-cosign"
github.owner: "rancher-sandbox"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolchain/luet-mtree/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "luet-mtree"
category: "toolchain"
version: 0.0.10-2
version: 0.0.10-3
labels:
github.repo: "luet-mtree"
github.owner: "rancher-sandbox"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolchain/yq/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "yq"
category: "toolchain"
version: 4.25.2-1
version: 4.25.2-2
uri:
- https://github.com/mikefarah/yq
license: "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/gomplate/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gomplate
category: utils
version: 3.10.0-17
version: 3.10.0-18
labels:
github.repo: "gomplate"
github.owner: "hairyhenderson"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/helm/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packages:
name: "helm"
fips: false
category: "utils"
version: 3.9.0-2
version: 3.9.0-3
description: "The Kubernetes Package Manager"
license: "Apache-2.0 License"
labels:
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/k9s/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "k9s"
category: "utils"
version: 0.25.18-10
version: 0.25.18-11
platform: Linux
labels:
github.repo: "k9s"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/nerdctl/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "nerdctl"
category: "utils"
version: 0.20.0-2
version: 0.20.0-3
platform: linux
labels:
github.repo: "nerdctl"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/rancherd/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "rancherd"
category: "utils"
version: 0.0.1-alpha13-11
version: 0.0.1-alpha13-12
platform: linux
upx: false
labels:
Expand Down