Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
release: update manifest and helm charts for v1.8.4 (#1164)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
Ernest Wong committed Sep 16, 2021
1 parent 478bdab commit 6271637
Show file tree
Hide file tree
Showing 26 changed files with 88 additions and 46 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ generate-crds: $(CONTROLLER_GEN) $(KUSTOMIZE)

.PHONY: promote-staging-manifest
promote-staging-manifest:
@gsed -i "s/version: .*/version: ${NEW_CHART_VERSION}/g" manifest_staging/charts/aad-pod-identity/Chart.yaml
@gsed -i "s/appVersion: .*/appVersion: ${NEW_APP_VERSION}/g" manifest_staging/charts/aad-pod-identity/Chart.yaml
@gsed -i "s/tag: .*/tag: v${NEW_APP_VERSION}/g" manifest_staging/charts/aad-pod-identity/values.yaml
@sed -i "s/version: .*/version: ${NEW_CHART_VERSION}/g" manifest_staging/charts/aad-pod-identity/Chart.yaml
@sed -i "s/appVersion: .*/appVersion: ${NEW_APP_VERSION}/g" manifest_staging/charts/aad-pod-identity/Chart.yaml
@sed -i "s/tag: .*/tag: v${NEW_APP_VERSION}/g" manifest_staging/charts/aad-pod-identity/values.yaml
@rm -rf deploy charts/aad-pod-identity
@cp -r manifest_staging/deploy .
@cp -r manifest_staging/charts .
Expand Down
Binary file added charts/aad-pod-identity-4.1.5.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/aad-pod-identity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: Deploy components for aad-pod-identity
name: aad-pod-identity
version: 4.1.4
appVersion: 1.8.3
version: 4.1.5
appVersion: 1.8.4
home: https://github.com/Azure/aad-pod-identity
sources:
- https://github.com/Azure/aad-pod-identity
Expand Down
5 changes: 3 additions & 2 deletions charts/aad-pod-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ helm install aad-pod-identity aad-pod-identity/aad-pod-identity
| `4.1.2` | `1.8.1` ||
| `4.1.3` | `1.8.2` ||
| `4.1.4` | `1.8.3` ||
| `4.1.5` | `1.8.4` ||

## Introduction

Expand Down Expand Up @@ -255,7 +256,7 @@ The following tables list the configurable parameters of the aad-pod-identity ch
| `adminsecret.useMSI` | Set to `true` when using a user managed identity | ` ` |
| `adminsecret.userAssignedMSIClientID` | Azure user managed identity client ID | ` ` |
| `mic.image` | MIC image name | `mic` |
| `mic.tag` | MIC image tag | `v1.8.3` |
| `mic.tag` | MIC image tag | `v1.8.4` |
| `mic.priorityClassName` | MIC priority class (can only be set when deploying to kube-system namespace) | |
| `mic.logVerbosity` | Log level. Uses V logs (klog) | `0` |
| `mic.loggingFormat` | Log format. One of (text \| json) | `text` |
Expand All @@ -279,7 +280,7 @@ The following tables list the configurable parameters of the aad-pod-identity ch
| `mic.updateUserMSIRetryInterval` | The duration to wait before retrying UpdateUserMSI (batch assigning/un-assigning identity from VM/VMSS) in case of errors | If not provided, default value is `1s` |
| `mic.identityAssignmentReconcileInterval` | The interval between reconciling identity assignment on Azure based on an existing list of AzureAssignedIdentities | If not provided, default value is `3m` |
| `nmi.image` | NMI image name | `nmi` |
| `nmi.tag` | NMI image tag | `v1.8.3` |
| `nmi.tag` | NMI image tag | `v1.8.4` |
| `nmi.priorityClassName` | NMI priority class (can only be set when deploying to kube-system namespace) | |
| `nmi.logVerbosity` | Log level. Uses V logs (klog) | `0` |
| `nmi.loggingFormat` | Log format. One of (text \| json) | `text` |
Expand Down
8 changes: 4 additions & 4 deletions charts/aad-pod-identity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ operationMode: "standard"

mic:
image: mic
tag: v1.8.3
tag: v1.8.4

# ref: https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/#marking-pod-as-critical
priorityClassName: ""
Expand Down Expand Up @@ -157,7 +157,7 @@ mic:

nmi:
image: nmi
tag: v1.8.3
tag: v1.8.4

# ref: https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/#marking-pod-as-critical
priorityClassName: ""
Expand Down Expand Up @@ -235,8 +235,8 @@ nmi:
blockInstanceMetadata: ""

# https://github.com/Azure/aad-pod-identity/blob/master/docs/readmes/README.featureflags.md#metadata-header-required-flag
# default is false
metadataHeaderRequired: ""
# default is true
metadataHeaderRequired: true

# enable running aad-pod-identity on clusters with kubenet
# default is false
Expand Down
17 changes: 16 additions & 1 deletion charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
apiVersion: v1
entries:
aad-pod-identity:
- apiVersion: v2
appVersion: 1.8.4
created: "2021-09-16T21:51:06.315170852Z"
description: Deploy components for aad-pod-identity
digest: 9522ec6b5504298663b715812247839c02b559628ed1dc36eec37fc0f0b8b2e6
home: https://github.com/Azure/aad-pod-identity
maintainers:
- email: anish.ramasekar@gmail.com
name: aramase
name: aad-pod-identity
sources:
- https://github.com/Azure/aad-pod-identity
urls:
- https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts/aad-pod-identity-4.1.5.tgz
version: 4.1.5
- apiVersion: v2
appVersion: 1.8.3
created: "2021-08-27T10:24:18.69167-07:00"
Expand Down Expand Up @@ -301,4 +316,4 @@ entries:
urls:
- https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts/aad-pod-identity-1.5.2.tgz
version: 1.5.2
generated: "2021-08-27T10:24:18.689549-07:00"
generated: "2021-09-16T21:51:06.313050524Z"
2 changes: 1 addition & 1 deletion deploy/demo/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: demo
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/demo:v1.8.3"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/demo:v1.8.4"
args:
- "--subscription-id=SUBSCRIPTION_ID"
- "--identity-client-id=CLIENT_ID"
Expand Down
5 changes: 3 additions & 2 deletions deploy/infra/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,11 +475,12 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.3"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.4"
args:
- "--node=$(NODE_NAME)"
- "--http-probe-port=8085"
- "--enableScaleFeatures=true"
- "--metadata-header-required=true"
env:
- name: HOST_IP
valueFrom:
Expand Down Expand Up @@ -594,7 +595,7 @@ spec:
serviceAccountName: aad-pod-id-mic-service-account
containers:
- name: mic
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.3"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.4"
args:
- "--cloudconfig=/etc/kubernetes/azure.json"
- "--logtostderr"
Expand Down
5 changes: 3 additions & 2 deletions deploy/infra/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,11 +431,12 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.3"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.4"
args:
- "--node=$(NODE_NAME)"
- "--http-probe-port=8085"
- "--enableScaleFeatures=true"
- "--metadata-header-required=true"
env:
- name: HOST_IP
valueFrom:
Expand Down Expand Up @@ -495,7 +496,7 @@ spec:
spec:
containers:
- name: mic
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.3"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.4"
args:
- "--kubeconfig=/var/lib/kubelet/kubeconfig"
- "--cloudconfig=/etc/kubernetes/azure.json"
Expand Down
3 changes: 2 additions & 1 deletion deploy/infra/managed-mode-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,13 +306,14 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.3"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.4"
args:
- "--node=$(NODE_NAME)"
- "--operation-mode=managed"
- "--forceNamespaced"
- "--http-probe-port=8085"
- "--enableScaleFeatures=true"
- "--metadata-header-required=true"
env:
- name: HOST_IP
valueFrom:
Expand Down
5 changes: 3 additions & 2 deletions deploy/infra/noazurejson/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,12 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.3"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.4"
args:
- "--node=$(NODE_NAME)"
- "--http-probe-port=8085"
- "--enableScaleFeatures=true"
- "--metadata-header-required=true"
env:
- name: HOST_IP
valueFrom:
Expand Down Expand Up @@ -604,7 +605,7 @@ spec:
serviceAccountName: aad-pod-id-mic-service-account
containers:
- name: mic
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.3"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.4"
args:
- "--logtostderr"
securityContext:
Expand Down
5 changes: 3 additions & 2 deletions deploy/infra/noazurejson/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,11 +429,12 @@ spec:
type: FileOrCreate
containers:
- name: nmi
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.3"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.4"
args:
- "--node=$(NODE_NAME)"
- "--http-probe-port=8085"
- "--enableScaleFeatures=true"
- "--metadata-header-required=true"
env:
- name: HOST_IP
valueFrom:
Expand Down Expand Up @@ -507,7 +508,7 @@ spec:
spec:
containers:
- name: mic
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.3"
image: "mcr.microsoft.com/oss/azure/aad-pod-identity/mic:v1.8.4"
args:
- "--kubeconfig=/var/lib/kubelet/kubeconfig"
- "--logtostderr"
Expand Down
4 changes: 2 additions & 2 deletions manifest_staging/charts/aad-pod-identity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: Deploy components for aad-pod-identity
name: aad-pod-identity
version: 4.1.4
appVersion: 1.8.3
version: 4.1.5
appVersion: 1.8.4
home: https://github.com/Azure/aad-pod-identity
sources:
- https://github.com/Azure/aad-pod-identity
Expand Down
Loading

0 comments on commit 6271637

Please sign in to comment.