Skip to content

Commit 9211864

Browse files
authored
Merge pull request #3029 from balopat/fix_exceptions
[docs] readd exceptions in deprecation policy
2 parents c8afc71 + 08f2594 commit 9211864

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/content/en/docs/references/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ weight: 100
88
|----------|
99
| [CLI]({{< relref "/docs/references/cli" >}}) |
1010
| [skaffold.yaml]({{< relref "/docs/references/yaml" >}}) |
11+
| [Deprecation Policy]({{< relref "/docs/references/deprecation" >}}) |
1112
| [Privacy Settings] (/docs/references/privacy) |
1213

docs/content/en/docs/references/deprecation/_index.md

+8
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ Init|interactive|alpha|skaffold init interactive for CLI users
102102
Init|init for k8s manifests|alpha|skaffold init recognizes k8s manifest and the image names in them
103103
Init|init for Dockerfiles |alpha|skaffold init recognizes Dockerfiles
104104

105+
## Exceptions
106+
107+
No policy can cover every possible situation.
108+
This policy is a living document, and will evolve over time.
109+
In practice, there will be situations that do not fit neatly into this policy, or for which this policy becomes a serious impediment.
110+
Examples could be getting fixes fast for a serious vulnerability, a destructive bug or requirements that might be imposed by third parties (such as legal requirements).
111+
Such situations should be discussed on the given bugs / feature requests and during Skaffold Office Hours, always bearing in mind that Skaffold is committed to being a stable system that, as much as possible, never breaks users.
112+
Exceptions will always be announced in all relevant release notes.
105113

106114
## Current deprecation notices
107115

0 commit comments

Comments
 (0)