Skip to content

Releases: siderolabs/go-blockdevice

v2.0.11

13 Jan 14:34
v2.0.11
688a58a
Compare
Choose a tag to compare

go-blockdevice 2.0.11 (2025-01-13)

Welcome to the v2.0.11 release of go-blockdevice!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-blockdevice/issues.

Contributors

  • Andrey Smirnov
  • Dmitry Sharshakov
  • Dmitriy Matrenichev

Changes

32 commits

  • 688a58a fix: chain of probe functions
  • a047647 fix: align first GPT partition entry to 1024 sectors
  • 7af9654 fix: many small fixes, mostly around overwrites
  • 57e15ed fix: read device serial like in v1
  • 8853e37 feat: support reading VFAT volume labels
  • af28144 fix: make extfs filesystem detection separate for ext2/3/4
  • 6d3b4b0 feat: implement device wiping by signatures
  • 5bff648 fix: kernel partition sync when overwriting GPT
  • f63c85d feat: add support for checking if device is already open
  • 33f603a fix: correctly process GPT with gaps
  • d39fa20 fix: add context to luks commands
  • 2021ab8 release(v2.0.0): prepare release
  • 08a7802 fix: add support for 'legacy bios bootable' attribute
  • fa9291f feat: bring disk encryption support
  • bc73f6d fix: drop ReadFullAt
  • c34dfb6 fix: don't ignore error on partition delete
  • 41240c1 fix: several fixes for GPT and ZFS
  • 07f736f feat: add support for retry-locking the blockdevice
  • 114af20 feat: add device wipe and partition devname
  • cfdeb03 feat: implement GPT editing
  • 9d8d8e7 chore: add setters for struct fields
  • f4a4030 fix: add runtime.KeepAlive to keep alive descriptors
  • 1a51f16 feat: gather blockdevice information
  • 81b69bf fix: use read full when reading data
  • 3052077 feat: lock the blockdevice in shared mode when probing
  • cf51e33 feat: support detection of squashfs and Talos META
  • da92100 feat: detect ZFS
  • 3265299 feat: detect Linux swap and LVM2
  • 21c66f8 fix: don't probe empty CD drives
  • a5481f5 feat: implement GPT partition discovery
  • 9beb2bd feat: start the blkid work
  • aa55391 chore: start the v2 version of the module

Changes since v2.0.10

1 commit

  • 688a58a fix: chain of probe functions

Dependency Changes

This release has no dependency changes

v2.0.10

09 Jan 15:53
v2.0.10
a047647
Compare
Choose a tag to compare

go-blockdevice 2.0.10 (2025-01-09)

Welcome to the v2.0.10 release of go-blockdevice!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-blockdevice/issues.

Contributors

  • Andrey Smirnov
  • Dmitry Sharshakov
  • Dmitriy Matrenichev

Changes

31 commits

  • a047647 fix: align first GPT partition entry to 1024 sectors
  • 7af9654 fix: many small fixes, mostly around overwrites
  • 57e15ed fix: read device serial like in v1
  • 8853e37 feat: support reading VFAT volume labels
  • af28144 fix: make extfs filesystem detection separate for ext2/3/4
  • 6d3b4b0 feat: implement device wiping by signatures
  • 5bff648 fix: kernel partition sync when overwriting GPT
  • f63c85d feat: add support for checking if device is already open
  • 33f603a fix: correctly process GPT with gaps
  • d39fa20 fix: add context to luks commands
  • 2021ab8 release(v2.0.0): prepare release
  • 08a7802 fix: add support for 'legacy bios bootable' attribute
  • fa9291f feat: bring disk encryption support
  • bc73f6d fix: drop ReadFullAt
  • c34dfb6 fix: don't ignore error on partition delete
  • 41240c1 fix: several fixes for GPT and ZFS
  • 07f736f feat: add support for retry-locking the blockdevice
  • 114af20 feat: add device wipe and partition devname
  • cfdeb03 feat: implement GPT editing
  • 9d8d8e7 chore: add setters for struct fields
  • f4a4030 fix: add runtime.KeepAlive to keep alive descriptors
  • 1a51f16 feat: gather blockdevice information
  • 81b69bf fix: use read full when reading data
  • 3052077 feat: lock the blockdevice in shared mode when probing
  • cf51e33 feat: support detection of squashfs and Talos META
  • da92100 feat: detect ZFS
  • 3265299 feat: detect Linux swap and LVM2
  • 21c66f8 fix: don't probe empty CD drives
  • a5481f5 feat: implement GPT partition discovery
  • 9beb2bd feat: start the blkid work
  • aa55391 chore: start the v2 version of the module

