Skip to content

v0.7.7

Choose a tag to compare

@vvoytovych vvoytovych released this 21 Sep 19:32
53bf7d3

Deleting a record set now removes the ownership comments PowerDNS leaves behind, and a release no longer publishes its bundle before the image that bundle names.

What's new

  • Comments are cleared when a record set is deleted — every DELETE now travels with a REPLACE that clears the RRset's comments, because the LMDB backend leaves them in place despite the API documenting that a delete removes them. (#171)
  • The kustomize bundle waits for its imagepublish-kustomize-bundles now needs publish-container-image, so a release cannot serve manifests naming an image that does not exist yet. (#170)

No schema changes. Existing resources keep working without any conversion.

Changelog

  • 41a95d6 Merge pull request #170 from datum-cloud/fix/169-order-publish-jobs
  • 53bf7d3 Merge pull request #171 from datum-cloud/fix/delete-leaves-its-comments
  • f7041c9 fix: Publish the kustomize bundle after the image it names
  • 051cb18 fix: Remove an RRset's comments when we delete it