Skip to content

Commit a3069db

Browse files
authored
shift to maintenance mode (#3255)
Signed-off-by: Jordan Keister <[email protected]>
1 parent 1991a8f commit a3069db

File tree

5 files changed

+22
-39
lines changed

5 files changed

+22
-39
lines changed

.github/ISSUE_TEMPLATE.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
Thanks for filing an issue! Before you submit, please read the following:
33
44
Check the other issue templates if you are trying to submit a bug report, feature request, or question. Search open/closed issues before submitting since someone might have asked the same thing before!
5+
6+
!!
7+
Please note that since this repository is in maintenance mode, we will not accept any feature requests or non-critical issue reports.
8+
!!
9+
510
-->

.github/ISSUE_TEMPLATE/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
3+
- name: Feature Requests
4+
url: https://github.com/operator-framework/operator-controller/issues/new/choose
5+
about: Please open any feature requests against OLMv1 version instead
36
- name: OLM Kubernetes Slack Channel
47
url: https://kubernetes.slack.com/archives/C0181L6JYQ2
58
about: Join the "#olm-dev" channel on the kubernetes slack - it's a good place to ask OLM-related questions!

.github/ISSUE_TEMPLATE/feature-request.md

-16
This file was deleted.

.github/ISSUE_TEMPLATE/flaky-test.md

-23
This file was deleted.

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66
[![Go Report Card](https://goreportcard.com/badge/github.com/operator-framework/operator-lifecycle-manager)](https://goreportcard.com/report/github.com/operator-framework/operator-lifecycle-manager)
77
[![Slack Channel](https://img.shields.io/badge/chat-4A154B?logo=slack&logoColor=white "Slack Channel")](https://kubernetes.slack.com/archives/C0181L6JYQ2)
88

9+
---
10+
> [!WARNING]
11+
> This repository is associated with **Operator Lifecycle Manager** version 0 (v0) which is in maintenance mode. The community is excited to be working on a new design (v1) which intends to overcome a number of limitations of the v0 architecture, the primary repository for which is [operator controller](https://www.github.com/operator-framework/operator-controller).
12+
13+
In maintenance mode, we have the following changes to support expectations:
14+
1. We will accept no new features.
15+
2. We will accept no non-critical outage issues, defined here as a cluster-wide outage with no workaround.
16+
3. We will close backlog issues which do not meet the above criteria.
17+
4. We will continue to update the project to address emergent vulnerabilities on a best-effort basis.
18+
19+
If you have any questions, please engage with us: [![Slack Channel](https://img.shields.io/badge/chat-4A154B?logo=slack&logoColor=white "Slack Channel")](https://kubernetes.slack.com/archives/C0181L6JYQ2)
20+
21+
---
22+
923
## Documentation
1024

1125
User documentation can be found on the [OLM website][olm-docs].

0 commit comments

Comments
 (0)