Skip to content

Commit

Permalink
feat: update pkgs to 1.0 versions, Go 1.17.8
Browse files Browse the repository at this point in the history
Fixes #5080

This updates all package dependencies to 1.0 versions.

Add a GPL note to README.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Mar 4, 2022
1 parent dc8e9ed commit 0aa23cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ DOCKER_LOGIN_ENABLED ?= true
NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.10.0-alpha.0-5-g8197edb
PKGS ?= v0.10.0-alpha.0-35-g325439e
EXTRAS ?= v0.8.0-alpha.0-4-g9238bc7
TOOLS ?= ghcr.io/talos-systems/tools:v1.0.0-1-g4c77d96
PKGS ?= v1.0.0
EXTRAS ?= v1.0.0
GO_VERSION ?= 1.17
GOFUMPT_VERSION ?= v0.1.1
GOLANGCILINT_VERSION ?= v1.43.0
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ See [Contributing](CONTRIBUTING.md) for our guidelines.
<a href="https://github.com/talos-systems/talos/blob/master/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/talos-systems/talos?style=flat-square">
</a>

Some software we distribute is under the General Public License family
of licenses or other licenses that require we provide you with the
source code.
If you would like a copy of the source code for this
software, please contact via email: info at SideroLabs.com.
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Previously, the audit logs were sent to `kube-apiserver`'s `stdout`, along with
* containerd: 1.6.1
* runc: 1.1.0
Talos is built with Go 1.17.7
Talos is built with Go 1.17.8
"""

[notes.wipe]
Expand Down

0 comments on commit 0aa23cb

Please sign in to comment.