From efbcd41e9305c18dd83beccbf023a37a5c3ed472 Mon Sep 17 00:00:00 2001 From: Sheldon Hull Date: Thu, 18 Jan 2024 16:33:41 +0100 Subject: [PATCH] chore: bump dependencies and version --- CHANGELOG.md | 7 +++++++ charts/dsv-k8s-controller/Chart.yaml | 2 +- charts/dsv-k8s-sidecar/Chart.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0effcf58..73e3db9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v1.0.2 - 2024-01-18 + +### ⬆️ Dependencies + +- Bump dependencies. + Migrate to public maintained jwt repo since original was deleted from github. + ## v1.0.1 - 2023-08-09 ### 📘 Docs diff --git a/charts/dsv-k8s-controller/Chart.yaml b/charts/dsv-k8s-controller/Chart.yaml index 4641a880..8f0c6425 100644 --- a/charts/dsv-k8s-controller/Chart.yaml +++ b/charts/dsv-k8s-controller/Chart.yaml @@ -30,7 +30,7 @@ keywords: - vault type: application # WARNING: Version should be bumped by changie, not manually. -version: v1.0.1 +version: v1.0.2 appVersion: latest maintainers: - name: Delinea DSV Team diff --git a/charts/dsv-k8s-sidecar/Chart.yaml b/charts/dsv-k8s-sidecar/Chart.yaml index 05e628fd..7a5e0dfe 100644 --- a/charts/dsv-k8s-sidecar/Chart.yaml +++ b/charts/dsv-k8s-sidecar/Chart.yaml @@ -29,7 +29,7 @@ keywords: - vault type: application # WARNING: Version should be bumped by changie, not manually. -version: v1.0.1 +version: v1.0.2 appVersion: latest maintainers: - name: Delinea DSV Team