From 0aa23cb3271d9ee852a6ba607a9efa28d24f35b3 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 4 Mar 2022 19:15:11 +0300 Subject: [PATCH] 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 --- Makefile | 6 +++--- README.md | 6 ++++++ hack/release.toml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1a4b2af3a..ce03b77d7 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 02b8f0108..3e36b90e2 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,9 @@ See [Contributing](CONTRIBUTING.md) for our guidelines. GitHub + +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. diff --git a/hack/release.toml b/hack/release.toml index 2b3574a7c..0a2e66d46 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -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]