Skip to content

Commit

Permalink
Merge pull request #1012 from kapicorp/release-0.32.0
Browse files Browse the repository at this point in the history
Release 0.32.0
  • Loading branch information
gburiola authored Jun 1, 2023
2 parents 1a9950d + a46b93a commit 8feafd2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions docs/pages/blog/2023-06-01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
author: Luis Buriola
author_gh_user: gburiola
read_time: 2m
publish_date: 01/06/2023
---

# :kapitan-logo: New **Kapitan** release v0.32.0

The **Kapicorp** team is happy to to announce a new release of **Kapitan**.

This release contains loads of improvements for the past 6 months, the majority of which have been contributions from our community!

Head over our [release page](https://github.com/kapicorp/kapitan/releases/tag/v0.32.0) on GitHub for a full list of features and contributors.

Please help us by visiting our [Sponsor Kapitan](../contribute/sponsor.md) page.
2 changes: 1 addition & 1 deletion kapitan/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""Project description variables."""

PROJECT_NAME = "kapitan"
VERSION = "0.32.0rc0"
VERSION = "0.32.0"
DESCRIPTION = "Generic templated configuration management for Kubernetes, Terraform and other things"
AUTHOR = "Ricardo Amaro"
AUTHOR_EMAIL = "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "base.html" %}

{% block announce %}
<p>New <strong>kapitan</strong> release <a title="v0.31.0" href="/pages/blog/2023-01-16/">v0.31.0</a> now available!</p>
<p>New <strong>kapitan</strong> release <a title="v0.32.0" href="/pages/blog/2023-06-01/">v0.32.0</a> now available!</p>
{% endblock %}


Expand Down Expand Up @@ -29,7 +29,7 @@ <h1>{{ page.title | d(config.site_name, true)}}</h1>
<img src="https://avatars.githubusercontent.com/{{ page.meta.author_gh_user }}" alt="@{{ page.meta.author_gh_user }}">
</p>
<p>
<span>
<span>
<b>{{ page.meta.author }}</b> · <a href="https://github.com/{{ page.meta.author_gh_user }}">@{{ page.meta.author_gh_user }}</a>
</span>
<span>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
]
license = "Apache-2.0"
version = "0.32.0rc0"
version = "0.32.0"
packages = [
{ include = "kapitan" },
{ include = "kapitan/reclass" },
Expand Down

0 comments on commit 8feafd2

Please sign in to comment.