We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e6182 commit 3ec6eedCopy full SHA for 3ec6eed
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [Unreleased] ##
8
9
+### Fixed ###
10
+- Previously, some testing mocks we had resulted in us doing `import "testing"`
11
+ in non-`_test.go` code, which made some downstreams like Kubernetes unhappy.
12
+ This has been fixed. (#32)
13
+
14
## [0.3.3] - 2024-09-30 ##
15
16
### Fixed ###
0 commit comments