Changes since v2.0.9

1 commit

  • a047647 fix: align first GPT partition entry to 1024 sectors

Dependency Changes

This release has no dependency changes

v2.0.9

25 Dec 11:00
v2.0.9
7af9654
Compare
Choose a tag to compare

go-blockdevice 2.0.9 (2024-12-25)

Welcome to the v2.0.9 release of go-blockdevice!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-blockdevice/issues.

Contributors

  • Andrey Smirnov
  • Dmitry Sharshakov
  • Dmitriy Matrenichev

Changes

30 commits

  • 7af9654 fix: many small fixes, mostly around overwrites
  • 57e15ed fix: read device serial like in v1
  • 8853e37 feat: support reading VFAT volume labels
  • af28144 fix: make extfs filesystem detection separate for ext2/3/4
  • 6d3b4b0 feat: implement device wiping by signatures
  • 5bff648 fix: kernel partition sync when overwriting GPT
  • f63c85d feat: add support for checking if device is already open
  • 33f603a fix: correctly process GPT with gaps
  • d39fa20 fix: add context to luks commands
  • 2021ab8 release(v2.0.0): prepare release
  • 08a7802 fix: add support for 'legacy bios bootable' attribute
  • fa9291f feat: bring disk encryption support
  • bc73f6d fix: drop ReadFullAt
  • c34dfb6 fix: don't ignore error on partition delete
  • 41240c1 fix: several fixes for GPT and ZFS
  • 07f736f feat: add support for retry-locking the blockdevice
  • 114af20 feat: add device wipe and partition devname
  • cfdeb03 feat: implement GPT editing
  • 9d8d8e7 chore: add setters for struct fields
  • f4a4030 fix: add runtime.KeepAlive to keep alive descriptors
  • 1a51f16 feat: gather blockdevice information
  • 81b69bf fix: use read full when reading data
  • 3052077 feat: lock the blockdevice in shared mode when probing
  • cf51e33 feat: support detection of squashfs and Talos META
  • da92100 feat: detect ZFS
  • 3265299 feat: detect Linux swap and LVM2
  • 21c66f8 fix: don't probe empty CD drives
  • a5481f5 feat: implement GPT partition discovery
  • 9beb2bd feat: start the blkid work
  • aa55391 chore: start the v2 version of the module

Changes since v2.0.8

1 commit

  • 7af9654 fix: many small fixes, mostly around overwrites

Dependency Changes

This release has no dependency changes

v2.0.8

18 Dec 10:58
v2.0.8
57e15ed
Compare
Choose a tag to compare

go-blockdevice 2.0.8 (2024-12-18)

Welcome to the v2.0.8 release of go-blockdevice!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-blockdevice/issues.

Contributors

  • Andrey Smirnov
  • Dmitry Sharshakov
  • Dmitriy Matrenichev

Changes

29 commits

  • 57e15ed fix: read device serial like in v1
  • 8853e37 feat: support reading VFAT volume labels
  • af28144 fix: make extfs filesystem detection separate for ext2/3/4
  • 6d3b4b0 feat: implement device wiping by signatures
  • 5bff648 fix: kernel partition sync when overwriting GPT
  • f63c85d feat: add support for checking if device is already open
  • 33f603a fix: correctly process GPT with gaps
  • d39fa20 fix: add context to luks commands
  • 2021ab8 release(v2.0.0): prepare release
  • 08a7802 fix: add support for 'legacy bios bootable' attribute
  • fa9291f feat: bring disk encryption support
  • bc73f6d fix: drop ReadFullAt
  • c34dfb6 fix: don't ignore error on partition delete
  • 41240c1 fix: several fixes for GPT and ZFS
  • 07f736f feat: add support for retry-locking the blockdevice
  • 114af20 feat: add device wipe and partition devname
  • cfdeb03 feat: implement GPT editing
  • 9d8d8e7 chore: add setters for struct fields
  • f4a4030 fix: add runtime.KeepAlive to keep alive descriptors
  • 1a51f16 feat: gather blockdevice information
  • 81b69bf fix: use read full when reading data
  • 3052077 feat: lock the blockdevice in shared mode when probing
  • cf51e33 feat: support detection of squashfs and Talos META
  • da92100 feat: detect ZFS
  • 3265299 feat: detect Linux swap and LVM2
  • 21c66f8 fix: don't probe empty CD drives
  • a5481f5 feat: implement GPT partition discovery
  • 9beb2bd feat: start the blkid work
  • aa55391 chore: start the v2 version of the module

