KubeOps.Cli 8.0.0-pre.1

This is a prerelease version of KubeOps.Cli.
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global KubeOps.Cli --version 8.0.0-pre.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local KubeOps.Cli --version 8.0.0-pre.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=KubeOps.Cli&version=8.0.0-pre.1&prerelease
nuke :add-package KubeOps.Cli --version 8.0.0-pre.1

this project is the CLI of kubeops. used for all generation commands (generate crds and such)

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
9.1.1 614 5/22/2024
9.1.0 166 5/15/2024
9.0.2 124 5/13/2024
9.0.0 2,301 3/13/2024
9.0.0-pre.4 82 4/19/2024
9.0.0-pre.3 98 3/21/2024
9.0.0-pre.2 104 3/13/2024
9.0.0-pre.1 98 3/7/2024
8.0.2-pre.2 120 2/21/2024
8.0.2-pre.1 80 2/19/2024
8.0.1 1,611 2/13/2024
8.0.1-pre.7 63 2/12/2024
8.0.1-pre.6 58 2/7/2024
8.0.1-pre.5 80 2/5/2024
8.0.1-pre.4 54 1/31/2024
8.0.1-pre.3 55 1/26/2024
8.0.1-pre.2 60 1/25/2024
8.0.1-pre.1 55 1/18/2024
8.0.0 465 1/17/2024
8.0.0-pre.45 55 1/17/2024
8.0.0-pre.44 60 1/16/2024
8.0.0-pre.43 49 1/16/2024
8.0.0-pre.42 90 1/10/2024
8.0.0-pre.41 145 1/2/2024
8.0.0-pre.40 121 12/27/2023
8.0.0-pre.39 91 12/21/2023
8.0.0-pre.38 128 12/6/2023
8.0.0-pre.37 91 12/6/2023
8.0.0-pre.36 60 12/3/2023
8.0.0-pre.35 81 11/28/2023
8.0.0-pre.34 102 11/24/2023
8.0.0-pre.33 72 11/24/2023
8.0.0-pre.32 73 11/23/2023
8.0.0-pre.31 63 11/23/2023
8.0.0-pre.30 76 11/23/2023
8.0.0-pre.29 75 11/11/2023
8.0.0-pre.28 65 11/8/2023
8.0.0-pre.27 140 10/23/2023
8.0.0-pre.26 76 10/19/2023
8.0.0-pre.25 75 10/18/2023
8.0.0-pre.24 95 10/13/2023
8.0.0-pre.23 73 10/13/2023
8.0.0-pre.22 84 10/13/2023
8.0.0-pre.21 80 10/12/2023
8.0.0-pre.20 70 10/11/2023
8.0.0-pre.19 85 10/9/2023
8.0.0-pre.18 69 10/9/2023
8.0.0-pre.17 69 10/7/2023
8.0.0-pre.16 76 10/6/2023
8.0.0-pre.15 80 10/6/2023
8.0.0-pre.14 68 10/5/2023
8.0.0-pre.13 66 10/5/2023
8.0.0-pre.12 65 10/4/2023
8.0.0-pre.11 75 10/3/2023
8.0.0-pre.10 83 10/3/2023
8.0.0-pre.9 75 10/3/2023
8.0.0-pre.8 69 10/2/2023
8.0.0-pre.7 71 10/2/2023
8.0.0-pre.6 83 9/29/2023
8.0.0-pre.5 58 9/28/2023
8.0.0-pre.4 62 9/28/2023
8.0.0-pre.3 72 9/27/2023
8.0.0-pre.2 48 9/26/2023
8.0.0-pre.1 61 9/22/2023

'# [8.0.0-pre.1](https://github.com/buehler/dotnet-operator-sdk/compare/v7.6.0...v8.0.0-pre.1) (2023-09-22)


### Code Refactoring

* Split Operator in several packages ([#605](https://github.com/buehler/dotnet-operator-sdk/issues/605)) ([caa92e3](https://github.com/buehler/dotnet-operator-sdk/commit/caa92e3944d99c7e4a9a8af68a92afa1404364d3))


### BREAKING CHANGES

* This removes several features from the
7.x version. Required / missing features will
be added to the v8 again. As for the first
pre release, only the simple watcher and
reconciliation loop is present. No finalizer, events, leadership,
whatsoever is present in the library. The initial pre.0
release is meant to be the base for further implementations.
V8 will - hopefully - contain all required features again.
* The operator does not have commands
and command line executions packaged into the library.
A new dotnet tool is required for CRD generation and
other generators.
* All abstractions are extracted into
a KubeOps.Abstractions package.
* The operator is not required to have
ASP.net as default, it works with a normal console
host application as well.
* `master` is renamed to `main` and
maintenance and release branches are added.



'