зеркало из
1
0
Форкнуть 0
Граф коммитов

46 Коммитов

Автор SHA1 Сообщение Дата
Anish Ramasekar fcb1e3f7a5
release: update manifest and helm charts for v1.3.0 (#1367)
Co-authored-by: aramase <aramase@users.noreply.github.com>
2024-06-04 15:19:37 -04:00
Anish Ramasekar 9b60b5240f
release: update manifest and helm charts for v1.2.2 (#1326)
Co-authored-by: aramase <aramase@users.noreply.github.com>
2024-04-17 16:20:31 -04:00
Anish Ramasekar 917896b0c0
release: update manifest and helm charts for v1.2.1 (#1279)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2024-03-05 10:18:05 -08:00
Anish Ramasekar 1039167e86
release: update manifest and helm charts for v1.2.0 (#1156)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-10-24 21:57:11 +00:00
Anish Ramasekar 656a0335f1
release: update manifest and helm charts for v1.1.0 (#935)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-05-08 12:24:16 -07:00
Anish Ramasekar a04974d556
feat: make podDisruptionBudget minAvailable/maxUnavailable configurable (#827)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-04-13 15:54:52 -07:00
Anish Ramasekar 9893baf454
release: update manifest and helm charts for v1.0.0 (#810)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-03-27 15:46:31 -04:00
Anish Ramasekar b0a9152fb0
release: update manifest and helm charts for v1.0.0-rc.0 (#807)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-03-21 14:32:34 -07:00
Anish Ramasekar 245f593136
feat: make pod annotations configurable in helm charts (#795)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-03-15 21:12:39 +00:00
Anish Ramasekar a8fe94e086
release: update manifest and helm charts for v1.0.0-beta.0 (#770)
Co-authored-by: aramase <aramase@users.noreply.github.com>
2023-03-01 15:46:37 -05:00
github-actions[bot] 8f241bd6d2
release: update manifest and helm charts for v1.0.0-alpha.0 (#740)
Co-authored-by: aramase <aramase@users.noreply.github.com>
2023-02-08 18:17:59 +00:00
Mo Khan 9ba3fff0a7
chore: move to mlog.New and drop klog and logr as direct deps (#722)
Signed-off-by: Monis Khan <mok@microsoft.com>
2023-01-27 14:25:39 -05:00
Anish Ramasekar 216db84ec4
chore: remove arc wiring and drop --arc-cluster flag from webhook (#723)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-01-26 19:07:53 -05:00
Anish Ramasekar 653d013a70
feat: update webhook failure policy to Fail and set objectSelector (#695)
- Sets failurePolicy to Fail
- Added `azure.workload.identity/use: "true"` label in objectSelector
- Regenerated helm charts and manifests

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-01-24 23:46:23 +00:00
Mo Khan 0befda9763
feat: migrate proxy and webhook to mlog (#707)
This is the minimal change required to migrate to mlog with a new
--log-level flag.  A future change will migrate from logr.Logger to
mlog.Logger.

This change does not migrate azwi to mlog because many of the logrus
calls use the unstructured APIs.  That will be a future change.

Signed-off-by: Monis Khan <mok@microsoft.com>
2023-01-24 15:11:07 -05:00
github-actions[bot] 9e27154155
release: update manifest and helm charts for v0.15.0 (#672)
Co-authored-by: aramase <aramase@users.noreply.github.com>
2022-12-13 23:13:02 +00:00
Anish Ramasekar 28a5746f31
feat: make mwh namespaceSelector configurable in helm charts (#644)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-11-22 11:59:38 -08:00
Anish Ramasekar 6a8e4bb1f6
feat: add podLabels to helm charts (#627)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-11-09 10:40:26 -08:00
github-actions[bot] 0198270274
release: update manifest and helm charts for v0.14.0 (#603)
Co-authored-by: enj <enj@users.noreply.github.com>
2022-10-20 18:53:31 +00:00
github-actions[bot] d08f46167b
release: update manifest and helm charts for v0.13.0 (#545)
* release: update manifest and helm charts for v0.13.0

* review feedback

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
Co-authored-by: aramase <aramase@users.noreply.github.com>
Co-authored-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-08-30 13:08:37 -07:00
Jacob Lorenzen 2e0b3967b8
feat: add image pull secrets to service account (#541)
* feat: add image pull secrets to service account

Introduces imagePullSecrets to the admin service account.
This allows to pulling images from private registries
where authentication is required.

Signed-off-by: Jacob Lorenzen <jacob@lorenzen.me>

* chore: remove whitespace triming

Co-authored-by: Anish Ramasekar <anish.ramasekar@gmail.com>

* chore: remove whitespace triming

Co-authored-by: Anish Ramasekar <anish.ramasekar@gmail.com>

* chore: improve naming of image pull secret

Co-authored-by: Anish Ramasekar <anish.ramasekar@gmail.com>

* chore: remove manifest separator at end of file

Co-authored-by: Anish Ramasekar <anish.ramasekar@gmail.com>

* chore: add newline
chore: rename HELMSUBST_SERVICEACCOUNT_IMAGE_PULL_SECRETS

Signed-off-by: Jacob Lorenzen <jacob@lorenzen.me>
Co-authored-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-08-29 15:21:34 -07:00
Simon Willemsen f823b98f5d
feat: Add objectselector to mutatingwebhook configuration (#524)
* feat: Add objectselector to mutatingwebhook configuration

make manifest run

feat: Add objectselector to mutating webhook

Squash commits:
Add an objectselector to the mutatingwebhook pods

feat: Add objectselector to mutating webhook

adds the option to use the objectselector to only use this webhook when pods match a certain label.

Add objectselector to mutating webhook

adds the option to use the objectselector to only use this webhook when pods match a certain label.

Update azure-wi-webhook-mutating-webhook-configuration-mutatingwebhookconfiguration.yaml

feat: Add objectselector to mutatingwebhook configuration

* feat: Add objectselector to mutatingwebhook configuration

Updating files based on feedback

feat: Add objectselector to mutatingwebhook configuration

Small changes, remove unneeded empty lines

* feat: Add objectselector to mutatingwebhook configuration

Co-authored-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-08-24 23:15:59 +00:00
Anish Ramasekar b5462cfc3c
feat: allow setting mwh annotations in helm charts (#537)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-08-22 23:24:27 +00:00
Anish Ramasekar 4956fbf4c7
feat: make priority class name configurable in helm charts (#527)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-08-12 23:40:22 +00:00
Anish Ramasekar 39fbdb3ec2
feat: make mwh failurePolicy configurable in helm charts (#528)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-08-12 15:54:58 -07:00
github-actions[bot] 8644a217f0
release: update manifest and helm charts for v0.12.0 (#509)
Co-authored-by: aramase <aramase@users.noreply.github.com>
2022-07-26 18:52:49 +00:00
github-actions[bot] 7677f4fc20
release: update manifest and helm charts for v0.11.0 (#481)
Co-authored-by: aramase <aramase@users.noreply.github.com>
2022-06-29 19:20:43 +00:00
Anish Ramasekar 77d7216873
feat: add metrics (#478)
* feat: add metrics

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

* chore: make metrics port configurable with helm

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-06-29 16:25:50 +00:00
Anish Ramasekar c21b798303
fix: add affinity to deployment in helm charts (#459)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-05-31 20:38:13 -07:00
github-actions[bot] f9a8323c4c
release: update manifest and helm charts for v0.10.0 (#448)
Co-authored-by: aramase <aramase@users.noreply.github.com>
2022-05-11 17:54:47 +00:00
github-actions[bot] bd35a25c7e
release: update manifest and helm charts for v0.9.0 (#405)
Co-authored-by: chewong <chewong@users.noreply.github.com>
2022-03-28 12:58:17 -07:00
github-actions[bot] d664867fa8
release: update manifest and helm charts for v0.8.0 (#364)
Co-authored-by: chewong <chewong@users.noreply.github.com>
2022-02-07 11:13:02 -08:00
Niels Claeys 038bf3b310
fix: add tolerations to controller manager deployment (#351) 2022-01-27 14:41:46 -08:00
github-actions[bot] 5ef06e09bf
release: update manifest and helm charts for v0.7.0 (#299)
Co-authored-by: chewong <chewong@users.noreply.github.com>
2021-12-14 23:05:30 +00:00
github-actions[bot] 40b3842dc4
release: update manifest and helm charts for v0.6.0 (#209)
Signed-off-by: Ernest Wong <chuwon@microsoft.com>

Co-authored-by: Ernest Wong <chuwon@microsoft.com>
2021-10-13 17:09:39 +00:00
github-actions[bot] fc1c981555
release: update manifest and helm charts for v0.5.0 (#183)
* release: update manifest and helm charts for v0.5.0

* fix: install the latest released charts from gh-pages

Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: chewong <chewong@users.noreply.github.com>
Co-authored-by: Ernest Wong <chuwon@microsoft.com>
2021-09-28 12:46:36 -07:00
Ernest Wong a0566b227a
feat: support console log encoding with klogr (#175)
Signed-off-by: GitHub <noreply@github.com>
2021-09-13 22:28:17 -07:00
Anish Ramasekar c36e3c6654
feat: set number of replicas to 2 for High Availability (#161)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2021-08-27 11:25:41 -07:00
github-actions[bot] 1cb9d78159
release: update manifest and helm charts for v0.4.0 (#155)
* release: update manifest and helm charts for v0.4.0

* chore: remove charts index and pod-identity-webhook

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

Co-authored-by: chewong <chewong@users.noreply.github.com>
Co-authored-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2021-08-26 11:04:56 -07:00
Ernest Wong 657c08ed7c
docs: rename to azure-workload-identity (#151)
Signed-off-by: Ernest Wong <chuwon@microsoft.com>
2021-08-25 18:30:58 +00:00
Anish Ramasekar f5f3cd8991
feat: rename module and annotations from aad-pod-managed-identity to azure-workload-identity (#150)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

feat: update labels, image repo path and namespace prefix

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

feat: rename annotations to azure.workload.identity/*

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2021-08-24 11:46:00 -07:00
Anish Ramasekar b256d4ae46
release: update manifest and helm charts for v0.3.0 (#115)
* release: update manifest and helm charts for v0.3.0

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

* docs: remove cert-manager requirement

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2021-07-28 16:44:49 -07:00
Anish Ramasekar 7845d7087b
feat: use cert-controller rotator for server certs (#93)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2021-07-19 22:32:46 +00:00
Ernest Wong 4569f630f3
test: add helm installation and upgrade as part of e2e (#90)
Signed-off-by: Ernest Wong <chuwon@microsoft.com>
2021-07-13 12:02:30 -07:00
Ernest Wong 97dff5a097
docs: documentation website backbone (#82)
Signed-off-by: Ernest Wong <chuwon@microsoft.com>
2021-07-12 19:56:02 +00:00
Heba Elayoty fb21ee1dad
generate helm from manifest (#66) 2021-07-07 19:37:42 -07:00