Changes since v2.0.7

1 commit

  • 57e15ed fix: read device serial like in v1

Dependency Changes

This release has no dependency changes

v2.0.7

12 Dec 15:37
v2.0.7
8853e37
Compare
Choose a tag to compare

go-blockdevice 2.0.7 (2024-12-12)

Welcome to the v2.0.7 release of go-blockdevice!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-blockdevice/issues.

Contributors

  • Andrey Smirnov
  • Dmitry Sharshakov
  • Dmitriy Matrenichev

Changes

28 commits

  • 8853e37 feat: support reading VFAT volume labels
  • af28144 fix: make extfs filesystem detection separate for ext2/3/4
  • 6d3b4b0 feat: implement device wiping by signatures
  • 5bff648 fix: kernel partition sync when overwriting GPT
  • f63c85d feat: add support for checking if device is already open
  • 33f603a fix: correctly process GPT with gaps
  • d39fa20 fix: add context to luks commands
  • 2021ab8 release(v2.0.0): prepare release
  • 08a7802 fix: add support for 'legacy bios bootable' attribute
  • fa9291f feat: bring disk encryption support
  • bc73f6d fix: drop ReadFullAt
  • c34dfb6 fix: don't ignore error on partition delete
  • 41240c1 fix: several fixes for GPT and ZFS
  • 07f736f feat: add support for retry-locking the blockdevice
  • 114af20 feat: add device wipe and partition devname
  • cfdeb03 feat: implement GPT editing
  • 9d8d8e7 chore: add setters for struct fields
  • f4a4030 fix: add runtime.KeepAlive to keep alive descriptors
  • 1a51f16 feat: gather blockdevice information
  • 81b69bf fix: use read full when reading data
  • 3052077 feat: lock the blockdevice in shared mode when probing
  • cf51e33 feat: support detection of squashfs and Talos META
  • da92100 feat: detect ZFS
  • 3265299 feat: detect Linux swap and LVM2
  • 21c66f8 fix: don't probe empty CD drives
  • a5481f5 feat: implement GPT partition discovery
  • 9beb2bd feat: start the blkid work
  • aa55391 chore: start the v2 version of the module

Changes since v2.0.6

1 commit

  • 8853e37 feat: support reading VFAT volume labels

Dependency Changes

This release has no dependency changes

v2.0.6

21 Nov 12:18
v2.0.6
af28144
Compare
Choose a tag to compare

go-blockdevice 2.0.6 (2024-11-21)

Welcome to the v2.0.6 release of go-blockdevice!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-blockdevice/issues.

Contributors

  • Andrey Smirnov
  • Dmitry Sharshakov
  • Dmitriy Matrenichev

Changes

27 commits

  • af28144 fix: make extfs filesystem detection separate for ext2/3/4
  • 6d3b4b0 feat: implement device wiping by signatures
  • 5bff648 fix: kernel partition sync when overwriting GPT
  • f63c85d feat: add support for checking if device is already open
  • 33f603a fix: correctly process GPT with gaps
  • d39fa20 fix: add context to luks commands
  • 2021ab8 release(v2.0.0): prepare release
  • 08a7802 fix: add support for 'legacy bios bootable' attribute
  • fa9291f feat: bring disk encryption support
  • bc73f6d fix: drop ReadFullAt
  • c34dfb6 fix: don't ignore error on partition delete
  • 41240c1 fix: several fixes for GPT and ZFS
  • 07f736f feat: add support for retry-locking the blockdevice
  • 114af20 feat: add device wipe and partition devname
  • cfdeb03 feat: implement GPT editing
  • 9d8d8e7 chore: add setters for struct fields
  • f4a4030 fix: add runtime.KeepAlive to keep alive descriptors
  • 1a51f16 feat: gather blockdevice information
  • 81b69bf fix: use read full when reading data
  • 3052077 feat: lock the blockdevice in shared mode when probing
  • cf51e33 feat: support detection of squashfs and Talos META
  • da92100 feat: detect ZFS
  • 3265299 feat: detect Linux swap and LVM2
  • 21c66f8 fix: don't probe empty CD drives
  • a5481f5 feat: implement GPT partition discovery
  • 9beb2bd feat: start the blkid work
  • aa55391 chore: start the v2 version of the module

