Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WirePact/k8s-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3458dabde86df2397d0efa6d5054ec8e39f953ce
Choose a base ref
..
head repository: WirePact/k8s-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ec2dd6bcc94d63225a2e66a805d40c31e0cf43bf
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 Operator/Operator.csproj
2 changes: 1 addition & 1 deletion Operator/Operator.csproj
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KubeOps" Version="7.1.2" />
<PackageReference Include="KubeOps" Version="7.2.0" />
</ItemGroup>

</Project>