Skip to content

Commit

Permalink
chore: update eudev
Browse files Browse the repository at this point in the history
Update eudev

Ref: siderolabs/pkgs#443

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Apr 7, 2022
1 parent 0cb84e8 commit a6eebee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0-alpha.0-1-g99be089
PKGS ?= v1.1.0-alpha.0-19-g6691342
PKGS ?= v1.1.0-alpha.0-20-g415020f
EXTRAS ?= v1.1.0-alpha.0
GO_VERSION ?= 1.17
GOIMPORTS_VERSION ?= v0.1.10
Expand Down
7 changes: 7 additions & 0 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ preface = """\
* Kubernetes: 1.24.0-beta.0
* Flannel: 0.17.0
* runc: 1.1.1
"""

[notes.eudev]
title = "drop some default rules shipped by eudev"
description = """\
Drops some default eudev rules that doesn't make sense in the context of Talos OS.
Especially the ones around sound devices, cd-roms and renaming the network interfaces to be predictable
"""

[notes.sbc]
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.0-alpha.0-19-g6691342
v1.1.0-alpha.0-20-g415020f

0 comments on commit a6eebee

Please sign in to comment.