We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503854e commit 6080b7aCopy full SHA for 6080b7a
.changelog/2699.txt
@@ -0,0 +1,3 @@
1
+```release-note:bug
2
+Fixed goroutine-safety in the CRD and metadata cache, resulting in far fewer provider metadata requests.
3
+```
manifest/provider/cache.go
@@ -1,3 +1,6 @@
+// Copyright (c) HashiCorp, Inc.
+// SPDX-License-Identifier: MPL-2.0
+
4
package provider
5
6
import "sync"
0 commit comments