Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

feat: bump Go to 1.15.4#3

Merged
talos-bot merged 1 commit intosiderolabs:masterfrom
smira:go-1.15.4
Nov 9, 2020
Merged

feat: bump Go to 1.15.4#3
talos-bot merged 1 commit intosiderolabs:masterfrom
smira:go-1.15.4

Conversation

@smira
Copy link
Copy Markdown
Member

@smira smira commented Nov 9, 2020

See:

* siderolabs/pkgs#185
* siderolabs/tools#111

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
@smira
Copy link
Copy Markdown
Member Author

smira commented Nov 9, 2020

/approve

@smira
Copy link
Copy Markdown
Member Author

smira commented Nov 9, 2020

/lgtm

@talos-bot talos-bot merged commit 709d580 into siderolabs:master Nov 9, 2020
smira added a commit to smira/talos that referenced this pull request Nov 9, 2020
See:

* siderolabs/pkgs#185
* siderolabs/tools#111
* siderolabs/extras#3

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
talos-bot pushed a commit to siderolabs/talos that referenced this pull request Nov 9, 2020
See:

* siderolabs/pkgs#185
* siderolabs/tools#111
* siderolabs/extras#3

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
smira pushed a commit to smira/talos that referenced this pull request Nov 10, 2020
This backports PRs siderolabs#2733 siderolabs#2738 siderolabs#2745 siderolabs#2747

fix: update packages

Brings in the R8169 driver.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
(cherry picked from commit 4d9555a)

chore: bump Go to 1.15.4

See:

* siderolabs/pkgs#185
* siderolabs/tools#111
* siderolabs/extras#3

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
(cherry picked from commit 5fca20e)

fix: remove 'token creds' from maintenance service

This fixes the reverse Go dependency from `pkg/machinery` to `talos`
package.

Add a check to `Dockerfile` to prevent `pkg/machinery/go.mod` getting
out of sync, this should prevent problems in the future.

Fix potential security issue in `token` authorizer to deny requests
without grpc metadata.

In provisioner, add support for launching nodes without the config
(config is not delivered to the provisioned nodes).

Breaking change in `pkg/provision`: now `NodeRequest.Type` should be set
to the node type (as config can be missing now).

In `talosctl cluster create` add a flag to skip providing config to the
nodes so that they enter maintenance mode, while the generated configs
are written down to disk (so they can be tweaked and applied easily).

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
(cherry picked from commit b2b86a6)

chore: bump version of `x/net` module

Fixes siderolabs#2746

This should cover the `x/net/http2` fixes which were backported in Go
1.15.4.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
(cherry picked from commit 4c42e22)
smira pushed a commit to smira/talos that referenced this pull request Nov 10, 2020
This backports PRs siderolabs#2733 siderolabs#2738 siderolabs#2745 siderolabs#2747

fix: update packages

Brings in the R8169 driver.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
(cherry picked from commit 4d9555a)

chore: bump Go to 1.15.4

See:

* siderolabs/pkgs#185
* siderolabs/tools#111
* siderolabs/extras#3

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
(cherry picked from commit 5fca20e)

fix: remove 'token creds' from maintenance service

This fixes the reverse Go dependency from `pkg/machinery` to `talos`
package.

Add a check to `Dockerfile` to prevent `pkg/machinery/go.mod` getting
out of sync, this should prevent problems in the future.

Fix potential security issue in `token` authorizer to deny requests
without grpc metadata.

In provisioner, add support for launching nodes without the config
(config is not delivered to the provisioned nodes).

Breaking change in `pkg/provision`: now `NodeRequest.Type` should be set
to the node type (as config can be missing now).

In `talosctl cluster create` add a flag to skip providing config to the
nodes so that they enter maintenance mode, while the generated configs
are written down to disk (so they can be tweaked and applied easily).

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
(cherry picked from commit b2b86a6)

chore: bump version of `x/net` module

Fixes siderolabs#2746

This should cover the `x/net/http2` fixes which were backported in Go
1.15.4.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
(cherry picked from commit 4c42e22)
talos-bot pushed a commit to siderolabs/talos that referenced this pull request Nov 10, 2020
This backports PRs #2733 #2738 #2745 #2747

fix: update packages

Brings in the R8169 driver.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
(cherry picked from commit 4d9555a)

chore: bump Go to 1.15.4

See:

* siderolabs/pkgs#185
* siderolabs/tools#111
* siderolabs/extras#3

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
(cherry picked from commit 5fca20e)

fix: remove 'token creds' from maintenance service

This fixes the reverse Go dependency from `pkg/machinery` to `talos`
package.

Add a check to `Dockerfile` to prevent `pkg/machinery/go.mod` getting
out of sync, this should prevent problems in the future.

Fix potential security issue in `token` authorizer to deny requests
without grpc metadata.

In provisioner, add support for launching nodes without the config
(config is not delivered to the provisioned nodes).

Breaking change in `pkg/provision`: now `NodeRequest.Type` should be set
to the node type (as config can be missing now).

In `talosctl cluster create` add a flag to skip providing config to the
nodes so that they enter maintenance mode, while the generated configs
are written down to disk (so they can be tweaked and applied easily).

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
(cherry picked from commit b2b86a6)

chore: bump version of `x/net` module

Fixes #2746

This should cover the `x/net/http2` fixes which were backported in Go
1.15.4.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
(cherry picked from commit 4c42e22)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants