Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.33.1 #1139

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the main change in this PR.

the latest release shows an incorrect version

$ docker run -t --rm kapicorp/kapitan:0.33.0 --version
0.32.0

DESCRIPTION = "Generic templated configuration management for Kubernetes, Terraform and other things"
AUTHOR = "Ricardo Amaro"
AUTHOR_EMAIL = "[email protected]"
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
Loading