craigcondit commented on code in PR #469: URL: https://github.com/apache/yunikorn-site/pull/469#discussion_r1763711094
########## src/pages/release-announce/1.6.0.md: ########## @@ -0,0 +1,123 @@ +--- +id: rn-1.6.0 +title: Release Announcement v1.6.0 +--- + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +# Release Announcement v1.6.0 +We are pleased to announce that the Apache YuniKorn community has voted to release 1.6.0. +Apache YuniKorn is a standalone resource scheduler, designed for managing and scheduling Batch and Data workloads on container +orchestration frameworks like Kubernetes for on-prem and on-cloud use cases. + +## Overview +The Apache YuniKorn community has resolved 316 [JIRAs](https://issues.apache.org/jira/issues/?filter=12352202) in this release. + +Release manager: Peter Bacsko + +Release date: 2024-09-17 + +## Highlights + +### Unification of Ask and Allocation + +YuniKorn 1.6.0 got simplified on a code level - we no longer have "Ask" objects in +the scheduler core. A resource ask is simply an allocation without a node assigned +to it. See [YUNIKORN-2457](https://issues.apache.org/jira/browse/YUNIKORN-2457) for +details. + +### Preemption hardening + +After a more thorough analysis of the preemption feature, we identified several use cases where +it works either inconsistently or produces unexpected, non-intuitive results. +See [YUNIKORN-2493](https://issues.apache.org/jira/browse/YUNIKORN-2493) for details. + +### Establish consistent usage guidelines for labels and annotations + +Before YuniKorn 1.6.0, labels and annotations were not used in a consistent way. +Certain metadata existed either as a label or annotation. If it existed for both, +the precedence was not clear. If both were defined with different values, no error +was reported. This got fixed in [YUNIKORN-2501](https://issues.apache.org/jira/browse/YUNIKORN-2501). + +### Support for OIDC credentials + +In [YUNIKORN-2281](https://issues.apache.org/jira/browse/YUNIKORN-2281) we added support +for OIDC user names. Previously, these got rejected in the admission controller Review Comment: nit: "got" -> "were" ########## src/pages/release-announce/1.6.0.md: ########## @@ -0,0 +1,123 @@ +--- +id: rn-1.6.0 +title: Release Announcement v1.6.0 +--- + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +# Release Announcement v1.6.0 +We are pleased to announce that the Apache YuniKorn community has voted to release 1.6.0. +Apache YuniKorn is a standalone resource scheduler, designed for managing and scheduling Batch and Data workloads on container +orchestration frameworks like Kubernetes for on-prem and on-cloud use cases. + +## Overview +The Apache YuniKorn community has resolved 316 [JIRAs](https://issues.apache.org/jira/issues/?filter=12352202) in this release. + +Release manager: Peter Bacsko + +Release date: 2024-09-17 + +## Highlights + +### Unification of Ask and Allocation + +YuniKorn 1.6.0 got simplified on a code level - we no longer have "Ask" objects in +the scheduler core. A resource ask is simply an allocation without a node assigned +to it. See [YUNIKORN-2457](https://issues.apache.org/jira/browse/YUNIKORN-2457) for +details. + +### Preemption hardening + +After a more thorough analysis of the preemption feature, we identified several use cases where +it works either inconsistently or produces unexpected, non-intuitive results. +See [YUNIKORN-2493](https://issues.apache.org/jira/browse/YUNIKORN-2493) for details. + +### Establish consistent usage guidelines for labels and annotations + +Before YuniKorn 1.6.0, labels and annotations were not used in a consistent way. +Certain metadata existed either as a label or annotation. If it existed for both, +the precedence was not clear. If both were defined with different values, no error +was reported. This got fixed in [YUNIKORN-2501](https://issues.apache.org/jira/browse/YUNIKORN-2501). + +### Support for OIDC credentials + +In [YUNIKORN-2281](https://issues.apache.org/jira/browse/YUNIKORN-2281) we added support +for OIDC user names. Previously, these got rejected in the admission controller +because certain characters were treated as illegal. + +### Improved code quality + +In [YUNIKORN-182](https://issues.apache.org/jira/browse/YUNIKORN-182) we improved the +code quality of Yunikorn so that the Go linterns no longer complain about potential Review Comment: spelling: "linterns" -> "linters" ########## src/pages/release-announce/1.6.0.md: ########## @@ -0,0 +1,123 @@ +--- +id: rn-1.6.0 +title: Release Announcement v1.6.0 +--- + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +# Release Announcement v1.6.0 +We are pleased to announce that the Apache YuniKorn community has voted to release 1.6.0. +Apache YuniKorn is a standalone resource scheduler, designed for managing and scheduling Batch and Data workloads on container +orchestration frameworks like Kubernetes for on-prem and on-cloud use cases. + +## Overview +The Apache YuniKorn community has resolved 316 [JIRAs](https://issues.apache.org/jira/issues/?filter=12352202) in this release. + +Release manager: Peter Bacsko + +Release date: 2024-09-17 + +## Highlights + +### Unification of Ask and Allocation + +YuniKorn 1.6.0 got simplified on a code level - we no longer have "Ask" objects in Review Comment: nit: "got" -> "has been" ########## src/pages/release-announce/1.6.0.md: ########## @@ -0,0 +1,123 @@ +--- +id: rn-1.6.0 +title: Release Announcement v1.6.0 +--- + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +# Release Announcement v1.6.0 +We are pleased to announce that the Apache YuniKorn community has voted to release 1.6.0. +Apache YuniKorn is a standalone resource scheduler, designed for managing and scheduling Batch and Data workloads on container +orchestration frameworks like Kubernetes for on-prem and on-cloud use cases. + +## Overview +The Apache YuniKorn community has resolved 316 [JIRAs](https://issues.apache.org/jira/issues/?filter=12352202) in this release. + +Release manager: Peter Bacsko + +Release date: 2024-09-17 + +## Highlights + +### Unification of Ask and Allocation + +YuniKorn 1.6.0 got simplified on a code level - we no longer have "Ask" objects in +the scheduler core. A resource ask is simply an allocation without a node assigned +to it. See [YUNIKORN-2457](https://issues.apache.org/jira/browse/YUNIKORN-2457) for +details. + +### Preemption hardening + +After a more thorough analysis of the preemption feature, we identified several use cases where +it works either inconsistently or produces unexpected, non-intuitive results. +See [YUNIKORN-2493](https://issues.apache.org/jira/browse/YUNIKORN-2493) for details. + +### Establish consistent usage guidelines for labels and annotations + +Before YuniKorn 1.6.0, labels and annotations were not used in a consistent way. +Certain metadata existed either as a label or annotation. If it existed for both, +the precedence was not clear. If both were defined with different values, no error +was reported. This got fixed in [YUNIKORN-2501](https://issues.apache.org/jira/browse/YUNIKORN-2501). + +### Support for OIDC credentials + +In [YUNIKORN-2281](https://issues.apache.org/jira/browse/YUNIKORN-2281) we added support +for OIDC user names. Previously, these got rejected in the admission controller +because certain characters were treated as illegal. + +### Improved code quality + +In [YUNIKORN-182](https://issues.apache.org/jira/browse/YUNIKORN-182) we improved the +code quality of Yunikorn so that the Go linterns no longer complain about potential +coding problems. + +Coverage of various parts of the code got significantly enhanced. See the [JIRA filter](https://issues.apache.org/jira/issues/?filter=12353613) Review Comment: nit: "got" -> "was" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
