Skip to content

v1.189.0

Choose a tag to compare

@github-actions github-actions released this 06 May 06:45
· 36 commits to main since this release
Immutable release. Only release title and notes can be modified.
95e8fe5

BREAKING CHANGE: AppIngressSpecRuleStringMatch.Prefix and .Exact changed from string to *string to fix empty-string matching. Consumers that directly read or assign these fields will need to update their code. Use godo.PtrTo("value") for assignment and the GetPrefix()/GetExact() accessors for reading.