Skip to content

Commit

Permalink
Merge pull request #1139 from kapicorp/update_version
Browse files Browse the repository at this point in the history
Release 0.33.1
  • Loading branch information
MatteoVoges authored Feb 12, 2024
2 parents 8fe5998 + 0a43e8e commit 3c8e7b5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions docs/pages/blog/2024-02-12.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: 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.
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.0"
VERSION = "0.33.1"
DESCRIPTION = "Generic templated configuration management for Kubernetes, Terraform and other things"
AUTHOR = "Ricardo Amaro"
AUTHOR_EMAIL = "ramaro@kapicorp.com"
Expand Down
2 changes: 1 addition & 1 deletion 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.32.0" href="/pages/blog/2023-06-01/">v0.32.0</a> now available!</p>
<p>New <strong>kapitan</strong> release <a title="v0.33.1" href="/pages/blog/2024-02-12/">v0.33.1</a> now available!</p>
{% endblock %}


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.11",
]
license = "Apache-2.0"
version = "0.33.0"
version = "0.33.1"
packages = [
{ include = "kapitan" },
]
Expand Down

0 comments on commit 3c8e7b5

Please sign in to comment.