You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by wi...@apache.org on 2022/09/29 07:21:31 UTC

[yunikorn-site] branch master updated: [YUNIKORN-1317] update roadmap for 1.2 and later (#189)

This is an automated email from the ASF dual-hosted git repository.

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d39725e51 [YUNIKORN-1317] update roadmap for 1.2 and later (#189)
d39725e51 is described below

commit d39725e51b302456e1b26b43206c0cb731fd3434
Author: Wilfred Spiegelenburg <wi...@apache.org>
AuthorDate: Thu Sep 29 17:21:12 2022 +1000

    [YUNIKORN-1317] update roadmap for 1.2 and later (#189)
    
    Closes: #189
    
    Signed-off-by: Wilfred Spiegelenburg <wi...@apache.org>
---
 src/pages/community/roadmap.md | 33 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 17 deletions(-)

diff --git a/src/pages/community/roadmap.md b/src/pages/community/roadmap.md
index bb299b7ff..05490bc55 100644
--- a/src/pages/community/roadmap.md
+++ b/src/pages/community/roadmap.md
@@ -22,27 +22,26 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Future development: long term goals
-
-- Application and task priority support
-- Preemption of allocations
-- User and group quota and limit enforcement
-- Offer an alternative mode of deployment as plugins to the default scheduler, in addition to the current standalone mode
-
 # Next Release Development
 
 Release Details:
-- Version: 1.1.0
-- Target release date: August 2022
+- Version: 1.2.0
+- Target release date: January 2023
 - Release manager: undecided
 - Development status: [Issue tracker](https://issues.apache.org/jira/issues/?filter=12348416)
 
 Planned major features:
-- [YUNIKORN-984](https://issues.apache.org/jira/browse/YUNIKORN-984) Enforcing User and Group limits (phase 1)
-- [YUNIKORN-725](https://issues.apache.org/jira/browse/YUNIKORN-725) Support for ARM64 processors
-- [YUNIKORN-1187](https://issues.apache.org/jira/browse/YUNIKORN-1187) Recovery stabilization
-- [YUNIKORN-1](https://issues.apache.org/jira/browse/YUNIKORN-1) Application priority
-- [YUNIKORN-1196](https://issues.apache.org/jira/browse/YUNIKORN-1196) Update K8s build dependency
-- [YUNIKORN-1085](https://issues.apache.org/jira/browse/YUNIKORN-1085) DaemonSet pods may fail to be scheduled on new nodes added during autoscaling
-
-Supported Kubernetes versions and the Kubernetes dependency will be defined and finalised during the development cycle. 
+- [YUNIKORN-984](https://issues.apache.org/jira/browse/YUNIKORN-984) [Umbrella] User quota tracking
+- [YUNIKORN-1196](https://issues.apache.org/jira/browse/YUNIKORN-1196) Upgrade K8s build dependency
+- [YUNIKORN-1275](https://issues.apache.org/jira/browse/YUNIKORN-1275) Support arbitrary resources in namespace annotation
+- [YUNIKORN-1306](https://issues.apache.org/jira/browse/YUNIKORN-1306) [Umbrella] Enhanced user and group handling
+- [YUNIKORN-1](https://issues.apache.org/jira/browse/YUNIKORN-1) Support app/task priority aware scheduling
+
+Supported Kubernetes versions and the Kubernetes dependency will be defined and finalised during the development cycle.
+
+# Future development: long term goals
+
+- Preemption: non daemon set case(s)
+- Plugin mode deployment as the default mode
+- Standardised configuration of shim, core and web
+- REST and Web UI: authn, authz and encryption