From a4973090ca02fa4652d332f551672217d9e25cdc Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 2 Jun 2022 06:17:51 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/kopia/{1.0.1 => 1.0.2}/CHANGELOG.md | 18 +++++++++--------- stable/kopia/{1.0.1 => 1.0.2}/Chart.lock | 2 +- stable/kopia/{1.0.1 => 1.0.2}/Chart.yaml | 4 ++-- stable/kopia/{1.0.1 => 1.0.2}/README.md | 0 stable/kopia/{1.0.1 => 1.0.2}/app-readme.md | 0 .../{1.0.1 => 1.0.2}/charts/common-9.3.24.tgz | Bin stable/kopia/{1.0.1 => 1.0.2}/ix_values.yaml | 2 +- stable/kopia/{1.0.1 => 1.0.2}/questions.yaml | 0 stable/kopia/{1.0.1 => 1.0.2}/security.md | 4 ++-- .../{1.0.1 => 1.0.2}/templates/common.yaml | 0 stable/kopia/{1.0.1 => 1.0.2}/values.yaml | 0 11 files changed, 15 insertions(+), 15 deletions(-) rename stable/kopia/{1.0.1 => 1.0.2}/CHANGELOG.md (91%) rename stable/kopia/{1.0.1 => 1.0.2}/Chart.lock (80%) rename stable/kopia/{1.0.1 => 1.0.2}/Chart.yaml (95%) rename stable/kopia/{1.0.1 => 1.0.2}/README.md (100%) rename stable/kopia/{1.0.1 => 1.0.2}/app-readme.md (100%) rename stable/kopia/{1.0.1 => 1.0.2}/charts/common-9.3.24.tgz (100%) rename stable/kopia/{1.0.1 => 1.0.2}/ix_values.yaml (84%) rename stable/kopia/{1.0.1 => 1.0.2}/questions.yaml (100%) rename stable/kopia/{1.0.1 => 1.0.2}/security.md (99%) rename stable/kopia/{1.0.1 => 1.0.2}/templates/common.yaml (100%) rename stable/kopia/{1.0.1 => 1.0.2}/values.yaml (100%) diff --git a/stable/kopia/1.0.1/CHANGELOG.md b/stable/kopia/1.0.2/CHANGELOG.md similarity index 91% rename from stable/kopia/1.0.1/CHANGELOG.md rename to stable/kopia/1.0.2/CHANGELOG.md index cf95fc04c44..bf529803091 100644 --- a/stable/kopia/1.0.1/CHANGELOG.md +++ b/stable/kopia/1.0.2/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [kopia-1.0.2](https://github.com/truecharts/apps/compare/kopia-1.0.1...kopia-1.0.2) (2022-06-02) + +#### Chore + +* update container image kopia/kopia to v20220531.0.202938 ([#2810](https://github.com/truecharts/apps/issues/2810)) + + + ### [kopia-1.0.1](https://github.com/truecharts/apps/compare/kopia-1.0.0...kopia-1.0.1) (2022-05-31) @@ -88,12 +97,3 @@ ### [kopia-0.0.9](https://github.com/truecharts/apps/compare/kopia-0.0.8...kopia-0.0.9) (2022-05-19) #### Chore - -* update container image kopia/kopia to v20220518.0.12706 ([#2713](https://github.com/truecharts/apps/issues/2713)) - - - - -### [kopia-0.0.8](https://github.com/truecharts/apps/compare/kopia-0.0.7...kopia-0.0.8) (2022-05-17) - -#### Chore diff --git a/stable/kopia/1.0.1/Chart.lock b/stable/kopia/1.0.2/Chart.lock similarity index 80% rename from stable/kopia/1.0.1/Chart.lock rename to stable/kopia/1.0.2/Chart.lock index 78d500b5978..ff0ee37a0c9 100644 --- a/stable/kopia/1.0.1/Chart.lock +++ b/stable/kopia/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 9.3.24 digest: sha256:d029f09f902b1144d20ea6ed70212fc5a521092f81a3d06b3446935491b85789 -generated: "2022-05-31T19:57:20.873700786Z" +generated: "2022-06-02T06:05:42.55053938Z" diff --git a/stable/kopia/1.0.1/Chart.yaml b/stable/kopia/1.0.2/Chart.yaml similarity index 95% rename from stable/kopia/1.0.1/Chart.yaml rename to stable/kopia/1.0.2/Chart.yaml index d8714544b19..a1ffc1e9655 100644 --- a/stable/kopia/1.0.1/Chart.yaml +++ b/stable/kopia/1.0.2/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "20220529.0" +appVersion: "20220531.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -19,7 +19,7 @@ sources: - https://kopia.io/docs/installation/#docker-images - https://hub.docker.com/r/kopia/kopia - https://github.com/kopia/kopia -version: 1.0.1 +version: 1.0.2 annotations: truecharts.org/catagories: | - utility diff --git a/stable/kopia/1.0.1/README.md b/stable/kopia/1.0.2/README.md similarity index 100% rename from stable/kopia/1.0.1/README.md rename to stable/kopia/1.0.2/README.md diff --git a/stable/kopia/1.0.1/app-readme.md b/stable/kopia/1.0.2/app-readme.md similarity index 100% rename from stable/kopia/1.0.1/app-readme.md rename to stable/kopia/1.0.2/app-readme.md diff --git a/stable/kopia/1.0.1/charts/common-9.3.24.tgz b/stable/kopia/1.0.2/charts/common-9.3.24.tgz similarity index 100% rename from stable/kopia/1.0.1/charts/common-9.3.24.tgz rename to stable/kopia/1.0.2/charts/common-9.3.24.tgz diff --git a/stable/kopia/1.0.1/ix_values.yaml b/stable/kopia/1.0.2/ix_values.yaml similarity index 84% rename from stable/kopia/1.0.1/ix_values.yaml rename to stable/kopia/1.0.2/ix_values.yaml index d531fc19c29..f7bcabddd4b 100644 --- a/stable/kopia/1.0.1/ix_values.yaml +++ b/stable/kopia/1.0.2/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: kopia/kopia - tag: 20220529.0.22704@sha256:d4ec8b22bc52ccdfeeb066b08d34c7727406c46c8e6a0b0eea902ef5f31f5834 + tag: 20220531.0.202938@sha256:17e51f15eb7799f9e4610e9c136babb8d0930bfaebff282a5cf06ab7374e777e pullPolicy: IfNotPresent extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"] diff --git a/stable/kopia/1.0.1/questions.yaml b/stable/kopia/1.0.2/questions.yaml similarity index 100% rename from stable/kopia/1.0.1/questions.yaml rename to stable/kopia/1.0.2/questions.yaml diff --git a/stable/kopia/1.0.1/security.md b/stable/kopia/1.0.2/security.md similarity index 99% rename from stable/kopia/1.0.1/security.md rename to stable/kopia/1.0.2/security.md index e44cc16d570..296980814a2 100644 --- a/stable/kopia/1.0.1/security.md +++ b/stable/kopia/1.0.2/security.md @@ -44,7 +44,7 @@ hide: tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583 tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583 - kopia/kopia:20220529.0.22704@sha256:d4ec8b22bc52ccdfeeb066b08d34c7727406c46c8e6a0b0eea902ef5f31f5834 + kopia/kopia:20220531.0.202938@sha256:17e51f15eb7799f9e4610e9c136babb8d0930bfaebff282a5cf06ab7374e777e ##### Scan Results @@ -91,7 +91,7 @@ hide: | zlib | CVE-2018-25032 | HIGH | 1.2.11-r3 | 1.2.12-r0 |
Expand...http://seclists.org/fulldisclosure/2022/May/33
http://seclists.org/fulldisclosure/2022/May/35
http://seclists.org/fulldisclosure/2022/May/38
http://www.openwall.com/lists/oss-security/2022/03/25/2
http://www.openwall.com/lists/oss-security/2022/03/26/1
https://access.redhat.com/security/cve/CVE-2018-25032
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-25032
https://errata.almalinux.org/8/ALSA-2022-2201.html
https://github.com/madler/zlib/commit/5c44459c3b28a9bd3283aaceab7c615f8020c531
https://github.com/madler/zlib/compare/v1.2.11...v1.2.12
https://github.com/madler/zlib/issues/605
https://github.com/sparklemotion/nokogiri/releases/tag/v1.13.4
https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-v6gp-9mmm-c6p5
https://groups.google.com/g/ruby-security-ann/c/vX7qSjsvWis/m/TJWN4oOKBwAJ
https://linux.oracle.com/cve/CVE-2018-25032.html
https://linux.oracle.com/errata/ELSA-2022-2213.html
https://lists.debian.org/debian-lts-announce/2022/04/msg00000.html
https://lists.debian.org/debian-lts-announce/2022/05/msg00008.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NS2D2GFPFGOJUL4WQ3DUAY7HF4VWQ77F/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VOKNP2L734AEL47NRYGVZIKEFOUBQY5Y/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOKFMSNQ5D5WGMALBNBXU3GE442V74WU/
https://nvd.nist.gov/vuln/detail/CVE-2018-25032
https://security.netapp.com/advisory/ntap-20220526-0009/
https://support.apple.com/kb/HT213255
https://support.apple.com/kb/HT213256
https://support.apple.com/kb/HT213257
https://ubuntu.com/security/notices/USN-5355-1
https://ubuntu.com/security/notices/USN-5355-2
https://ubuntu.com/security/notices/USN-5359-1
https://www.debian.org/security/2022/dsa-5111
https://www.openwall.com/lists/oss-security/2022/03/24/1
https://www.openwall.com/lists/oss-security/2022/03/28/1
https://www.openwall.com/lists/oss-security/2022/03/28/3
| -#### Container: kopia/kopia:20220529.0.22704@sha256:d4ec8b22bc52ccdfeeb066b08d34c7727406c46c8e6a0b0eea902ef5f31f5834 (debian 11.3) +#### Container: kopia/kopia:20220531.0.202938@sha256:17e51f15eb7799f9e4610e9c136babb8d0930bfaebff282a5cf06ab7374e777e (debian 11.3) **debian** diff --git a/stable/kopia/1.0.1/templates/common.yaml b/stable/kopia/1.0.2/templates/common.yaml similarity index 100% rename from stable/kopia/1.0.1/templates/common.yaml rename to stable/kopia/1.0.2/templates/common.yaml diff --git a/stable/kopia/1.0.1/values.yaml b/stable/kopia/1.0.2/values.yaml similarity index 100% rename from stable/kopia/1.0.1/values.yaml rename to stable/kopia/1.0.2/values.yaml