Граф коммитов

323 Коммитов

Автор SHA1 Сообщение Дата
Amber Brown 796b7141c0 add ubi9, latest MUO, mariner azure-cli 2023-09-06 15:40:49 +10:00
Amber Brown c81ec65fb6 4.10+ mirroring 2023-09-06 15:40:33 +10:00
Caden Marchese 56352e6f02
Mirror the hive version we intend to upgrade to (#3126) 2023-08-31 19:41:38 -04:00
Amber Brown 1e3c10291f
Remove old upgradestreams logic from the monitor & old parts of the RP (#3092) 2023-08-31 09:22:24 +10:00
Lisa Ranjbar Miller b7ba1cc158
ARO-3112: Set DisableOutbound SNAT to true on Load Balancers (#3069) 2023-08-28 07:51:49 -06:00
Nicolas Ontiveros 01cf99f1ca
Unplanned Maintenance Signals (#3060)
Co-authored-by: Nicolas Ontiveros <nicolas.ontiveros@microsoft.com>
2023-08-25 13:17:19 -04:00
Shivkumar Anil Ople d74f9f3106
ran make generate (#3106) 2023-08-22 12:13:37 -04:00
Goutham Muguluvalli Niranjan f9ee191ad8
skeleton for 20230904 (#3048)
* skeleton for 20230904

* Update .sha256sum

---------

Co-authored-by: gniranjan <gniranjan@microsoft.com>
2023-07-21 12:16:46 -04:00
Matthew Barnes a12ca8ab67 update_ocp_versions: Code cleanup
Split off a new function so the environment variable name
INSTALLER_IMAGE_DIGESTS only has to be specified once.
2023-07-19 11:46:09 +02:00
Amber Brown 12f1466e35
Remove the inbuilt installer (#3030)
* axe the build tags

* graph removals

* remove installer code

* go mod tidy

* go mod vendor
2023-07-18 14:56:23 +10:00
Jory Horeman 9bb3a47f45
bumping versions and make generate (#3019)
Co-authored-by: b-jhoreman <b-jhoreman@microsoft.com>
2023-07-13 16:27:13 +12:00
Matthew Barnes 8877ebc582
Read installer image digests from an environment variable (#3009)
INSTALLER_IMAGE_DIGESTS should be a JSON-formatted mapping of
"MAJOR.MINOR" OpenShift versions to an aro-installer image digest.
2023-07-11 10:30:36 -06:00
Ben Vesel 0378d0ecf7
Installer images use sha256 (#2967)
* Fix equality logic on version

* Leverage image digests when using the aro-installer image

* frontend: Discontinue adding default to enabled OCP versions

The CosmosDB "OpenShiftVersions" container in all environments is
now primed with supported OCP versions. RP no longer needs to hard
code a default in enabledOcpVersions.

* Insert the default version into cosmosdb on cluster creation in localdevmode

---------

Co-authored-by: Matthew Barnes <mbarnes@fedoraproject.org>
2023-07-03 15:18:22 -04:00
Ben Vesel 4100e65eef
Update the hive image used to an older commit but built more recently (#2985) 2023-06-26 14:17:34 -04:00
Tony Schneider bcd60e807f
initial scaffolding for preview api (#2972) 2023-06-20 18:56:30 -04:00
Tanmay Satam 3bd4779ae0
Update Hive image to 32e143a294 (#2962) 2023-06-14 11:57:03 -04:00
Aldo Fuster Turpin a3b9613323
Refactor/env vars access (#2693)
Limits the dependency between packages to make the code more readable
2023-06-01 14:10:36 +02:00
Jeff Yuan ae487eac38
Merge branch 'master' into feature/guardrails 2023-05-30 22:50:21 +12:00
bennerv 2cfc6ce97c Bump fluentbit, mdm, mdsd images 2023-05-25 10:07:38 -04:00
Jeff Yuan dbb42a4414 Merge branch 'master' 2023-05-08 18:37:17 +12:00
bennerv d91f5f880d Use less vulnerable container image based on ubi8 2023-05-04 15:07:34 -04:00
bennerv 70be97da54 Use ad-hoc hive build image from hive team which should not have mem leaks 2023-05-04 11:36:31 -04:00
Spencer Amann d1ed7b2283
removes extra space in hive image tag (#2882) 2023-04-27 14:20:51 -04:00
Ben Vesel 97a858e9a4
Update hive image in use in prod (#2881)
* Drop the hive image a few commits due to issues with dependencies on CRDs that do not exist in a non-ocp cluster

* Move one-off images to top to mirror them first
2023-04-27 16:54:53 +00:00
Amber Brown 03578b9c0c
Update to use new fluentbit, mdm, and mdsd (#2855)
* update to use new fluentbit, mdm, and mdsd
2023-04-27 12:14:09 +10:00
bennerv cd44dac944 Bump the hive image to latest to addresss vulns 2023-04-26 11:51:08 -04:00
Amber Brown 061407ec5e
Update mirror image syncs to the latest versions (#2849)
Add more mirror images
2023-04-19 10:05:35 +10:00
Matthew Barnes d42a0c1711 pkg/deploy: Caller provides an appropriate TokenCredential
Unlike its ADAL-based predecessor NewAuthorizerFromEnvironment,
azidentity.NewEnvironmentCredential does not attempt to use MSI,
and ARO uses MSI when deploying to production environments.

Work around this by having the caller provide an appropriate
TokenCredential when creating a Deployer instance.
2023-04-13 04:36:30 -04:00
bennerv f66f9f3ac2 Start mirroring from 4.8 as below versions are no longer getting updates 2023-04-12 16:01:56 -04:00
Jeremy Facchetti b3b047e9f9
improved naming (#2828) 2023-04-12 12:41:14 +02:00
Matthew Barnes 176a7c9fbe azureclient: Add scope members to AROEnvironment
Scope strings should mostly go away once the RP code is fully
migrated to the newer TokenCredential-based Azure SDK, but this
was requested by multiple peer-reviewers.
2023-04-11 16:32:49 -04:00
Matthew Barnes 4d264806a2 pkg/env: Port to azidentity 2023-04-11 16:32:49 -04:00
Jeremy Facchetti 5c5a96fc40
enrichers redesign (#2402)
redesigned enrichers for better understandability
2023-04-05 15:30:24 +02:00
Jeremy Facchetti c9e3c5fefe Revert "Merge pull request #2554 from anshulvermapatel/azure-side-information"
This reverts commit eb1b604233, reversing
changes made to 3a874e3c90.
2023-04-04 15:13:16 +02:00
Amber Brown aee7b316c4 change mariner to go from MCR 2023-03-30 09:35:45 -04:00
Amber Brown 9129880a9c
only mirror geneva images in public cloud (#2678) 2023-03-23 12:24:14 +11:00
Anshul Verma 6ddd2f5260 removed comments 2023-03-16 16:31:11 +05:30
Anshul Verma 8810723598 adding remaining files 2023-03-16 16:31:11 +05:30
Jeremy Facchetti bafff689b2
removed gorilla from the gateway (#2639)
* removed gorilla from gateway

* added firewall rule

* added method check

* generate
2023-03-07 15:48:26 +01:00
Amber Brown f7ef0b7668
Add a Fluentbit image build using Mariner containers (#2520) 2023-03-06 11:55:01 +11:00
Jeff Yuan 5fefad4b19 merge with master plus some adaptions 2023-02-28 16:07:07 +13:00
bennerv 2bce8dd422 Refactor hive install versions to dynamically build the installer pull spec based on minor version 2023-02-23 09:20:24 -05:00
bennerv fab97fc520 Rename InstallStream to DefaultInstallStream 2023-02-23 09:20:24 -05:00
Carlo Wisse d536465e5d New API skeleton for v20230401 & make generate output 2023-02-22 16:35:08 -05:00
Petr Kotas c0a3460e2a
Add 4.11 latest version to update-version (#2736)
Signed-off-by: Petr Kotas <pkotas@redhat.com>
2023-02-22 17:40:41 +01:00
Mikalai Radchuk abfef9a5c4 Removes dynamichelper from systemreserved 2023-02-20 23:59:52 +00:00
Ben Vesel 782894071c
Merge pull request #2637 from s-amann/feature/ARO-1608-return-hive-deployment-cr-info
Feature/aro-1608 return hive deployment cr info
2023-02-20 11:53:32 -05:00
Mikalai Radchuk c469adbe78 Standardises dynamichelper instantiation 2023-02-16 10:05:01 +00:00
Mikalai Radchuk 74bd11480b Removes dependency on a versioned kube client 2023-02-15 09:09:34 +00:00
Spencer Amann cd1329ab47 directly injects hive.ClusterManager to the frontend
adds basic e2e test for new admin api
2023-02-14 15:21:54 -05:00