You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
# v2.5.2
2
+
## Fixes
3
+
- Fixes an issue where a namespace may not be properly applied if applying the Helm template without a namespace specified / using `kubectl apply -f` directly with the rendered template.
4
+
- Fixes an issue where the error message from a failed Enrollment API call is not logged.
5
+
## Chores
6
+
- Update GitHub Actions workflow to check for policy enforcement on Helm chart rendered manifests in addition to checking for drift in generated CRDs.
7
+
- Fixes various linting issues in the codebase.
8
+
1
9
# v2.5.1
2
10
## Fixes
3
11
- Fixes an issue where OAuth 2.0 client credentials were being regenerated on every API call.
0 commit comments