v1.4.0 - 2022-12-15
Changelog
Bug Fixes 🐞
- ba81735 fix: updates template condition for Arc (#973)
- 0d0675f fix: increase fluentd resource limits (#946)
- 2b29471 fix: #948 arc missing system identity (#949)
- 2eee8b7 fix: runs msi-adapter as privileged on openshift (#920)
Code Refactoring 💎
- 8a9e262 refactor: update msal-go-sdk and use NewCredFromAssertionCallback (#961)
- 56289fa refactor: define provider interface and add mock provider for test (#947)
Continuous Integration 💜
- 1da23ac ci: enable tests with kubernetes v1.26 (#1038)
- 51a8347 ci: remove
arc/e2e-test-aks
tests from nightly run (#1023) - 477ef4a ci: remove kubernetes version 1.22 (EOL) (#1019)
- 29b52ae ci: add codeql action (#971)
Documentation 📘
- ac516b4 docs: fix workload identity link (#1031)
- b31eece docs: add note about pod identity deprecation (#1018)
- ed68f18 docs: add ADFS identity provider system to custom environments (#1010)
- 7d06606 docs: add workload identity steps for managed identity (#995)
- d6a6fa5 docs: use azure cli for setting up federated identities (#981)
- 4bdeb1a docs: add release cadence to readme
- 211da99 docs: Add jobs tolerations attribute in helm chart docs (#926)
- 7e22604 docs: update supported releases - v1.2.x and v1.1.x (#927)
- 654b5c5 docs: use
id
instead ofobjectId
for app object id (#914) - 327bf30 docs: fix uninstall commands in openshift (#913)
Features 🌈
- 3c156ec feat: add default toleration for all taints (#1036)
- 4d061d3 feat: support splitting certs and private key (#1006)
Maintenance 🔧
- 12ab1a3 chore: update to driver v1.2.4 in staging charts (#1029)
- 4ae6949 chore: bump github/codeql-action from 2.1.35 to 2.1.36 (#1037)
- d2f8e9b chore: bump github/codeql-action from 2.1.31 to 2.1.35 (#1033)
- a1e8ca3 chore: bump actions/setup-go from 3.3.1 to 3.4.0 (#1032)
- 5c92142 chore: bump stefanprodan/helm-gh-pages from 1.6.0 to 1.7.0 (#1024)
- f04f74a chore: enables docker ecosystem for dependabot (#1014)
- 384c8e7 chore: bump github/codeql-action from 2.1.29 to 2.1.31 (#1015)
- 174cf12 chore: bump github/codeql-action from 2.1.28 to 2.1.29 (#1008)
- 543dc72 chore: update deps (#1005)
- 1dcf87e chore: bump actions/setup-go from 3.3.0 to 3.3.1 (#1004)
- f0d142d chore: bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 (#1003)
- 8cfa52d chore: bump github/codeql-action from 2.1.27 to 2.1.28 (#1002)
- a182e75 chore: bump stefanprodan/helm-gh-pages from 1.5.0 to 1.6.0 (#993)
- 9c4ff28 chore: bump github/codeql-action from 2.1.26 to 2.1.27 (#992)
- 86e8c76 chore: bump actions/checkout from 3.0.2 to 3.1.0 (#994)
- 953bf9b chore: bump k8s versions for kind tests (#989)
- d8b535b chore: bump kind version to v0.16.0 (#987)
- 379fa98 chore: bump github/codeql-action from 2.1.25 to 2.1.26 (#986)
- eb4d31b chore: bump actions/stale from 5 to 6 (#985)
- b75e648 chore: bump github/codeql-action from 2.1.24 to 2.1.25 (#984)
- 870ab26 chore: bump codecov/codecov-action from 3.1.0 to 3.1.1 (#983)
- de2a52a chore: update golangci-lint to v1.49.0 (#977)
- e9c34ea chore: bump github/codeql-action from 2.1.22 to 2.1.24 (#978)
- 815ad88 chore: support kubernetes v1.25.0 (#968)
- aaffbe5 chore: remove psp (#966)
- 8e839e5 chore: bump goreleaser/goreleaser-action from 3.0.0 to 3.1.0 (#965)
- 0aeb800 chore: bump actions/setup-go from 3.2.1 to 3.3.0 (#964)
- f619ba3 chore: update to go 1.19 (#960)
- 96ff80f chore: remove old helm packages and index (#924)
- 9cfbe6e chore: update dependencies (#956)
- 90a2353 chore: updates prom mdm converter image (#951)
- 55ec81e chore: updates gallery pkg version (#950)
Security Fix 🛡️
- d5c8c90 security: fix CVE-2022-41717 (#1039)
- f2de8d7 security: fix CVE-2022-32149 (#999)
- 5d91778 security: fix CVE-2022-27664 (#976)
- cdc1c0e security: fix CVE-2022-1996 (#957)
Testing 💚
- de6c0c5 test: update helm install logic for upgrade tests (#1041)
- 3c60da7 test: skip WriteCertAndKeyInSeparateFiles tests in arc (#1034)
- 44a1c40 test: migrate ginkgo from v1 to v2 (#969)
- d90847c test: fix junit reporter filename (#918)
- b893a25 test: skip pod identity tests for arc (#900)
- b5d9d3a test: set -v=5 to get debug logs in e2e (#846)