Skip to content

Releases: NLnetLabs/ploutos

v7.3.3

24 Sep 08:58
067d4c6
Compare
Choose a tag to compare

This patch release contains the following backward compatible changes:

  • Remove support for testing on Ubuntu Bionic 18.04 (resolves #114)

v7.3.2

25 Jul 09:37
eb704d8
Compare
Choose a tag to compare

This patch release contains the following backward compatible changes:

Note: if there is a need it might be possible to revive the CentOS 7 builds by switching to the vault repositories (as described here). Please create an issue if you need this.

v7.3.1

04 May 19:18
da3ce05
Compare
Choose a tag to compare

This patch release contains the following backward compatible changes:

  • Migrate from LXC/LXD to Incus (LXC/LXD fork) (fixes #108).

v7.3.0

18 Jan 11:58
739e8b3
Compare
Choose a tag to compare

This release contains the following changes:

  • Expose optional extra_cargo_deb_args arg for package_build_rules (#100)

v7.2.5

03 Jan 09:15
998d169
Compare
Choose a tag to compare

This bug fix release contains the following changes:

  • FIX: rpmlint: command not found (#98).

v7.2.4

28 Nov 09:23
3a461d0
Compare
Choose a tag to compare

This minor release contains the following changes:

  • Bump actions/github-script from 6 to 7 (#93)
  • Bump docker/setup-qemu-action from 2 to 3 (#94)

v7.2.3

27 Nov 12:00
5f5565a
Compare
Choose a tag to compare

This bug fix release contains the following changes:

  • FIX: AttributeError: module 'tarfile' has no attribute xxx (#90)

  • Bump docker/setup-buildx-action from 2 to 3 (#87)

  • Bump docker/login-action from 2 to 3 (#86)

  • Bump docker/build-push-action from 4 to 5 (#85)

  • Bump docker/metadata-action from 4 to 5 (#84)

v7.2.2

13 Jul 11:00
912cbc7
Compare
Choose a tag to compare

This release contains the following changes:

  • Revert the Buster test exclusion now that the LXC project appears to have fixed their broken images.

v7.2.1

12 Jul 08:44
c6fde49
Compare
Choose a tag to compare

This release contains the following changes:

  • Wait at most (approximately) 60 seconds for cloud-init to complete in the pkg-test phase, instead of looping forever. (fixes #77)
  • Exclude Debian Buster from testing until the cloud-init issue is resolved. (fixes #78)

v7.1.1

01 May 11:30
55204be
Compare
Choose a tag to compare

This bug fix release contains the following changes:

  • Use ubuntu-22.04 as the GitHub host runner O/S version for all jobs instead of ubuntu-latest for reproducible behaviour (otherwise when ubuntu-latest is updated to point to a newer O/S release something could break) (part of #50).
  • Work around error 'The image used by this instance requires a CGroupV1 host system' when testing packages on CentOS 7 or Ubuntu Xenial, introduced in v7.1.0, that happens when using LXD on an ubuntu-22.04 host, by forcing the use of an ubuntu-20.04 host instead (part of #50).