Releases: appnexus/ankh
Ankh v2.0.0-beta.2
- Add --tag,
tag:
, andtagValueName:
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
Another build of Ankh 2.0 beta
Ankh v2.0.0-beta
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
Ankh v1.0.0-beta.6
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
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
Add lint command, add the ability to override current-context
from the command line via --context
Ankh v1.0.0-beta.3
Add "explain" feature, reorganize code base to be more idomatic go.
Ankh v1.0.0-beta.2
Bugfix: do not run bootstrap scripts when running ankh template
Ankh v1.0.0-beta
First beta release of Ankh. Features and YAML schemas should now be considered stable.