diff --git a/OWNERS b/OWNERS index ee3e231d..a49b4867 100644 --- a/OWNERS +++ b/OWNERS @@ -1,11 +1,9 @@ # approval == this is a good idea /approve approvers: - - ecordell - njhale - anik120 - - hasbro17 - - marc-obrien - - theishshah + - joelanford + - kevinrizza # review == this code is good /lgtm reviewers: - ecordell @@ -20,6 +18,4 @@ reviewers: - ankitathomas - anik120 - hasbro17 - - sujil02 - - laxmikantbpandhare - - venkat19967 + - timflannagan diff --git a/config.toml b/config.toml index fd62165b..58c9362a 100644 --- a/config.toml +++ b/config.toml @@ -80,6 +80,10 @@ algolia_docsearch = true version = "v0.16.z" url = "https://v0-16-z.olm.operatorframework.io/" +[[params.versions]] + version = "v0.18.z" + url = "https://v0-18-z.olm.operatorframework.io/" + [[params.versions]] version = "legacy" url = "https://legacy.olm.operatorframework.io/" diff --git a/content/en/docs/advanced-tasks/ship-operator-supporting-multiarch.md b/content/en/docs/advanced-tasks/ship-operator-supporting-multiarch.md index 4b11148f..ae2f29bd 100644 --- a/content/en/docs/advanced-tasks/ship-operator-supporting-multiarch.md +++ b/content/en/docs/advanced-tasks/ship-operator-supporting-multiarch.md @@ -1,6 +1,6 @@ --- title: "Shipping an operator that supports Multiple Architectures" -linkTitle: "Multiarch Operators" +linkTitle: "Multi-arch Operators" weight: 3 ---