Skip to content

Commit

Permalink
chore: update Talos to 0.11.0-beta.2
Browse files Browse the repository at this point in the history
Looks like `go` doesn't like pseudo-revisions for replaced same-worktree
folders anymore. I think we should start pushing proper tags for
`pkg/machinery/` and ignore them in the CI.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira authored and talos-bot committed Jul 6, 2021
1 parent 1f8f141 commit fd1fae7
Show file tree
Hide file tree
Showing 5 changed files with 343 additions and 325 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MODULE := $(shell head -1 go.mod | cut -d' ' -f2)

ARTIFACTS := _out
TEST_PKGS ?= ./...
TALOS_RELEASE ?= v0.10.3
TALOS_RELEASE ?= v0.11.0-beta.2

TOOLS ?= ghcr.io/talos-systems/tools:v0.5.0
PKGS ?= v0.5.0-8-gb0d9cd2
Expand Down
16 changes: 6 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,31 @@ replace (
)

require (
github.com/evanphx/json-patch v4.9.0+incompatible
github.com/evanphx/json-patch v4.11.0+incompatible
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v0.4.0
github.com/go-logr/zapr v0.2.0 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.13.0
github.com/opencontainers/runtime-spec v1.0.3-0.20200728170252-4d89ac9fbff6 // indirect
github.com/pensando/goipmi v0.0.0-20200303170213-e858ec1cf0b5
github.com/pin/tftp v2.1.1-0.20200117065540-2f79be2dba4e+incompatible
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
github.com/talos-systems/cluster-api-bootstrap-provider-talos v0.2.0
github.com/talos-systems/cluster-api-control-plane-provider-talos v0.1.0
github.com/talos-systems/go-blockdevice v0.2.1-0.20210407132431-1d830a25f64f
github.com/talos-systems/go-blockdevice v0.2.1
github.com/talos-systems/go-debug v0.2.0
github.com/talos-systems/go-kmsg v0.1.0
github.com/talos-systems/go-procfs v0.0.0-20210108152626-8cbc42d3dc24
github.com/talos-systems/go-retry v0.3.0
github.com/talos-systems/go-smbios v0.0.0-20210422124317-d3a32bea731a
github.com/talos-systems/net v0.2.1-0.20210212213224-05190541b0fa
github.com/talos-systems/talos/pkg/machinery v0.0.0-20210520203624-828772cec9a3 // v0.10.3
go.uber.org/zap v1.16.0 // indirect
github.com/talos-systems/net v0.3.0
github.com/talos-systems/talos/pkg/machinery v0.0.0-20210701194847-1179d6bafc9d // v0.11.0-beta.2
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
golang.org/x/mod v0.4.0 // indirect
golang.org/x/net v0.0.0-20210505214959-0714010a04ed
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6
golang.org/x/tools v0.0.0-20210101214203-2dba1e4ea05c // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
k8s.io/api v0.19.3
Expand Down
Loading

0 comments on commit fd1fae7

Please sign in to comment.