Skip to content

Commit

Permalink
release(v1.1.0-alpha.0): prepare release
Browse files Browse the repository at this point in the history
This is the official v1.1.0-alpha.0 release.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Apr 1, 2022
1 parent 2ca5279 commit 25d1913
Show file tree
Hide file tree
Showing 8 changed files with 224 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ policies:
- talosctl
- kernel
- security
- ^v1.0
- ^v1.1
- type: license
spec:
skipPaths:
Expand Down
216 changes: 216 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

Binary file modified api/api.descriptors
Binary file not shown.
4 changes: 2 additions & 2 deletions api/machine/machine.proto
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ message ApplyConfigurationRequest {
bytes data = 1;
// replaced by mode
bool on_reboot = 2 [
(common.remove_deprecated_field) = "v1.1",
(common.remove_deprecated_field) = "v1.2",
deprecated = true
];
// replaced by mode
bool immediate = 3 [
(common.remove_deprecated_field) = "v1.1",
(common.remove_deprecated_field) = "v1.2",
deprecated = true
];
Mode mode = 4;
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ require (
github.com/talos-systems/grpc-proxy v0.3.0
github.com/talos-systems/net v0.3.2
github.com/talos-systems/siderolink v0.1.0
github.com/talos-systems/talos/pkg/machinery v0.15.0-alpha.2
github.com/talos-systems/talos/pkg/machinery v1.1.0-alpha.0
github.com/u-root/u-root v0.8.0
github.com/vishvananda/netlink v1.1.1-0.20211118161826-650dca95af54
github.com/vmware-tanzu/sonobuoy v0.56.3
Expand Down
4 changes: 2 additions & 2 deletions pkg/machinery/api/machine/machine.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.15.0-alpha.2
v1.1.0-alpha.0
2 changes: 1 addition & 1 deletion website/content/v1.1/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ talosctl cluster create [flags]
--bad-rtc launch VM with bad RTC state (QEMU only)
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
--cni-bin-path strings search path for CNI binaries (VM only) (default [/home/user/.talos/cni/bin])
--cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v0.15.0-alpha.2/talosctl-cni-bundle-${ARCH}.tar.gz")
--cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.1.0-alpha.0/talosctl-cni-bundle-${ARCH}.tar.gz")
--cni-cache-dir string CNI cache directory path (VM only) (default "/home/user/.talos/cni/cache")
--cni-conf-dir string CNI config directory path (VM only) (default "/home/user/.talos/cni/conf.d")
--config-patch stringArray patch generated machineconfigs (applied to all node types), use @file to read a patch from file
Expand Down

0 comments on commit 25d1913

Please sign in to comment.