From a2456ea9eeb53d97fd9ab7f2ba52531837b5710f Mon Sep 17 00:00:00 2001 From: Tomoki Sugiura Date: Fri, 10 Jan 2025 09:20:40 +0900 Subject: [PATCH] Bump version to 0.10.0 Signed-off-by: Tomoki Sugiura --- CHANGELOG.md | 7 +++++++ charts/tenet/Chart.yaml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9be5d..30d16cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.10.0] - 2025-01-10 +### Changed +- Make excludeLabels only affects to the same NetworkPolicyAdmissionRule (#46) + +### Added +- Add excludeLabelExpressions (#48) + ## [0.9.0] - 2024-09-11 ### Changed - Remove tenet-manager-admin ClusterRoleBinding (#41) diff --git a/charts/tenet/Chart.yaml b/charts/tenet/Chart.yaml index 95c61a3..eb7b657 100644 --- a/charts/tenet/Chart.yaml +++ b/charts/tenet/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.9.0 +version: 0.10.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.9.0 +appVersion: 0.10.0