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.16.6 #402

Merged
merged 10 commits into from
Jul 14, 2021
6 changes: 3 additions & 3 deletions packages/golang/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "golang"
category: "build"
version: 1.16.5+10
version: "1.16.6"
hidden: true # No need to make it installable for now
labels:
autobump.revdeps: "true"
Expand All @@ -11,7 +11,7 @@ labels:
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.16.5"
package.version: "1.16.6"
autobump.checksum_hook: "curl -q -L https://storage.googleapis.com/golang/go{{.Values.labels.package.version}}.linux-{{.Values.arch}}.tar.gz.sha256"
package.checksum: "b12c23023b68de22f74c0524f10b753e7b08b1504cb7e417eccebdd3fae49061"
package.checksum: "be333ef18b3016e9d7cb7b1ff1fdb0cac800ca0be4cf2290fe613b3d069dfe0d"
arch: "amd64"
2 changes: 1 addition & 1 deletion packages/toolchain/luet-makeiso/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "luet-makeiso"
category: "toolchain"
version: 0.2.7+6
version: 0.2.7+7
labels:
github.repo: "luet-makeiso"
github.owner: "mudler"
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.8"
version: 0.0.8+1
labels:
github.repo: "luet-mtree"
github.owner: "rancher-sandbox"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolchain/luet/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
category: "toolchain"
name: "luet"
version: "0.17.0"
version: 0.17.0+1
branch: ""
upx: false
labels:
Expand Down
2 changes: 1 addition & 1 deletion packages/toolchain/yip/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
category: "toolchain"
name: "yip"
version: "0.9.4"
version: 0.9.4+1
labels:
github.repo: "yip"
github.owner: "mudler"
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: 3.4.1+13
version: 3.4.1+14
arch: "amd64"
uri:
- https://github.com/mikefarah/yq
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.9.0+6
version: 3.9.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.24.14+2
version: 0.24.14+3
arch: x86_64
platform: Linux
labels:
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.10.0+6
version: 0.10.0+7
arch: amd64
platform: linux
labels:
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-alpha05+6
version: 0.0.1-alpha05+7
arch: amd64
platform: linux
labels:
Expand Down