Update SDK version to 14.0 for Kubernetes 1.30 (#1551)
* Update KUBERNETES_BRANCH to v1.30.0 in csharp.settings * Update version.json to 14.0 * Update SDK version to 14.0 for Kubernetes 1.30 * fix csharp naming conflict * drop support of net7 * remove unused comment
This commit is contained in:
6
.github/workflows/buildtest.yaml
vendored
6
.github/workflows/buildtest.yaml
vendored
@@ -16,7 +16,6 @@ jobs:
|
||||
with:
|
||||
dotnet-version: |
|
||||
6.0.x
|
||||
7.0.x
|
||||
8.0.x
|
||||
# - name: Check Format
|
||||
# # don't check formatting on Windows b/c of CRLF issues.
|
||||
@@ -48,10 +47,10 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v2
|
||||
- name: Setup dotnet SDK 7
|
||||
- name: Setup dotnet SDK
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '7.0.x'
|
||||
dotnet-version: '8.0.x'
|
||||
- name: Restore nugets (msbuild)
|
||||
run: msbuild .\src\KubernetesClient\ -t:restore -p:RestorePackagesConfig=true
|
||||
- name: Build (msbuild)
|
||||
@@ -68,7 +67,6 @@ jobs:
|
||||
with:
|
||||
dotnet-version: |
|
||||
6.0.x
|
||||
7.0.x
|
||||
8.0.x
|
||||
- name: Minikube
|
||||
run: minikube start
|
||||
|
||||
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -29,9 +29,7 @@ jobs:
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: |
|
||||
3.1.x
|
||||
6.0.x
|
||||
7.0.x
|
||||
8.0.x
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
|
||||
1
.github/workflows/docfx.yaml
vendored
1
.github/workflows/docfx.yaml
vendored
@@ -34,7 +34,6 @@ jobs:
|
||||
with:
|
||||
dotnet-version: |
|
||||
6.0.x
|
||||
7.0.x
|
||||
8.0.x
|
||||
|
||||
- name: Build
|
||||
|
||||
3
.github/workflows/draft.yaml
vendored
3
.github/workflows/draft.yaml
vendored
@@ -19,7 +19,6 @@ jobs:
|
||||
with:
|
||||
dotnet-version: |
|
||||
6.0.x
|
||||
7.0.x
|
||||
8.0.x
|
||||
|
||||
- name: dotnet restore
|
||||
@@ -37,4 +36,4 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh release create -d --generate-notes v$env:NBGV_NuGetPackageVersion
|
||||
gh release create -d --generate-notes v$env:NBGV_NuGetPackageVersion
|
||||
|
||||
1
.github/workflows/nuget.yaml
vendored
1
.github/workflows/nuget.yaml
vendored
@@ -19,7 +19,6 @@ jobs:
|
||||
with:
|
||||
dotnet-version: |
|
||||
6.0.x
|
||||
7.0.x
|
||||
8.0.x
|
||||
|
||||
- name: dotnet restore
|
||||
|
||||
Reference in New Issue
Block a user