Nont
962402bff1
Upgrade to Podman 5 to fix the vuln
2024-08-30 14:40:37 -05:00
Steven Fairchild
d874268829
Update hive image to tag bdf9d08a06 ( #3770 )
...
hive:bdf9d08a06 uses github.com/openshift/hive git commit bdf9d08a060abf558ca60e014123bf9278f58b4b.
2024-08-14 08:21:03 -04:00
Nicolas Ontiveros
78feafb7f3
Add middleware for mock MSI headers ( #3714 )
...
* Add middleware
* Add frontend
* Add unit test
* Add license and update go mod
* vendor
* Fix linting
* lint
* Remove unneeded comments
2024-07-29 13:41:22 -05:00
Anshul Verma
cb9a49bb5f
generated code from jewzaam/go-cosmosdb
2024-07-23 13:38:57 +05:30
Nicolas Ontiveros
ce31826325
Update Go to 1.21 ( #3698 )
...
* Update ci-go
* Update go toolset
* Update prepare shared rp dev
* Update prepare your dev
* More 1.21 updates
* more changes
* save work
* test
* tidy up
* Add license to typealker test
2024-07-18 17:35:06 +10:00
Tanmay Satam
320751aeae
Update go.sum ( #3703 )
2024-07-17 15:23:25 -04:00
Maitiú Ó Ciaráin
28ced6807d
Merge pull request #3688 from Azure/tsatam/hotfix-add-cpms-e2e-test
...
Add cpms e2e test
2024-07-17 17:36:38 +02:00
Amber Brown
d9800f0e7d
Update controllergen commands to work with 0.9.0 ( #3680 )
...
* update controllergen commands to work with 0.9.0
* changes from yaml output
* go mod vendor
2024-07-16 19:10:56 +10:00
Tanmay Satam
976404a1ab
Update openshift/client-go to release-4.12
2024-07-15 16:07:43 -04:00
Tanmay Satam
1b6e0e7584
Add controller to disable CPMS on ARO clusters ( #3660 )
...
* Update openshift/api to release-4.12
* Add machinev1 resources to scheme
* Add CPMSDeactivatorEnabled flag
* Add CPMS Deactivator operator controller
* Add controlplanemachinesets to system:aro-sre ClusterRole
* Use better naming convention for CPMS controller flag
* Change debug log messages to info
* Make CPMS controller exit early if clusterversion < 4.12
* Only setup CPMS controller on clusters with machinev1 API
This is necessary in order to Watch the CPMS resource - this operation will fail on
clusters that do not support the Machine V1 API (OCP <= 4.11), causing controller
setup to fail. Since these clusters do not have a CPMS resource to manage, we can
safely skip running this controller on those clusters.
* Fix CPMS controller name
2024-07-12 12:38:39 -06:00
Steven Fairchild
a69a16029e
Bump Hive Image to commit b1ac27b248159f179abf8c7e03e6ada5f17e86c0 - ARO-5063
...
Update default hive commit for config script
2024-07-08 13:11:43 -07:00
dependabot[bot]
66eb2f2f53
Bump github.com/gorilla/schema from 1.2.1 to 1.4.1
...
Bumps [github.com/gorilla/schema](https://github.com/gorilla/schema ) from 1.2.1 to 1.4.1.
- [Release notes](https://github.com/gorilla/schema/releases )
- [Commits](https://github.com/gorilla/schema/compare/v1.2.1...v1.4.1 )
---
updated-dependencies:
- dependency-name: github.com/gorilla/schema
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 20:39:23 +00:00
Rajdeep Singh Chauhan
883f1cb0ed
vendor changes for ARO-4373
2024-06-30 20:38:28 -04:00
Jonathan CHang
a8ee84c506
[ARO-4562] Migrate DNS to track2 SDK, arm dns client creation. ( #3625 )
2024-06-26 15:14:37 -04:00
Hilliary Lipsig
fa15953397
Merge pull request #3628 from Azure/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.6.0
...
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.4.0 to 1.6.0
2024-06-13 18:23:19 -07:00
dependabot[bot]
f911902d9f
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity
...
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ) from 1.4.0 to 1.6.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md )
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.4.0...sdk/azcore/v1.6.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 20:26:39 +00:00
Anshul Verma
7b5dc42104
generated code from the lastest merge in go-cosmosdb repo
2024-06-11 22:24:45 +05:30
dependabot[bot]
43d9e071fb
Bump github.com/containers/image/v5 from 5.29.2 to 5.29.3
...
Bumps [github.com/containers/image/v5](https://github.com/containers/image ) from 5.29.2 to 5.29.3.
- [Release notes](https://github.com/containers/image/releases )
- [Commits](https://github.com/containers/image/compare/v5.29.2...v5.29.3 )
---
updated-dependencies:
- dependency-name: github.com/containers/image/v5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 08:43:59 -04:00
Steven Fairchild
08ebcf1631
Revender hive to commit d7ead609f495785360aeea7c318f28fe82f9bcbf
2024-06-06 08:55:00 -04:00
Steven Fairchild
24f43d8b6a
Revendor Hive Dependencies - ARO-5061 ( #3578 )
...
* Revender Hive Dependencies - ARO-5061
Revendering Hive Dependencies against hive commit git, commit 83aedb9f6e73f9668a3b96025c97052bfb1e5282, built at 2024-05-10T15:02:58Z
* Revender hive dependencies
2024-05-15 12:31:13 -04:00
Jonathan CHang
32c15b1a3f
[ARO-4637] Migrate keyvault to track2 SDK ( #3275 )
...
* create client and vendor for armkeyvault
* fix cluster
* remove old keyvault
* change input option to environment option
* add credit
* fix mix import
* fix lint
* fix import in valut
* reoreder valut impoty
* fix vulnerability
* remobe package lock
* fix audit
* audit force
* fix audit
* ufix audit
* run npm update then fix
* fix nit
* bump version
* bump version
* bump
* bump
* match with master
* remove
* lint
* remove package-lock.json
* change to arm option
* mod vendor
* fix lint
* fix lint
---------
Co-authored-by: jonachang <jonachang@microsoft.com>
2024-04-25 11:40:15 +02:00
Miguel Abad Perez
e5c4065427
Merge pull request #3488 from Azure/dependabot/go_modules/github.com/containers/podman/v4-4.9.4
...
Bump github.com/containers/podman/v4 from 4.9.3 to 4.9.4
2024-03-29 16:05:53 +00:00
Ben Vesel
968211d549
Merge pull request #3446 from Azure/dependabot/go_modules/gopkg.in/go-jose/go-jose.v2-2.6.3
...
Bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3
2024-03-28 14:29:09 -04:00
Ben Vesel
365d2eac3d
Merge pull request #3483 from Azure/dependabot/go_modules/github.com/containers/buildah-1.33.7
...
Bump github.com/containers/buildah from 1.33.5 to 1.33.7
2024-03-28 14:27:58 -04:00
dependabot[bot]
6ae39e1ae8
Bump github.com/containers/podman/v4 from 4.9.3 to 4.9.4
...
Bumps [github.com/containers/podman/v4](https://github.com/containers/podman ) from 4.9.3 to 4.9.4.
- [Release notes](https://github.com/containers/podman/releases )
- [Changelog](https://github.com/containers/podman/blob/v4.9.4/RELEASE_NOTES.md )
- [Commits](https://github.com/containers/podman/compare/v4.9.3...v4.9.4 )
---
updated-dependencies:
- dependency-name: github.com/containers/podman/v4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 17:56:18 +00:00
dependabot[bot]
993be19774
Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3
...
Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose ) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Changelog](https://github.com/go-jose/go-jose/blob/v3.0.3/CHANGELOG.md )
- [Commits](https://github.com/go-jose/go-jose/compare/v3.0.1...v3.0.3 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 09:21:02 -04:00
dependabot[bot]
7caaec77cb
Bump github.com/containers/buildah from 1.33.5 to 1.33.7
...
Bumps [github.com/containers/buildah](https://github.com/containers/buildah ) from 1.33.5 to 1.33.7.
- [Release notes](https://github.com/containers/buildah/releases )
- [Changelog](https://github.com/containers/buildah/blob/v1.33.7/CHANGELOG.md )
- [Commits](https://github.com/containers/buildah/compare/v1.33.5...v1.33.7 )
---
updated-dependencies:
- dependency-name: github.com/containers/buildah
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 13:19:21 +00:00
dependabot[bot]
d6c204f133
Bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 24.0.7+incompatible to 24.0.9+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v24.0.7...v24.0.9 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 09:15:07 -04:00
Tanmay Satam
e32a4402b6
Update go-cosmosdb to latest version
2024-03-20 18:17:20 -04:00
dependabot[bot]
7b42115e55
Bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3
...
Bumps gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3.
---
updated-dependencies:
- dependency-name: gopkg.in/go-jose/go-jose.v2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-14 05:05:50 +00:00
dependabot[bot]
53c0b2adaf
Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
...
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 23:43:40 +00:00
Amber Brown
7a415b07de
Remove unneeded OpenShift pins & imports ( #3430 )
...
* Remove dependencies on console-operator and cluster-api-azure
* remove the forks that we don't use
* go mod updates
* go mod vendor
* stop relying on the providerspec being registered in tests
* cleanups
* update go sum
* test coverage fixes
2024-03-12 16:23:44 +11:00
Amber Brown
c1c0622054
Update dependencies ( #3432 )
...
Update dependencies (containerd, podman...)
2024-03-11 14:29:47 +01:00
dependabot[bot]
e794becec0
Bump github.com/containerd/containerd from 1.7.0 to 1.7.11
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.7.0 to 1.7.11.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v1.7.0...v1.7.11 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 02:50:56 +00:00
dependabot[bot]
6a5569049d
Bump github.com/containers/podman/v4 from 4.4.2 to 4.5.0 ( #3390 )
...
Bumps [github.com/containers/podman/v4](https://github.com/containers/podman ) from 4.4.2 to 4.5.0.
- [Release notes](https://github.com/containers/podman/releases )
- [Changelog](https://github.com/containers/podman/blob/main/RELEASE_NOTES.md )
- [Commits](https://github.com/containers/podman/compare/v4.4.2...v4.5.0 )
---
updated-dependencies:
- dependency-name: github.com/containers/podman/v4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-14 08:45:20 -05:00
Steven Fairchild
6bd01cddf4
Revendor hive to 5fbe0d158ba9 ( #3377 )
...
* Increase golangci-lint verbosity
* Revender hive to 9dd47f8bfa1f
2024-02-12 10:13:32 -05:00
dependabot[bot]
47121a5cf9
Bump github.com/opencontainers/runc from 1.1.6 to 1.1.12
...
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc ) from 1.1.6 to 1.1.12.
- [Release notes](https://github.com/opencontainers/runc/releases )
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.12/CHANGELOG.md )
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.6...v1.1.12 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 16:30:55 -05:00
Amber Brown
253a59efa4
Trim the dependency tree ( #3351 )
2024-01-17 12:08:17 +11:00
Nont
5068e9d4e7
Add unit tests for ensureAccessTokenClaims ( #3337 )
2024-01-11 07:22:44 -07:00
dependabot[bot]
c2e4bf4509
Bump golang.org/x/crypto from 0.14.0 to 0.17.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 16:15:36 -05:00
dependabot[bot]
5aac7c6b93
Bump github.com/containerd/containerd from 1.6.18 to 1.6.26
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.6.18 to 1.6.26.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v1.6.18...v1.6.26 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 16:14:35 -05:00
Steven Fairchild
72fd8ad97c
Update Go Vendored Modules - ARO-4776 ( #3302 )
...
* MDM Image Bump - ARO-4792
Update MDM image to genevamdm:2.2023.1118.1225-d7e0d6-20231118t1338
* Update k8s.io/kubernetes - ARO-4776
Update Go vendored modules to fix:
- [GHSA-hq6q-c2x6-hmch](https://github.com/advisories/GHSA-hq6q-c2x6-hmch )
2023-12-01 13:39:42 -05:00
Lisa Rashidi-Ranjbar
b86781166e
ARO-4779: Update hive dependency to close vulns
2023-11-29 15:43:28 -05:00
Kipp Morris
9a9edacf6b
Update ARO operator Azure auth scheme to use a DefaultAzureCredential ( #3274 )
...
* Update the cluster authorizer to use a DefaultAzureCredential
* Update the ARO operator to set and use DefaultAzureCredential via env vars
* Add a CredentialsRequest to the ARO operator deployment
* Restart the ARO operator upon `az aro update`
* Removed now unused AzCredentials function
* Changed ARO operator deployment wait time during `az aro update` from
20 minutes -> 5 minutes
* Refactor CliWithApply to generalize to different object types
* Updated Restart in pkg/util/kubernetes to use server-side apply
* Updated Restart in pkg/operator/deploy to only return an error after
at least attempting to restart all of the deployments passed in
* E2E test for ARO operator master deployment's restart upon cluster update
* Wait for the ARO operator's CredentialsRequest to be reconciled before
restarting
2023-11-28 10:45:00 -05:00
Nont
e7f514086d
Migrate documentdb client from sdk track 1 to track 2 client ( #3255 )
...
* Create documentdb track 2 client and mockgen
* Replace track 1 documentdb with track 2
* Refactor per comments
* Delete unused client
* Fix generated env mocks
2023-11-17 15:34:17 -05:00
dependabot[bot]
7e96231739
Bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 23.0.3+incompatible to 24.0.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v23.0.3...v24.0.7 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 15:45:12 +00:00
Nont
effcd0beab
Fix make generate
2023-10-27 09:51:40 -04:00
nont
dfa6c1a0ab
Add azcore/arm and network/v2 to vendor
2023-10-27 09:51:40 -04:00
dependabot[bot]
dc0e7e130c
Bump golang.org/x/net from 0.14.0 to 0.17.0 ( #3209 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12 08:49:43 -04:00
Petr Kotas
78f2f66680
Trim dependency graph by removing unused stuff ( #3186 )
...
Signed-off-by: Petr Kotas <pkotas@redhat.com>
2023-10-11 10:40:03 -04:00