Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Releases: appnexus/ankh

Ankh v2.0.0-beta.2

10 Jan 23:33
dcb9e5c
Compare
Choose a tag to compare
Ankh v2.0.0-beta.2 Pre-release
Pre-release
  • Add --tag, tag:, and tagValueName: for setting tag on single charts.
  • Add fzf support over promptui when available
  • Fix a bug where path: was always ignored
  • Added namespace prompts
  • Added chart prompts
  • etc

Ankh v2.0.0-beta.1

29 Dec 19:03
88eca37
Compare
Choose a tag to compare
Ankh v2.0.0-beta.1 Pre-release
Pre-release

Another build of Ankh 2.0 beta

Ankh v2.0.0-beta

20 Nov 01:29
75d677e
Compare
Choose a tag to compare
Ankh v2.0.0-beta Pre-release
Pre-release

A few new features, and some breaking changes:

  • Add ankh-releases.yaml for release-specific configuration, with regex keys, which should help reduce global configuration bloat when per-release configuration is actually required.
  • Make the --chart option more useful
  • Add experimental ankh diff, which is useful with relatively new versions of kubectl
  • Remove supported-resource-profiles and supported-environment-classes for increased flexibility.

v1.0.0

22 May 20:57
680e496
Compare
Choose a tag to compare

v1.0.0 is nearly identical to v1.0.0-beta.6. The only change is one small bug fix. This version marks the beginning of our commitment to remain semver compliant.

  • [patch] #42 fixed a bug where where helm stderr was getting sent to kubectl apply

Ankh v1.0.0-beta.6

02 May 02:32
Compare
Choose a tag to compare

Add --namespace argument to override the namespace passed to kubectl.

Support local chart directories with --chart that need not be present in any charts array in an ankh file. This makes local, iterative development easier when charts are not present in the same repo as ankh.yaml, or no ankh.yaml is used at all.

Change the behavior of --set to set straight up global values in .Values instead of appending global to enfoce .Values.global. This makes the behavior a bit more dangerous, but useful when using --chart.

Ankh v1.0.0-beta.5

13 Apr 22:53
3cea80e
Compare
Choose a tag to compare

Rename environment to environment-class, rename supported-environments to supported-environment-classes. Temporarily support both names.

Add the environment concept, which is a group of contexts over which operations apply.

Add the ability to read configuration from remote sources, such as http.

Ankh v1.0.0-beta.4

29 Mar 16:44
Compare
Choose a tag to compare

Add lint command, add the ability to override current-context from the command line via --context

Ankh v1.0.0-beta.3

05 Mar 21:46
Compare
Choose a tag to compare

Add "explain" feature, reorganize code base to be more idomatic go.

Ankh v1.0.0-beta.2

09 Feb 18:31
Compare
Choose a tag to compare

Bugfix: do not run bootstrap scripts when running ankh template

Ankh v1.0.0-beta

08 Feb 23:57
Compare
Choose a tag to compare

First beta release of Ankh. Features and YAML schemas should now be considered stable.