Changes since v2.0.5

1 commit

  • af28144 fix: make extfs filesystem detection separate for ext2/3/4

Dependency Changes

This release has no dependency changes

v2.0.5

15 Nov 13:18
v2.0.5
6d3b4b0
Compare
Choose a tag to compare

go-blockdevice 2.0.5 (2024-11-15)

Welcome to the v2.0.5 release of go-blockdevice!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-blockdevice/issues.

Contributors

  • Andrey Smirnov
  • Dmitry Sharshakov
  • Dmitriy Matrenichev

Changes

26 commits

  • 6d3b4b0 feat: implement device wiping by signatures
  • 5bff648 fix: kernel partition sync when overwriting GPT
  • f63c85d feat: add support for checking if device is already open
  • 33f603a fix: correctly process GPT with gaps
  • d39fa20 fix: add context to luks commands
  • 2021ab8 release(v2.0.0): prepare release
  • 08a7802 fix: add support for 'legacy bios bootable' attribute
  • fa9291f feat: bring disk encryption support
  • bc73f6d fix: drop ReadFullAt
  • c34dfb6 fix: don't ignore error on partition delete
  • 41240c1 fix: several fixes for GPT and ZFS
  • 07f736f feat: add support for retry-locking the blockdevice
  • 114af20 feat: add device wipe and partition devname
  • cfdeb03 feat: implement GPT editing
  • 9d8d8e7 chore: add setters for struct fields
  • f4a4030 fix: add runtime.KeepAlive to keep alive descriptors
  • 1a51f16 feat: gather blockdevice information
  • 81b69bf fix: use read full when reading data
  • 3052077 feat: lock the blockdevice in shared mode when probing
  • cf51e33 feat: support detection of squashfs and Talos META
  • da92100 feat: detect ZFS
  • 3265299 feat: detect Linux swap and LVM2
  • 21c66f8 fix: don't probe empty CD drives
  • a5481f5 feat: implement GPT partition discovery
  • 9beb2bd feat: start the blkid work
  • aa55391 chore: start the v2 version of the module

Changes since v2.0.4

1 commit

  • 6d3b4b0 feat: implement device wiping by signatures

Dependency Changes

This release has no dependency changes

v2.0.4

13 Nov 14:42
v2.0.4
5bff648
Compare
Choose a tag to compare

go-blockdevice 2.0.4 (2024-11-13)

Welcome to the v2.0.4 release of go-blockdevice!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-blockdevice/issues.

Contributors

  • Andrey Smirnov
  • Dmitry Sharshakov
  • Dmitriy Matrenichev

Changes

25 commits

  • 5bff648 fix: kernel partition sync when overwriting GPT
  • f63c85d feat: add support for checking if device is already open
  • 33f603a fix: correctly process GPT with gaps
  • d39fa20 fix: add context to luks commands
  • 2021ab8 release(v2.0.0): prepare release
  • 08a7802 fix: add support for 'legacy bios bootable' attribute
  • fa9291f feat: bring disk encryption support
  • bc73f6d fix: drop ReadFullAt
  • c34dfb6 fix: don't ignore error on partition delete
  • 41240c1 fix: several fixes for GPT and ZFS
  • 07f736f feat: add support for retry-locking the blockdevice
  • 114af20 feat: add device wipe and partition devname
  • cfdeb03 feat: implement GPT editing
  • 9d8d8e7 chore: add setters for struct fields
  • f4a4030 fix: add runtime.KeepAlive to keep alive descriptors
  • 1a51f16 feat: gather blockdevice information
  • 81b69bf fix: use read full when reading data
  • 3052077 feat: lock the blockdevice in shared mode when probing
  • cf51e33 feat: support detection of squashfs and Talos META
  • da92100 feat: detect ZFS
  • 3265299 feat: detect Linux swap and LVM2
  • 21c66f8 fix: don't probe empty CD drives
  • a5481f5 feat: implement GPT partition discovery
  • 9beb2bd feat: start the blkid work
  • aa55391 chore: start the v2 version of the module

