From 685ab8da705ef2e4f32affd308854664cdedff45 Mon Sep 17 00:00:00 2001 From: Matt Conway Date: Fri, 10 Nov 2023 07:44:00 -0500 Subject: [PATCH] bump version --- .app.yml | 2 +- helm/kubetruth/Chart.yaml | 4 ++-- lib/kubetruth/cli.rb | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.app.yml b/.app.yml index d6679f4..8f7694c 100644 --- a/.app.yml +++ b/.app.yml @@ -1,4 +1,4 @@ org: cloudtruth name: kubetruth -version: 1.2.4 +version: 1.2.5 diff --git a/helm/kubetruth/Chart.yaml b/helm/kubetruth/Chart.yaml index 7f3c4ce..dac282a 100644 --- a/helm/kubetruth/Chart.yaml +++ b/helm/kubetruth/Chart.yaml @@ -15,13 +15,13 @@ 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: 1.2.4 +version: 1.2.5 # 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. -appVersion: 1.2.4 +appVersion: 1.2.5 diff --git a/lib/kubetruth/cli.rb b/lib/kubetruth/cli.rb index a0f38eb..25c4c05 100755 --- a/lib/kubetruth/cli.rb +++ b/lib/kubetruth/cli.rb @@ -52,6 +52,7 @@ class CLI < CLIBase def execute super + logger.info "Starting Kubetruth v#{VERSION}" Kubetruth::CtApi.configure(api_key: api_key, api_url: api_url) Kubetruth::KubeApi.configure(namespace: kube_namespace, token: kube_token, api_url: kube_url)