From 786dde720828b89850bdadb8f9adadf8c1a1c0bb Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro <66699024+shaynafinocchiaro@users.noreply.github.com> Date: Tue, 12 Jul 2022 14:51:13 -0400 Subject: [PATCH 1/3] Update CHANGELOG-1.3.0.md --- CHANGELOG/CHANGELOG-1.3.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG/CHANGELOG-1.3.0.md b/CHANGELOG/CHANGELOG-1.3.0.md index 537bff79..a5079b61 100644 --- a/CHANGELOG/CHANGELOG-1.3.0.md +++ b/CHANGELOG/CHANGELOG-1.3.0.md @@ -71,3 +71,6 @@ - Driver installation fails on K8 versions > 1.23.0 using helm. ([#247](https://github.com/dell/csm/issues/247)) - Ext4 filesystem is consuming extra reserved space from the total available size. ([#245](https://github.com/dell/csm/issues/245)) - Resiliency: Occasional failure unmounting Unity volume for raw block devices via iSCSI. ([#237](https://github.com/dell/csm/issues/237)) +- CSM Authorization proxy server install fails due to missing container-selinux ([#313](https://github.com/dell/csm/issues/313)) +- Permissions on CSM Authorization karavictl and k3s binaries are incorrect ([#277](https://github.com/dell/csm/issues/277)) +- CSM Authorization OPA policies fail if there are hosts or DNS entries for "localhost" that don't resolve to 127.0.0.1 ([#321](https://github.com/dell/csm/issues/321)) From e05d068f401a6f952d063a5cd0676442dfb4aabb Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro <66699024+shaynafinocchiaro@users.noreply.github.com> Date: Tue, 12 Jul 2022 16:44:31 -0400 Subject: [PATCH 2/3] Update actions.yml --- .github/workflows/actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 0c46051a..c70a0e40 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -84,3 +84,5 @@ jobs: with: image-name: dell-csm-installer:v0.0.1 severity-threshold: HIGH + env: + DOCKLE_HOST: "unix:///var/run/docker.sock" From 5a53c2ecbdae56eeea8487c52b177c8002739788 Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro <66699024+shaynafinocchiaro@users.noreply.github.com> Date: Tue, 12 Jul 2022 16:49:49 -0400 Subject: [PATCH 3/3] Update actions.yml --- .github/workflows/actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index c70a0e40..047269e5 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -79,6 +79,8 @@ jobs: with: image-name: csm-data-collector:v0.0.1 severity-threshold: HIGH + env: + DOCKLE_HOST: "unix:///var/run/docker.sock" - name: Scan Common Installer Image uses: Azure/container-scan@v0 with: