Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG-1.3.0.md #373

Merged
merged 3 commits into from
Jul 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,12 @@ 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:
image-name: dell-csm-installer:v0.0.1
severity-threshold: HIGH
env:
DOCKLE_HOST: "unix:///var/run/docker.sock"
3 changes: 3 additions & 0 deletions CHANGELOG/CHANGELOG-1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))