feat(webhooks): add mutation webhooks. #453
Annotations
3 errors
Error: Command failed with exit code 1: dotnet pack --configuration Release /property:Version=8.0.0-pre.22 /property:PackageReleaseNotes='# [8.0.0-pre.22](https://github.com/buehler/dotnet-operator-sdk/compare/v8.0.0-pre.21...v8.0.0-pre.22) (2023-10-12)
### Features
* **webhooks:** add mutation webhooks. ([93031b2](https://github.com/buehler/dotnet-operator-sdk/commit/93031b2894f0cfc337317fd81f44a0327a818cf9))
### BREAKING CHANGES
* **webhooks:** This overhauls the mutation webhooks.
Use the documentation to see how they work.
It is similar to validation webhooks%2c but with
changed results.
Signed-off-by: Christoph Bühler <[email protected]>
' /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk
MSBuild version 17.7.3+8ec440e68 for .NET
Determining projects to restore...
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Operator.Web/KubeOps.Operator.Web.csproj (in 3.02 sec).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.KubernetesClient/KubeOps.KubernetesClient.csproj (in 25 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj (in 4.09 sec).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Generator/KubeOps.Generator.csproj (in 1.06 sec).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Abstractions/KubeOps.Abstractions.csproj (in 8 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/examples/WebhookOperator/WebhookOperator.csproj (in 8 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/examples/Operator/Operator.csproj (in 50 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/test/KubeOps.Operator.Web.Test/KubeOps.Operator.Web.Test.csproj (in 17 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj (in 56 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/test/KubeOps.KubernetesClient.Test/KubeOps.KubernetesClient.Test.csproj (in 17 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Cli/KubeOps.Cli.csproj (in 334 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj (in 290 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Transpiler/KubeOps.Transpiler.csproj (in 10 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Operator/KubeOps.Operator.csproj (in 13 ms).
Restored /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/test/KubeOps.Generator.Test/KubeOps.Generator.Test.csproj (in 2 sec).
KubeOps.Abstractions -> /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Abstractions/bin/Release/net6.0/KubeOps.Abstractions.dll
KubeOps.Abstractions -> /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Abstractions/bin/Release/net7.0/KubeOps.Abstractions.dll
KubeOps.KubernetesClient -> /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.KubernetesClient/bin/Release/net7.0/KubeOps.KubernetesClient.dll
KubeOps.Generator -> /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Generator/bin/Release/netstandard2.0/KubeOps.Generator.dll
Successfully created package '/home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Generator/bin/Release/KubeOps.Generator.8.0.0-pre.22.nupkg'.
/usr/share/dotnet/sdk/7.0.402/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(203,6): warning : This project cannot be packaged because packaging has been disabled. Add <IsPackable>true</IsPackable> to the project file to enable producing a package from this project. [/home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/examples/WebhookOperator/WebhookOperator.csproj]
KubeOps.Operator -> /home/runner/work/dotnet-operator-sdk/dotnet-operator-sdk/src/KubeOps.Operator/bin/Release
|
src/KubeOps.Operator.Web/Webhooks/Mutation/MutationResult.cs#L16
The documentation for type parameter 'TEntity' is missing (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1618.md)
|
src/KubeOps.Operator.Web/Webhooks/Mutation/MutationResult.cs#L16
The documentation for type parameter 'TEntity' is missing (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1618.md)
|
The logs for this run have expired and are no longer available.
Loading