Skip to content

Releases: pusher/quack

v0.3.4 - Set default ignore paths

02 Jul 16:37
e808ee4
Compare
Choose a tag to compare
  • Ignore kubectl last applied annotation by default: #16
  • Updated build process using Prow: #15 and #17

V0.3.3 - Remove ignored paths

03 Apr 10:29
045d0bc
Compare
Choose a tag to compare

#13 and #14

  • Fixes a bug where ignored paths were being templated, which doesn't work well when the ignored paths contain template placeholders themselves (such as last-applied annotations).

V0.3.1 - Check for status before removing it

28 Nov 15:01
190efe7
Compare
Choose a tag to compare

#11

  • Fixes a bug introduced in #10 that would mean that any resource not already containing a status field would cause an Internal Server Error and be rejected

V0.3.0 - Ignore Status fields

26 Nov 16:59
d59f7af
Compare
Choose a tag to compare

#9 + #10

  • IMPORTANT: Ignore templating of any field in status within any object. If you have previously been placing templating in fields under status, this will no longer work.

V0.2.2 - Configure ignored paths

06 Nov 16:12
588375a
Compare
Choose a tag to compare

#8

  • Add --ignore-path flag to allow users to ignore patches for certain paths within documents

V0.2.1 - Fix annotation processing

27 Sep 12:58
a9281a7
Compare
Choose a tag to compare

#7

  • Fix a bug in which Quack would remove annotations from objects being processed
  • Only remove Quack annotations before templating
  • Ignore any patch operation that tries to remove a Quack annotation

v0.2.0 - Custom Delimiters

07 Sep 14:56
a152bd1
Compare
Choose a tag to compare

Adds customisable delimiters (#5) on a per template basis.

If {{ and }} form part of the syntax of the object being templated, you can now override this using annotations on the Kubernetes object, see ReadMe for more

V0.1.0 - Initial Release (POC)

12 Mar 10:12
6420425
Compare
Choose a tag to compare

This is currently a proof of concept in use by the infrastructure team for in-cluster templating of Kubernetes Resources.

Docker image: quay.io/pusher/quack:v0.1.0