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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
## Unreleased
4
4
5
+
## v0.2.0
6
+
7
+
What's changed since v0.1.0:
8
+
9
+
- New rules:
10
+
- API deprecation removals:
11
+
- Check for planned Kubernetes v1.17.0 API deprecation removals. [#38](https://github.com/Microsoft/PSRule.Rules.Kubernetes/issues/38)
12
+
- Check for planned Kubernetes v1.20.0 API deprecation removals. [#39](https://github.com/Microsoft/PSRule.Rules.Kubernetes/issues/39)
13
+
- General improvements:
14
+
-**Breaking change**: Use qualified target names. [#36](https://github.com/Microsoft/PSRule.Rules.Kubernetes/issues/36)
15
+
- If using suppression, update suppressed target name with qualified name.
16
+
-**Breaking change**: Renamed `Kubernetes.API.Removal` to handle future API deprecations. [#40](https://github.com/Microsoft/PSRule.Rules.Kubernetes/issues/40)
17
+
- The rule `Kubernetes.API.Removal` is now `Kubernetes.API.v1.16`.
0 commit comments