diff --git a/Makefile b/Makefile index 1a4b2af3a4..ce03b77d72 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 02b8f01086..3e36b90e24 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 2b3574a7c0..0a2e66d46e 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]