Changes since v2.0.3

1 commit

  • 5bff648 fix: kernel partition sync when overwriting GPT

Dependency Changes

This release has no dependency changes

v2.0.3

13 Nov 14:38
v2.0.3
f63c85d
Compare
Choose a tag to compare

go-blockdevice 2.0.3 (2024-10-04)

Welcome to the v2.0.3 release of go-blockdevice!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-blockdevice/issues.

Contributors

  • Andrey Smirnov
  • Dmitry Sharshakov
  • Dmitriy Matrenichev

Changes

24 commits

  • f63c85d feat: add support for checking if device is already open
  • 33f603a fix: correctly process GPT with gaps
  • d39fa20 fix: add context to luks commands
  • 2021ab8 release(v2.0.0): prepare release
  • 08a7802 fix: add support for 'legacy bios bootable' attribute
  • fa9291f feat: bring disk encryption support
  • bc73f6d fix: drop ReadFullAt
  • c34dfb6 fix: don't ignore error on partition delete
  • 41240c1 fix: several fixes for GPT and ZFS
  • 07f736f feat: add support for retry-locking the blockdevice
  • 114af20 feat: add device wipe and partition devname
  • cfdeb03 feat: implement GPT editing
  • 9d8d8e7 chore: add setters for struct fields
  • f4a4030 fix: add runtime.KeepAlive to keep alive descriptors
  • 1a51f16 feat: gather blockdevice information
  • 81b69bf fix: use read full when reading data
  • 3052077 feat: lock the blockdevice in shared mode when probing
  • cf51e33 feat: support detection of squashfs and Talos META
  • da92100 feat: detect ZFS
  • 3265299 feat: detect Linux swap and LVM2
  • 21c66f8 fix: don't probe empty CD drives
  • a5481f5 feat: implement GPT partition discovery
  • 9beb2bd feat: start the blkid work
  • aa55391 chore: start the v2 version of the module

Changes since v2.0.2

1 commit

  • f63c85d feat: add support for checking if device is already open

Dependency Changes

This release has no dependency changes

v2.0.2

23 Sep 11:01
v2.0.2
33f603a
Compare
Choose a tag to compare

go-blockdevice 2.0.2 (2024-09-23)

Welcome to the v2.0.2 release of go-blockdevice!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-blockdevice/issues.

Contributors

  • Andrey Smirnov
  • Dmitry Sharshakov
  • Dmitriy Matrenichev

Changes

23 commits

  • 33f603a fix: correctly process GPT with gaps
  • d39fa20 fix: add context to luks commands
  • 2021ab8 release(v2.0.0): prepare release
  • 08a7802 fix: add support for 'legacy bios bootable' attribute
  • fa9291f feat: bring disk encryption support
  • bc73f6d fix: drop ReadFullAt
  • c34dfb6 fix: don't ignore error on partition delete
  • 41240c1 fix: several fixes for GPT and ZFS
  • 07f736f feat: add support for retry-locking the blockdevice
  • 114af20 feat: add device wipe and partition devname
  • cfdeb03 feat: implement GPT editing
  • 9d8d8e7 chore: add setters for struct fields
  • f4a4030 fix: add runtime.KeepAlive to keep alive descriptors
  • 1a51f16 feat: gather blockdevice information
  • 81b69bf fix: use read full when reading data
  • 3052077 feat: lock the blockdevice in shared mode when probing
  • cf51e33 feat: support detection of squashfs and Talos META
  • da92100 feat: detect ZFS
  • 3265299 feat: detect Linux swap and LVM2
  • 21c66f8 fix: don't probe empty CD drives
  • a5481f5 feat: implement GPT partition discovery
  • 9beb2bd feat: start the blkid work
  • aa55391 chore: start the v2 version of the module

Changes since v2.0.1

1 commit

  • 33f603a fix: correctly process GPT with gaps

Dependency Changes

This release has no dependency changes