diff --git a/docs/pages/blog/2024-02-12.md b/docs/pages/blog/2024-02-12.md new file mode 100644 index 000000000..e2c533a32 --- /dev/null +++ b/docs/pages/blog/2024-02-12.md @@ -0,0 +1,16 @@ +--- +author: Luis Buriola +author_gh_user: gburiola +read_time: 2m +publish_date: 12/02/2024 +--- + +# :kapitan-logo: New **Kapitan** release v0.33.1 + +The **Kapicorp** team is happy to to announce a new release of **Kapitan**. + +This release contains loads of improvements for the past 8 months, the majority of which have been contributions from our community! + +Head over our [release page](https://github.com/kapicorp/kapitan/releases/tag/v0.33.1) on GitHub for a full list of features and contributors. + +Please help us by visiting our [Sponsor Kapitan](../contribute/sponsor.md) page. diff --git a/kapitan/version.py b/kapitan/version.py index 037407c5f..3eb3930d3 100644 --- a/kapitan/version.py +++ b/kapitan/version.py @@ -8,7 +8,7 @@ """Project description variables.""" PROJECT_NAME = "kapitan" -VERSION = "0.32.0" +VERSION = "0.33.1" DESCRIPTION = "Generic templated configuration management for Kubernetes, Terraform and other things" AUTHOR = "Ricardo Amaro" AUTHOR_EMAIL = "ramaro@kapicorp.com" diff --git a/overrides/main.html b/overrides/main.html index ec77a8f94..17f3a41bf 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block announce %} -

New kapitan release v0.32.0 now available!

+

New kapitan release v0.33.1 now available!

{% endblock %} diff --git a/pyproject.toml b/pyproject.toml index 6c6e577c3..3b62a82f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] license = "Apache-2.0" -version = "0.33.0" +version = "0.33.1" packages = [ { include = "kapitan" }, ]