10000 Releases · NLnetLabs/ploutos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: NLnetLabs/ploutos

v7.4.0

10000 21 May 12:13
e461e6f
Compare
Choose a tag to compare

This release contains the following changes:

  • Support DEB and RPM testing related configuration at the per-test level config as well as at the top level workflow inputs, which enables it to vary per test scenario.
  • Upgrade cargo-generate-rpm from v0.10.2 to v0.16.1 to gain support for the %posttrans scriptlet. This scriptlet is needed when installing a package that obsoletes an existing installed package in order to be able to perform actions after the uninstallation of the obsoleted package has completed. This is because the %postinst scriptlet runs before uninstallation of the obsoleted package and so is unable to act late enough.
  • Add a rpm_yum_extra_args configuration key for use during package testing to do pass additional arguments to yum install which is needed to install a to-be-obsoleted package from a preconfigured-but-disabled-by-default repo (which is the case with ldns-utils in Rocky Linux (in RL 8 it is in the powertools repo and in RL 9 it is in the crb repo).
  • Internal: Fix a typo: CONFIFILE_LIST_FILE -> CONFFILE_LIST_FILE.

v7.3.7

06 Dec 11:30
8197f8f
Compare
Choose a tag to compare

This patch release contains the following backward compatible changes: *1

  • Remove support for Ubuntu 16.04 LTS (Xenial Xerus) (#127) due to the GLIBC in this older O/S being incompatible with Node 20 now required by GitHub Actions to run actions on this systems.

[1]: Workflows using Ploutos will succeed without changes using this release, but packages for the discontinued O/S will no longer be built.

v7.3.6

06 Dec 08:52
2288e8b
Compare
Choose a tag to compare

This patch release contains the following backward compatible changes: *1

  • Remove support for Ubuntu 18.04 LTS (Bionic Beaver) and Debian 9 (Stretch) (#125) due to the GLIBC in these older O/S's being incompatible with Node 20 now required by GitHub Actions to run actions on those systems.

[1]: Workflows using Ploutos will succeed without changes using this release, but packages for the discontinued O/S's will no longer be built.

v7.3.5

21 Nov 16:09
Compare
Choose a tag to compare

This patch release contains the following backward compatible changes:

  • Update upload-artifact and download-artifact to a v4-compatible version, as v3 is getting deprecated in December 2024 (#124, resolves #119)

v7.3.4

28 Oct 14:26
d54ff20
Compare
Choose a tag to compare

This patch release contains the following backward compatible changes:

  • Remove support for testing on Ubuntu Xenial 16.04 (resolves #116)

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).
0