Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/siderolabs/go-blockdevice v0.4.8 -> v2.0.16 age adoption passing confidence

Release Notes

siderolabs/go-blockdevice (github.com/siderolabs/go-blockdevice)

v2.0.16

Compare Source

go-blockdevice 2.0.16 (2025-02-25)

Welcome to the v2.0.16 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
39 commits

  • 0669ff8 fix: detect transport for xvda devices
  • d55893a fix: partition allocation index
  • c9a7c0b fix: device transport detection
  • adc5c52 fix: wipe (P)MBR with GPT
  • a749230 fix: bring block device uuid back
  • a07f540 fix: revert setting first usable LBA to 1024
  • b6d0510 fix: allow sector size override when probing a file
  • 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.15
1 commit

  • 0669ff8 fix: detect transport for xvda devices

Dependency Changes

This release has no dependency changes

v2.0.15

Compare Source

go-blockdevice 2.0.15 (2025-02-14)

Welcome to the v2.0.15 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
38 commits

  • d55893a fix: partition allocation index
  • c9a7c0b fix: device transport detection
  • adc5c52 fix: wipe (P)MBR with GPT
  • a749230 fix: bring block device uuid back
  • a07f540 fix: revert setting first usable LBA to 1024
  • b6d0510 fix: allow sector size override when probing a file
  • 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.14
1 commit

  • d55893a fix: partition allocation index

Dependency Changes

This release has no dependency changes

v2.0.14

Compare Source

go-blockdevice 2.0.14 (2025-02-12)

Welcome to the v2.0.14 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
37 commits

  • c9a7c0b fix: device transport detection
  • adc5c52 fix: wipe (P)MBR with GPT
  • a749230 fix: bring block device uuid back
  • a07f540 fix: revert setting first usable LBA to 1024
  • b6d0510 fix: allow sector size override when probing a file
  • 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.13
2 commits

  • c9a7c0b fix: device transport detection
  • adc5c52 fix: wipe (P)MBR with GPT

Dependency Changes

This release has no dependency changes

v2.0.13

Compare Source

go-blockdevice 2.0.13 (2025-01-22)

Welcome to the v2.0.13 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
35 commits

  • a749230 fix: bring block device uuid back
  • a07f540 fix: revert setting first usable LBA to 1024
  • b6d0510 fix: allow sector size override when probing a file
  • 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.12
1 commit

  • a749230 fix: bring block device uuid back

Dependency Changes

This release has no dependency changes

v2.0.12

Compare Source

go-blockdevice 2.0.12 (2025-01-22)

Welcome to the v2.0.12 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
34 commits

  • a07f540 fix: revert setting first usable LBA to 1024
  • b6d0510 fix: allow sector size override when probing a file
  • 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.11
2 commits

  • a07f540 fix: revert setting first usable LBA to 1024
  • b6d0510 fix: allow sector size override when probing a file

Dependency Changes

This release has no dependency changes

v2.0.11

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-go-packages branch 2 times, most recently from 8e9c52d to ef32444 Compare September 2, 2024 12:15
@renovate renovate bot force-pushed the renovate/major-go-packages branch 3 times, most recently from 8108220 to d6148ef Compare September 16, 2024 17:43
@renovate renovate bot force-pushed the renovate/major-go-packages branch 2 times, most recently from fc629d6 to e8bd38e Compare September 24, 2024 11:08
@renovate renovate bot force-pushed the renovate/major-go-packages branch from e8bd38e to 5d013bd Compare October 5, 2024 05:45
@renovate renovate bot force-pushed the renovate/major-go-packages branch 6 times, most recently from dc2ee26 to b83475d Compare October 21, 2024 15:45
@renovate renovate bot force-pushed the renovate/major-go-packages branch 2 times, most recently from 6d7f979 to ec601a4 Compare November 16, 2024 08:14
@renovate renovate bot force-pushed the renovate/major-go-packages branch from ec601a4 to 3c0468b Compare November 22, 2024 23:53
@renovate renovate bot force-pushed the renovate/major-go-packages branch from 3c0468b to 5b68017 Compare December 9, 2024 08:29
@renovate renovate bot changed the title chore: update module github.com/siderolabs/go-blockdevice to v2 chore: update go packages (major) Dec 9, 2024
@renovate renovate bot changed the title chore: update go packages (major) chore: update module github.com/siderolabs/go-blockdevice to v2 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/major-go-packages branch 2 times, most recently from bb2bff9 to 2563872 Compare December 18, 2024 13:12
@renovate renovate bot force-pushed the renovate/major-go-packages branch from 2563872 to 4538c1c Compare December 25, 2024 12:00
@renovate renovate bot force-pushed the renovate/major-go-packages branch 3 times, most recently from f8c3de5 to ef12c29 Compare January 13, 2025 15:57
@renovate renovate bot force-pushed the renovate/major-go-packages branch 4 times, most recently from 2b6e58a to 5e419f0 Compare January 23, 2025 15:49
@renovate renovate bot force-pushed the renovate/major-go-packages branch 2 times, most recently from 419c80e to a0dbffa Compare February 15, 2025 03:42
@renovate renovate bot force-pushed the renovate/major-go-packages branch from a0dbffa to 04ba61b Compare February 27, 2025 03:57
@renovate renovate bot force-pushed the renovate/major-go-packages branch from 04ba61b to d0ab0df Compare April 16, 2025 15:49
@renovate renovate bot changed the title chore: update module github.com/siderolabs/go-blockdevice to v2 chore: update go packages (major) Apr 16, 2025
@renovate renovate bot force-pushed the renovate/major-go-packages branch from d0ab0df to 843b3ee Compare April 18, 2025 16:42
@renovate renovate bot changed the title chore: update go packages (major) chore: update module github.com/siderolabs/go-blockdevice to v2 Apr 27, 2025
@renovate renovate bot force-pushed the renovate/major-go-packages branch from 843b3ee to 85583f6 Compare May 1, 2025 08:48
@renovate renovate bot force-pushed the renovate/major-go-packages branch 3 times, most recently from ff2ee6a to bf77772 Compare May 14, 2025 12:52
@renovate renovate bot force-pushed the renovate/major-go-packages branch from bf77772 to 96ac55d Compare May 15, 2025 04:18
@renovate renovate bot changed the title chore: update module github.com/siderolabs/go-blockdevice to v2 chore: update module github.com/siderolabs/go-blockdevice to v2 - autoclosed May 19, 2025
@renovate renovate bot closed this May 19, 2025
@renovate renovate bot deleted the renovate/major-go-packages branch May 19, 2025 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant