Skip to content

Commit bb306ef

Browse files
authored
Merge branch 'main' into dependabot/github_actions/github/codeql-action-3.28.15
2 parents 9dbe1bb + 4c305ee commit bb306ef

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [0.17.9] - 2025-04-21
4+
5+
### Added
6+
7+
- #544 remove annotate-namespace for fleet
8+
39
## [0.17.8] - 2025-04-14
410

511
### Added

pkg/fixtures/workflows/github/kustomize/.github/workflows/azure-kubernetes-service-kustomize.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,5 @@ jobs:
176176
private-cluster: ${{ steps.isPrivate.outputs.PRIVATE_CLUSTER == 'true' }}
177177
namespace: ${{ env.NAMESPACE }}
178178
resource-type: ${{ env.CLUSTER_RESOURCE_TYPE }}
179+
annotate-namespace: ${{ env.CLUSTER_RESOURCE_TYPE != 'Microsoft.ContainerService/fleets' }}
179180

pkg/fixtures/workflows/github/manifests/.github/workflows/azure-kubernetes-service.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,4 @@ jobs:
161161
private-cluster: ${{ steps.isPrivate.outputs.PRIVATE_CLUSTER == 'true' }}
162162
namespace: ${{ env.NAMESPACE }}
163163
resource-type: ${{ env.CLUSTER_RESOURCE_TYPE }}
164+
annotate-namespace: ${{ env.CLUSTER_RESOURCE_TYPE != 'Microsoft.ContainerService/fleets' }}

template/workflows/kustomize/.github/workflows/azure-kubernetes-service-kustomize.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,5 @@ jobs:
176176
private-cluster: ${{ steps.isPrivate.outputs.PRIVATE_CLUSTER == 'true' }}
177177
namespace: ${{ env.NAMESPACE }}
178178
resource-type: ${{ env.CLUSTER_RESOURCE_TYPE }}
179+
annotate-namespace: ${{ env.CLUSTER_RESOURCE_TYPE != 'Microsoft.ContainerService/fleets' }}
179180
`}}

template/workflows/manifests/.github/workflows/azure-kubernetes-service.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,5 @@ jobs:
162162
private-cluster: ${{ steps.isPrivate.outputs.PRIVATE_CLUSTER == 'true' }}
163163
namespace: ${{ env.NAMESPACE }}
164164
resource-type: ${{ env.CLUSTER_RESOURCE_TYPE }}
165+
annotate-namespace: ${{ env.CLUSTER_RESOURCE_TYPE != 'Microsoft.ContainerService/fleets' }}
165166
`}}

0 commit comments

Comments
 (0)