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.17.4 #924

Merged
merged 21 commits into from
Dec 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
78bc74d
Bump build/golang to 1.17.5
cOS-cibot Dec 21, 2021
eb03905
reverse dep: bump recovery/cos for build/golang
cOS-cibot Dec 21, 2021
fac9f52
reverse dep: bump system/cos for build/golang
cOS-cibot Dec 21, 2021
917a153
reverse dep: bump system/cos-container for build/golang
cOS-cibot Dec 21, 2021
e1482f1
reverse dep: bump toolchain-fips/elemental-cli for build/golang
cOS-cibot Dec 21, 2021
f55cd6e
reverse dep: bump toolchain-fips/luet for build/golang
cOS-cibot Dec 21, 2021
75e2531
reverse dep: bump toolchain-fips/luet-makeiso for build/golang
cOS-cibot Dec 21, 2021
2a1caeb
reverse dep: bump toolchain-fips/yip for build/golang
cOS-cibot Dec 21, 2021
8203fe8
reverse dep: bump toolchain/cosign for build/golang
cOS-cibot Dec 21, 2021
ca45814
reverse dep: bump toolchain/dasel for build/golang
cOS-cibot Dec 21, 2021
0fbdab5
reverse dep: bump toolchain/elemental-cli for build/golang
cOS-cibot Dec 21, 2021
f18f9a8
reverse dep: bump toolchain/luet for build/golang
cOS-cibot Dec 21, 2021
eb4491f
reverse dep: bump toolchain/luet-cosign for build/golang
cOS-cibot Dec 21, 2021
58a534b
reverse dep: bump toolchain/luet-makeiso for build/golang
cOS-cibot Dec 21, 2021
ec28583
reverse dep: bump toolchain/luet-mtree for build/golang
cOS-cibot Dec 21, 2021
316ab78
reverse dep: bump toolchain/yip for build/golang
cOS-cibot Dec 21, 2021
d2cab5e
reverse dep: bump toolchain/yq for build/golang
cOS-cibot Dec 21, 2021
52796c1
reverse dep: bump utils/gomplate for build/golang
cOS-cibot Dec 21, 2021
62c67e2
reverse dep: bump utils/k9s for build/golang
cOS-cibot Dec 21, 2021
c969d39
reverse dep: bump utils/nerdctl for build/golang
cOS-cibot Dec 21, 2021
0c60d20
reverse dep: bump utils/rancherd for build/golang
cOS-cibot Dec 21, 2021
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
6 changes: 3 additions & 3 deletions packages/cos/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ packages:
- &cos
name: "cos"
category: "system"
version: 0.7.11-3
version: 0.7.11-4
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.7.11-6
version: 0.7.11-7
- !!merge <<: *cos
category: "recovery"
brand_name: "cOS recovery"
description: "cOS recovery image, used to boot cOS for troubleshooting"
version: 0.7.11-3
version: 0.7.11-4
- !!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.17.3"
version: "1.17.5"
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.17.3"
package.version: "1.17.5"
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: "550f9845451c0c94be679faf116291e7807a8d78b43149f9506c1b15eb89008c"
package.checksum: "bd78114b0d441b029c8fe0341f4910370925a4d270a6a590668840675b0c653e"
- name: "golang-fips"
category: "build"
version: "1.16.11b7"
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.21.2"
version: 0.21.2-1
branch: ""
upx: false
fips: false
Expand All @@ -13,7 +13,7 @@ packages:
- &luet-fips
category: "toolchain-fips"
name: "luet"
version: "0.20.13"
version: 0.20.13-1
branch: ""
upx: false
fips: true
Expand All @@ -23,7 +23,7 @@ packages:
autobump.revdeps: "true"
- name: "luet-makeiso"
category: "toolchain"
version: 0.3.8-16
version: 0.3.8-17
upx: false
fips: false
labels:
Expand All @@ -34,7 +34,7 @@ packages:
- !!merge <<: *luet
- name: "luet-makeiso"
category: "toolchain-fips"
version: 0.3.8-18
version: 0.3.8-19
upx: false
fips: true
labels:
Expand All @@ -47,7 +47,7 @@ packages:
name: "yip"
upx: false
fips: true
version: 0.9.25-1
version: 0.9.25-2
labels:
github.repo: "yip"
github.owner: "mudler"
Expand All @@ -56,7 +56,7 @@ packages:
name: "yip"
upx: false
fips: false
version: 0.9.25
version: 0.9.25-1
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"
version: 1.4.1-1
labels:
github.repo: "cosign"
github.owner: "sigstore"
Expand Down
4 changes: 2 additions & 2 deletions packages/toolchain/dasel/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: dasel
category: toolchain
version: "1.22.1"
version: 1.22.1-1
labels:
github.repo: "dasel"
github.owner: "TomWright"
uri:
- https://github.com/TomWright/dasel
license: "MIT License"
description: "Query, update and convert data structures from the command line. Comparable to jq/yq but supports JSON, TOML, YAML, XML and CSV with zero runtime dependencies."
description: "Query, update and convert data structures from the command line. Comparable to jq/yq but supports JSON, TOML, YAML, XML and CSV with zero runtime dependencies."
5 changes: 3 additions & 2 deletions packages/toolchain/elemental-cli/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ packages:
name: "elemental-cli"
category: "toolchain"
bin_name: "elemental"
version: "0.0.2"
version: 0.0.2-1
fips: false
labels:
github.repo: "elemental-cli"
github.owner: "rancher-sandbox"
autobump.revdeps: "true"
- !!merge <<: *elemental
category: "toolchain-fips"
fips: true
fips: true
version: 0.0.2-1
8 changes: 4 additions & 4 deletions packages/toolchain/luet-cosign/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "luet-cosign"
category: "toolchain"
version: 0.0.10
version: 0.0.10-1
labels:
github.repo: "luet-cosign"
github.owner: "rancher-sandbox"
autobump.revdeps: "true"
requires:
- name: "cosign"
category: "toolchain"
version: ">=0"
- name: "cosign"
category: "toolchain"
version: ">=0"
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.8-25
version: 0.0.8-26
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.16.1"
version: 4.16.1-1
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-6
version: 3.10.0-7
labels:
github.repo: "gomplate"
github.owner: "hairyhenderson"
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.15"
version: 0.25.15-1
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.15.0"
version: 0.15.0-1
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-0"
version: 0.0.1-alpha13-1
platform: linux
labels:
github.repo: "rancherd"
Expand Down