diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index 3144cf403f..7c8b161959 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -2469,6 +2469,11 @@ calculated over a time interval of 1 minute.
--from-version <string>
-f
--istioNamespace <string>
-i
diff --git a/content/zh/docs/reference/commands/istioctl/index.html b/content/zh/docs/reference/commands/istioctl/index.html index 3144cf403f..7c8b161959 100644 --- a/content/zh/docs/reference/commands/istioctl/index.html +++ b/content/zh/docs/reference/commands/istioctl/index.html @@ -2469,6 +2469,11 @@ calculated over a time interval of 1 minute.
--from-version <string>
-f
--istioNamespace <string>
-i
diff --git a/data/analysis.yaml b/data/analysis.yaml index ac52947f3d..70d27a78e0 100644 --- a/data/analysis.yaml +++ b/data/analysis.yaml @@ -624,3 +624,33 @@ messages: args: - name: reason type: string + + - name: "UnknownUpgradeCompatibility" + code: IST0168 + level: Warning + description: "We cannot automatically detect whether a change is fully compatible or not" + template: "The configuration %q changed in release %s, but compatibility cannot be automatically detected: %s. Or, install with `--set compatibility-version=%s` to retain the old default." + args: + - name: field + type: string + - name: release + type: string + - name: info + type: string + - name: compatVersion + type: string + + - name: "UpdateIncompatibility" + code: IST0169 + level: Warning + description: "The provided configuration object may be incompatible due to an upgrade" + template: "The configuration %q changed in release %s: %s. Or, install with `--set compatibility-version=%s` to retain the old default." + args: + - name: field + type: string + - name: release + type: string + - name: info + type: string + - name: compatVersion + type: string