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 e1542bd commit 7f23b08Copy full SHA for 7f23b08
aks-node-controller/pkg/nodeconfigutils/compatibility_test.go
@@ -19,11 +19,11 @@ const (
19
// Investigate thoroughly before updating.
20
backwardCompatCommit = "c4ddd55f7dd72bfb541313fe586f586dfa7bd114"
21
22
- // Commit when PopulateAllFields was first introduced.
+ // Commit when PopulateAllFields was first introduced. (2025-11-12)
23
// CAREFUL: Test failure may indicate forward compatibility breakage.
24
// Only active RP releases (potentially multiple) need to be supported.
25
26
- forwardCompatCommit = "878718c80db175859a6d7cf377f7b7d40c438413"
+ forwardCompatCommit = "e1542bdb705b682bda4a87c6db07a6e5ebb01faf"
27
)
28
29
var (
0 commit comments