From bac3dbffccd8c06192500c381953d5c862417328 Mon Sep 17 00:00:00 2001 From: Ricardo Amaro Date: Thu, 12 Aug 2021 23:05:13 +0100 Subject: [PATCH] update changelog and version (#775) --- CHANGELOG.md | 14 ++++++++++++++ kapitan/version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e40c6c7..70bfecbb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.30.0-rc.0: +- Helm binary support (KAP 09) (#701) special thanks @Jean-Daniel @sebradloff @srueg +- Gojsonnet support (#753) special thanks @pvanderlinden @janeklb +- Fix searchvar not finding vars with false values (#670) thanks @roman8422 +- Adds input params to jinja2 input type (#752) thanks @sebradloff +- Update boto3 and remove urllib3 (#744) +- Add support for application/x-compressed and application/x-compressed-tar dependencies (#731) thanks @jperville +- Relax kadet output type requirement. (#710) thanks @Jean-Daniel +- Fix usage of undefined variable. (#707) thanks @Jean-Daniel +- Bump reclass submodule to latest commit on develop branch (#703) thanks @simu +- Let the logger format the message lazily. (#700) thanks @Jean-Daniel +- Bump httplib2 from 0.18.1 to 0.19.0 (#692) +- Ignore copy file on missing source (#687) thanks @ademariag + ## 0.29.5: - Note for jsonnet on arm. Skip import if not used (#663) - Fix error for null inventory path in kadet (#664) diff --git a/kapitan/version.py b/kapitan/version.py index 14e085f68..c55e7a7d9 100644 --- a/kapitan/version.py +++ b/kapitan/version.py @@ -8,7 +8,7 @@ """Project description variables.""" PROJECT_NAME = "kapitan" -VERSION = "0.30.0a1" +VERSION = "0.30.0rc0" DESCRIPTION = "Generic templated configuration management for Kubernetes, Terraform and other things" AUTHOR = "Ricardo Amaro" AUTHOR_EMAIL = "ramaro@kapicorp.com"