diff --git a/CHANGELOG.md b/CHANGELOG.md index c2bdd16..c3c378a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. *** +## [v0.1.18] - 2024-12-16 + +- Updated API version to 0.1.18 +- Updated UI version to 0.1.17 + ## [v0.1.15] - 2024-08-19 - Added secret override feature diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 31279da..6e531ce 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -25,10 +25,10 @@ annotations: # 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.1.17 +version: 0.1.18 # 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.1.15" +appVersion: "0.1.16" diff --git a/chart/README.md b/chart/README.md index 42e54b6..f1a3283 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # vui -![Version: 0.1.17](https://img.shields.io/badge/Version-0.1.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.15](https://img.shields.io/badge/AppVersion-0.1.15-informational?style=flat-square) +![Version: 0.1.18](https://img.shields.io/badge/Version-0.1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.16](https://img.shields.io/badge/AppVersion-0.1.16-informational?style=flat-square) Velero User Interface: a friendly UI and dashboard for Velero @@ -27,7 +27,7 @@ Velero User Interface: a friendly UI and dashboard for Velero | api.apiServer.affinity | object | `{}` | Operator affinity | | api.apiServer.image.registry | string | `"docker.io"` | Image Registry | | api.apiServer.image.repository | string | `"dserio83/velero-api"` | Image Repository | -| api.apiServer.image.tag | string | `"0.1.18"` | Image Tag | +| api.apiServer.image.tag | string | `"0.1.19"` | Image Tag | | api.apiServer.imagePullPolicy | string | `"IfNotPresent"` | | | api.apiServer.nodeSelector | object | `{}` | Operator nodeSelector | | api.apiServer.podSecurityContext | object | `{"enabled":false,"seccompProfile":{"type":"RuntimeDefault"}}` | SecurityContext for Pod | @@ -99,7 +99,7 @@ Velero User Interface: a friendly UI and dashboard for Velero | ui.webServer.affinity | object | `{}` | Operator affinity | | ui.webServer.image.registry | string | `"docker.io"` | Image Registry | | ui.webServer.image.repository | string | `"dserio83/velero-ui"` | Image Repository | -| ui.webServer.image.tag | string | `"0.1.17"` | Image Tag | +| ui.webServer.image.tag | string | `"0.1.18"` | Image Tag | | ui.webServer.imagePullPolicy | string | `"IfNotPresent"` | Image pull policy | | ui.webServer.nodeSelector | object | `{}` | Operator nodeSelector | | ui.webServer.podSecurityContext | object | `{"enabled":false,"seccompProfile":{"type":"RuntimeDefault"}}` | SecurityContext for Pod | diff --git a/chart/values.yaml b/chart/values.yaml index 23627f4..59f9e05 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -22,7 +22,7 @@ api: # -- Image Repository repository: dserio83/velero-api # -- Image Tag - tag: 0.1.18 + tag: 0.1.19 imagePullPolicy: IfNotPresent # -- SecurityContext for Pod podSecurityContext: @@ -164,7 +164,7 @@ ui: # -- Image Repository repository: dserio83/velero-ui # -- Image Tag - tag: 0.1.17 + tag: 0.1.18 # -- Image pull policy imagePullPolicy: IfNotPresent # -- SecurityContext for Pod diff --git a/components.txt b/components.txt index bf59f2f..b6a876e 100644 --- a/components.txt +++ b/components.txt @@ -2,6 +2,7 @@ | version | appVersion | api | ui | watchdog | |------------|---------------|--------|--------|-----------| +| 0.1.18 | 0.1.16 | 0.1.19 | 0.1.18 | 0.1.6 | | 0.1.17 | 0.1.15 | 0.1.18 | 0.1.17 | 0.1.6 | | 0.1.16 | 0.1.14 | 0.1.18 | 0.1.16 | 0.1.6 | | 0.1.15 | 0.1.14 | 0.1.18 | 0.1.16 | 0.1.6 | diff --git a/docs/index.yaml b/docs/index.yaml index 65210e9..d905292 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,11 +1,40 @@ apiVersion: v1 entries: vui: + - annotations: + contributors: https://github.com/seriohub/velero-helm/contributors + apiVersion: v2 + appVersion: 0.1.16 + created: "2024-12-16T00:21:58.329944094+01:00" + description: 'Velero User Interface: a friendly UI and dashboard for Velero' + digest: 517e2739829a1baf41f495098854f129d164a32816f027ef8bde76f87cc6ba0e + home: https://github.com/seriohub/velero-ui + keywords: + - kubernetes + - velero + - ui + - gui + - dashboard + maintainers: + - name: Davide Serio + url: https://github.com/davideserio + - name: Luciano Serio + url: https://github.com/lucianoserio + name: vui + sources: + - https://github.com/seriohub/velero-ui + - https://github.com/seriohub/velero-api + - https://github.com/seriohub/velero-watchdog + - https://github.com/seriohub/velero-helm + type: application + urls: + - https://seriohub.github.io/velero-helm/vui-0.1.18.tgz + version: 0.1.18 - annotations: contributors: https://github.com/seriohub/velero-helm/contributors apiVersion: v2 appVersion: 0.1.15 - created: "2024-09-27T08:34:24.13904288+02:00" + created: "2024-12-16T00:21:58.322287249+01:00" description: 'Velero User Interface: a friendly UI and dashboard for Velero' digest: 1458fb35011da0fb9276e3eb4329746ed26b8aa7f0ed19a340addf4b2463d3de home: https://github.com/seriohub/velero-ui @@ -34,7 +63,7 @@ entries: contributors: https://github.com/seriohub/velero-helm/contributors apiVersion: v2 appVersion: 0.1.14 - created: "2024-09-27T08:34:24.133258041+02:00" + created: "2024-12-16T00:21:58.314187953+01:00" description: 'Velero User Interface: a friendly UI and dashboard for Velero' digest: 42d692b7cd1bdbbfe423457fa3127ac04fa96a57debd64ef3868d12d95403f29 home: https://github.com/seriohub/velero-ui @@ -63,7 +92,7 @@ entries: contributors: https://github.com/seriohub/velero-helm/contributors apiVersion: v2 appVersion: 0.1.14 - created: "2024-09-27T08:34:24.126544923+02:00" + created: "2024-12-16T00:21:58.30143297+01:00" description: 'Velero User Interface: a friendly UI and dashboard for Velero' digest: c1e4572f8e64c805d125f309fb623ffb5307b329fb02f61a8096f08f477a0e07 home: https://github.com/seriohub/velero-ui @@ -92,7 +121,7 @@ entries: contributors: https://github.com/seriohub/velero-helm/contributors apiVersion: v2 appVersion: 0.1.14 - created: "2024-09-27T08:34:24.12140017+02:00" + created: "2024-12-16T00:21:58.285371732+01:00" description: 'Velero User Interface: a friendly UI and dashboard for Velero' digest: 8aad7e1c3e7b3e69760b7cfedce741ea1f488d447e56c1f9a3ef839e7455bcda home: https://github.com/seriohub/velero-ui @@ -121,7 +150,7 @@ entries: contributors: https://github.com/seriohub/velero-helm/contributors apiVersion: v2 appVersion: 0.1.13 - created: "2024-09-27T08:34:24.116314675+02:00" + created: "2024-12-16T00:21:58.277231856+01:00" description: 'Velero User Interface: a friendly UI and dashboard for Velero' digest: 58e704c24b7a475dfa1face84d42843c7e99952c5ad29faea6b42760bb6b737b home: https://github.com/seriohub/velero-ui @@ -150,7 +179,7 @@ entries: contributors: https://github.com/seriohub/velero-helm/contributors apiVersion: v2 appVersion: 0.1.12 - created: "2024-09-27T08:34:24.111150012+02:00" + created: "2024-12-16T00:21:58.268910507+01:00" description: 'Velero User Interface: a friendly UI and dashboard for Velero' digest: a6e02c32b9bed001e74376ad3f26f028e371985f7961158115be5d7bb35aa45e home: https://github.com/seriohub/velero-ui @@ -179,7 +208,7 @@ entries: contributors: https://github.com/seriohub/velero-helm/contributors apiVersion: v2 appVersion: 0.1.11 - created: "2024-09-27T08:34:24.107158876+02:00" + created: "2024-12-16T00:21:58.251541843+01:00" description: 'Velero User Interface: a friendly UI and dashboard for Velero' digest: b07ec2c797d2c2cc6efb82918a3862ae3e8ac7f7646b23cb06706f493caa66f1 home: https://github.com/seriohub/velero-ui @@ -208,7 +237,7 @@ entries: contributors: https://github.com/seriohub/velero-helm/contributors apiVersion: v2 appVersion: 0.1.10 - created: "2024-09-27T08:34:24.10354068+02:00" + created: "2024-12-16T00:21:58.244118072+01:00" description: 'Velero User Interface: a friendly UI and dashboard for Velero' digest: ba379f55758ad5862b08b4d97aa2966ddabf596ad8921e6fbce087c98e7cf142 home: https://github.com/seriohub/velero-ui @@ -237,7 +266,7 @@ entries: contributors: https://github.com/seriohub/velero-helm/contributors apiVersion: v2 appVersion: 0.1.9 - created: "2024-09-27T08:34:24.158502121+02:00" + created: "2024-12-16T00:21:58.385131796+01:00" description: 'Velero User Interface: a friendly UI and dashboard for Velero' digest: c91506c8fc92efbe82fa6ede635055545442bdec6c40c4e9c1ffc441cb95ca46 home: https://github.com/seriohub/velero-ui @@ -264,7 +293,7 @@ entries: version: 0.1.9 - apiVersion: v2 appVersion: 0.1.8 - created: "2024-09-27T08:34:24.152677346+02:00" + created: "2024-12-16T00:21:58.364930476+01:00" description: 'Velero User Interface: a friendly UI and dashboard for Velero' digest: 49ce81d267bce66318ba725e1af64773c25c76498c369717d175f2bec4dce2bd home: https://github.com/seriohub/velero-ui @@ -291,7 +320,7 @@ entries: version: 0.1.8 - apiVersion: v2 appVersion: 0.1.7 - created: "2024-09-27T08:34:24.147910387+02:00" + created: "2024-12-16T00:21:58.352495975+01:00" description: 'Velero User Interface: a friendly UI and dashboard for Velero' digest: 4bbd70dd4341b217d9ae3322e757d8a02c29fc30857c3805484f2c576a791567 home: https://github.com/seriohub/velero-ui @@ -318,7 +347,7 @@ entries: version: 0.1.7 - apiVersion: v2 appVersion: 0.1.6 - created: "2024-09-27T08:34:24.143454626+02:00" + created: "2024-12-16T00:21:58.345679885+01:00" description: 'Velero User Interface: a friendly UI and dashboard for Velero' digest: 61fe9ad1683674c92cb5cb3fe4a08b5d7b3e4ead4818b6c795702c596427535a home: https://github.com/seriohub/velero-ui @@ -343,4 +372,4 @@ entries: urls: - https://seriohub.github.io/velero-helm/vui-0.1.6.tgz version: 0.1.6 -generated: "2024-09-27T08:34:24.099531084+02:00" +generated: "2024-12-16T00:21:58.221837735+01:00" diff --git a/docs/vui-0.1.18.tgz b/docs/vui-0.1.18.tgz new file mode 100644 index 0000000..82d16ce Binary files /dev/null and b/docs/vui-0.1.18.tgz differ