From 0e636fb7081de04803a45f4fac1a7094b9e0758e Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Wed, 25 Oct 2023 12:15:55 -0400 Subject: [PATCH] Remove release-notes files We're no longer checking in such files to the projects, also once the notes were merged into the web-site doc, the files no longer serve any purpose. Signed-off-by: Tom Pantelis --- release-notes/20220803-subctl-directory.md | 3 -- release-notes/20220818-show-versions.md | 2 - release-notes/20220915-service-discovery.md | 2 - release-notes/20220919-kubeconfig.md | 39 ------------------- release-notes/20221014-air-gapped.md | 4 -- release-notes/20221103-ovn-sbctl.md | 4 -- release-notes/20221103-privileged-scc.md | 4 -- release-notes/20230106-deprecations.md | 18 --------- release-notes/20230111-gather-iptables.md | 3 -- release-notes/20230330-recover-broker-info.md | 2 - release-notes/20230426-calico-ippools.md | 3 -- release-notes/20230426-gather-ipset.md | 3 -- 12 files changed, 87 deletions(-) delete mode 100644 release-notes/20220803-subctl-directory.md delete mode 100644 release-notes/20220818-show-versions.md delete mode 100644 release-notes/20220915-service-discovery.md delete mode 100644 release-notes/20220919-kubeconfig.md delete mode 100644 release-notes/20221014-air-gapped.md delete mode 100644 release-notes/20221103-ovn-sbctl.md delete mode 100644 release-notes/20221103-privileged-scc.md delete mode 100644 release-notes/20230106-deprecations.md delete mode 100644 release-notes/20230111-gather-iptables.md delete mode 100644 release-notes/20230330-recover-broker-info.md delete mode 100644 release-notes/20230426-calico-ippools.md delete mode 100644 release-notes/20230426-gather-ipset.md diff --git a/release-notes/20220803-subctl-directory.md b/release-notes/20220803-subctl-directory.md deleted file mode 100644 index ce61cb489..000000000 --- a/release-notes/20220803-subctl-directory.md +++ /dev/null @@ -1,3 +0,0 @@ - -The `subctl gather` command now creates one subdirectory per cluster instead of -embedding the cluster name in each file name. diff --git a/release-notes/20220818-show-versions.md b/release-notes/20220818-show-versions.md deleted file mode 100644 index 6038a88aa..000000000 --- a/release-notes/20220818-show-versions.md +++ /dev/null @@ -1,2 +0,0 @@ - -The `subctl show` command now correctly reports component image versions when image overrides were specified on `join`. diff --git a/release-notes/20220915-service-discovery.md b/release-notes/20220915-service-discovery.md deleted file mode 100644 index e21690075..000000000 --- a/release-notes/20220915-service-discovery.md +++ /dev/null @@ -1,2 +0,0 @@ - -Added `subctl diagnose service-discovery` verifications for Service Discovery objects. diff --git a/release-notes/20220919-kubeconfig.md b/release-notes/20220919-kubeconfig.md deleted file mode 100644 index ebd1b07c1..000000000 --- a/release-notes/20220919-kubeconfig.md +++ /dev/null @@ -1,39 +0,0 @@ - -kubeconfig handling has been revamped to be consistent across all -`subctl` commands and to match `kubectl`’s behaviour. - -The single-context commands, `cloud-prepare`, `deploy-broker`, `export`, - `join`, `unexport` and `uninstall`, now all support a `--context` argument -to specify the kubeconfig context to use. kubeconfig files can be -specified using either the `KUBECONFIG` environment variable or the -`--kubeconfig` argument; `kubectl` defaults will be applied if -configured. If no context is specified, the kubeconfig default context -will be used. - -Multiple-context commands which operate on all contexts by default, -`show` and `gather`, support a `--contexts` argument which can be used -to select one or more contexts; they also support the `--context` argument -to select a single context. - -Multiple-context commands which operate on specific contexts, -`benchmark` and `verify`, support a `--context` argument to specify the -originating context, and a `--tocontext` argument to specify the target -context. - -`diagnose` operates on all accessible contexts by default, except -`diagnose firewall inter-cluster` and `diagnose firewall nat-traversal` -which rely on an originating context specified by `--context` and a -remote context specified by `--remotecontext`. - -Namespace-based commands such as `export` will use the namespace given -using `--namespace` (`-n`), if any, or the current namespace in the -selected context, if there is one, rather than the `default` -namespace. - -These commands also support all connection options supported by -`kubectl`, so connections can be configured using command arguments -instead of kubeconfigs. - -Existing options (`--kubecontext` etc.) are preserved for backwards -compatibility, but are deprecated and will be removed in the next -release. diff --git a/release-notes/20221014-air-gapped.md b/release-notes/20221014-air-gapped.md deleted file mode 100644 index 94d43f4d0..000000000 --- a/release-notes/20221014-air-gapped.md +++ /dev/null @@ -1,4 +0,0 @@ - -The `subctl join` command now supports an `--air-gapped` option -that instructs Submariner not to access any external servers for -`public-ip` resolution. diff --git a/release-notes/20221103-ovn-sbctl.md b/release-notes/20221103-ovn-sbctl.md deleted file mode 100644 index f43d5d188..000000000 --- a/release-notes/20221103-ovn-sbctl.md +++ /dev/null @@ -1,4 +0,0 @@ - -The `subctl gather` command now includes the output from `ovn-sbctl show` -which has the chassis-id to hostname mapping that can be used to verify if -`submariner_router` is pinned to the proper Gateway node. diff --git a/release-notes/20221103-privileged-scc.md b/release-notes/20221103-privileged-scc.md deleted file mode 100644 index 6e202f1fc..000000000 --- a/release-notes/20221103-privileged-scc.md +++ /dev/null @@ -1,4 +0,0 @@ - -The privileged SCC permission for Submariner components in OCP is set now by -creating separate `ClusterRole` and `ClusterRoleBinding` resources instead of -manipulating the system privileged SCC resource. diff --git a/release-notes/20230106-deprecations.md b/release-notes/20230106-deprecations.md deleted file mode 100644 index f2715d958..000000000 --- a/release-notes/20230106-deprecations.md +++ /dev/null @@ -1,18 +0,0 @@ - -The following deprecated commands and variants have been removed: - -* `subctl benchmark`’s `--kubecontexts` option (use `--context` and - `--tocontext` instead) -* `subctl benchmark`’s `--intra-cluster` option (specify a single - context to run intra-cluster benchmarks) -* `subctl benchmark` with two `kubeconfigs` as command-line arguments -* `subctl cloud`’s `--metrics-ports` option -* `subctl deploy-broker`’s `--broker-namespace` option (use - `--namespace` instead) -* `subctl diagnose firewall metrics` (this is checked during - deployment) -* `subctl diagnose firewall intra-cluster` with two `kubeconfigs` as - command-line arguments -* `subctl diagnose firewall inter-cluster` with two `kubeconfigs` as - command-line arguments -* `subctl gather`’s `--kubecontexts` option (use `--contexts` instead) diff --git a/release-notes/20230111-gather-iptables.md b/release-notes/20230111-gather-iptables.md deleted file mode 100644 index be361d51c..000000000 --- a/release-notes/20230111-gather-iptables.md +++ /dev/null @@ -1,3 +0,0 @@ - -The `subctl gather` command now collects the iptables info from -the cluster nodes for Calico and kindnet CNIs. diff --git a/release-notes/20230330-recover-broker-info.md b/release-notes/20230330-recover-broker-info.md deleted file mode 100644 index 7681ab5ef..000000000 --- a/release-notes/20230330-recover-broker-info.md +++ /dev/null @@ -1,2 +0,0 @@ - -Added a `subctl recover-broker-info` command to recover lost `broker-info.subm` file. diff --git a/release-notes/20230426-calico-ippools.md b/release-notes/20230426-calico-ippools.md deleted file mode 100644 index 5daf1c53c..000000000 --- a/release-notes/20230426-calico-ippools.md +++ /dev/null @@ -1,3 +0,0 @@ - -The `subctl diagnose` command now validates the Calico IPPool configuration -to match with Submariner requirements. diff --git a/release-notes/20230426-gather-ipset.md b/release-notes/20230426-gather-ipset.md deleted file mode 100644 index aca436ead..000000000 --- a/release-notes/20230426-gather-ipset.md +++ /dev/null @@ -1,3 +0,0 @@ - -The `subctl gather` command now collects the `ipset` info from -all the cluster nodes.