Skip to content

Releases: mirkolenz/flocken

v2.2.0

09 Jul 07:16
Compare
Choose a tag to compare

2.2.0 (2024-07-09)

Features

  • docker-manifest: apply additional image tags with crane (#51) (e5d4bca)

v2.1.2

01 Jan 10:31
Compare
Choose a tag to compare

2.1.2 (2024-01-01)

Bug Fixes

  • lib: properly construct module paths (f5da985)

v2.1.1

31 Dec 10:25
Compare
Choose a tag to compare

2.1.1 (2023-12-31)

Bug Fixes

  • lib: do not import dirs without default.nix (37aa080)

v2.1.0

18 Dec 19:49
Compare
Choose a tag to compare

2.1.0 (2023-12-18)

Features

  • expose custom lib via attribute and overlay (bef593a)

Bug Fixes

  • properly use lib in docker-manifest (f07517c)

v2.0.4

17 Dec 10:31
Compare
Choose a tag to compare

2.0.4 (2023-12-17)

Bug Fixes

  • remove getExe' backport after 23.11 release (53317fd)

v2.0.3

23 Oct 12:46
Compare
Choose a tag to compare

2.0.3 (2023-10-23)

Bug Fixes

  • backport getExe' from unstable (316eb99)

v2.0.2

23 Oct 09:04
Compare
Choose a tag to compare

2.0.2 (2023-10-23)

Bug Fixes

  • use the same timestamp for all digests (04a72f6)

v2.0.1

23 Oct 08:37
Compare
Choose a tag to compare

2.0.1 (2023-10-23)

Bug Fixes

  • properly handle buildah login with mask (c084b08)

v2.0.0

23 Oct 08:19
Compare
Choose a tag to compare

2.0.0 (2023-10-23)

⚠ BREAKING CHANGES

  • The arguments and the inner logic of mkDockerManifest have been rewritten from scratch. The function now also handles the login to the Docker registries. Instead of providing the name (or names) of an image, you now define them for each registry individually. You can now opt out of all automatically assigned tags. There is a new GitHub integration that fetches most information automatically when run in a GitHub action. Please refer to the documentation for more details about the new arguments.

  • feat!(mkDockerManifest): rewrite logic and args (4c07c14)

Bug Fixes

  • manifest: add tags parameter (9554789)
  • manifest: output result for easier debugging (a63e594)
  • use correct variable naming again (39d96e6)
  • use oci as default manifest format (69a3e12)

v1.1.5

09 Oct 05:52
Compare
Choose a tag to compare

1.1.5 (2023-10-09)

Bug Fixes

  • correctly import majorMinor from lib (fb7d8dd)