feat: update pkgs to 1.0 versions, Go 1.17.8

Fixes #5080

This updates all package dependencies to 1.0 versions.

Add a GPL note to README.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov 2022-03-04 19:15:11 +03:00
parent dc8e9ed4a5
commit 0aa23cb327
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD
3 changed files with 10 additions and 4 deletions

View File

@ -12,9 +12,9 @@ DOCKER_LOGIN_ENABLED ?= true
NAME = Talos NAME = Talos
ARTIFACTS := _out ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.10.0-alpha.0-5-g8197edb TOOLS ?= ghcr.io/talos-systems/tools:v1.0.0-1-g4c77d96
PKGS ?= v0.10.0-alpha.0-35-g325439e PKGS ?= v1.0.0
EXTRAS ?= v0.8.0-alpha.0-4-g9238bc7 EXTRAS ?= v1.0.0
GO_VERSION ?= 1.17 GO_VERSION ?= 1.17
GOFUMPT_VERSION ?= v0.1.1 GOFUMPT_VERSION ?= v0.1.1
GOLANGCILINT_VERSION ?= v1.43.0 GOLANGCILINT_VERSION ?= v1.43.0

View File

@ -62,3 +62,9 @@ See [Contributing](CONTRIBUTING.md) for our guidelines.
<a href="https://github.com/talos-systems/talos/blob/master/LICENSE"> <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"> <img alt="GitHub" src="https://img.shields.io/github/license/talos-systems/talos?style=flat-square">
</a> </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.

View File

@ -73,7 +73,7 @@ Previously, the audit logs were sent to `kube-apiserver`'s `stdout`, along with
* containerd: 1.6.1 * containerd: 1.6.1
* runc: 1.1.0 * runc: 1.1.0
Talos is built with Go 1.17.7 Talos is built with Go 1.17.8
""" """
[notes.wipe] [notes.wipe]