Commit Graph

9 Commits

Author SHA1 Message Date
Dan Webb 0eb8f747af
Update container version
- Update multiarch build container to use golang:1.19 as the project is tested on 1.19
- Update the multiarch container to run Alpine 3.18
  Updating to this version reduces the number of known vulnerabilities in the image
- Update go.mod to match the container version
2023-08-22 14:38:11 +01:00
Yonatan Kahana fed959e469
fix: resolve all trivy vulnerabilities (2023-06-06)
- bump go version to 1.17
- resolved: CVE-2022-21698, CVE-2022-27664, CVE-2022-41723, CVE-2022-41717, CVE-2022-29526, CVE-2022-32149, CVE-2022-28948.
2023-06-06 23:44:58 +03:00
Yonatan Kahana ce3e66514d fix: resolve CVE-2022-27191 in golang.org/x/crypto
Signed-off-by: Yonatan Kahana <yonatankahana.il@gmail.com>
2022-05-25 21:13:10 +03:00
Yonatan Kahana 9015173f00 build: import GetPersistentVolumeClass from component-helpers
Signed-off-by: Yonatan Kahana <yonatankahana.il@gmail.com>
2022-04-02 01:07:15 +03:00
Humble Chirammal 656623a00f rebase: update kube version to 1.23
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-03-03 12:58:23 +05:30
Patrick Ohly 908d7c01e0 Merge commit 'a881aea5f1a87929fb768f05a395cbcaf9812f30' into prow-update-master 2021-11-30 21:17:25 +01:00
Yonatan Kahana f44ac23c42 Add github action to release helm charts
Signed-off-by: Yonatan Kahana <yonatankahana.il@gmail.com>
2021-01-11 22:03:05 +02:00
Peter Micuch a706bed5ca Switched to k8s 1.18.0 2020-12-10 23:40:32 +01:00
kmova 96592d24ac update readme and go imports to new location
This commit fixes the following:
- fixes the go imports to use the new loction
- setup go modules for this project
- update the docker files to use the new binary name
- update the README to use the new repo name

Signed-off-by: kmova <kiran.mova@mayadata.io>
(cherry picked from commit 234543e14d)
2020-09-07 05:49:09 +00:00