Amber Brown
9e842a962d
Vendoring
...
go mod tidy -compat=1.17 && go mod vendor
2022-09-27 15:16:30 +01:00
Amber Brown
26ef9684eb
update to ginkgo v2 in the e2e tests
2022-09-27 15:16:30 +01:00
Brendan Bergen
b17f992af5
Replace strings.Title with caser
2022-08-22 15:31:52 -06:00
Amber Brown
2b58d89e3e
Fix some drift from multiple merges ( #2317 )
2022-08-09 08:53:57 +02:00
Mikalai Radchuk
5ab9a3e095
Vendoring: update Hive to the latest version ( #2263 )
...
* Updates vendoring docs and scripts
* Makes use of `go mod tidy -compat=1.17`:
we do not have to be compatible with prior versions.
Saves a bit of headache when dealing with dependencies.
* Makes `hack/update-go-module-dependencies.sh` ignore `github.com/openshift/hive`:
it is not part of OCP dependencies and is not following `release-4.Y` branching.
We want to update it separately.
* Vendoring: update Hive to the latest version
* make generate
2022-07-19 13:44:23 -04:00
Ulrich Schlueter
3d8654a1a7
Register cluster with hive at install time
2022-07-05 16:16:56 +01:00
Amber Brown
07108b5a7b
update deps
2022-07-04 13:13:56 +01:00
dependabot[bot]
6990ae3470
Bump github.com/coreos/ignition/v2 from 2.13.0 to 2.14.0
...
Bumps [github.com/coreos/ignition/v2](https://github.com/coreos/ignition ) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/coreos/ignition/releases )
- [Changelog](https://github.com/coreos/ignition/blob/main/docs/release-notes.md )
- [Commits](https://github.com/coreos/ignition/compare/v2.13.0...v2.14.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/ignition/v2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-08 11:26:41 +02:00
Spencer Amann
7bba674b3a
when mhc is managed create an alert for frequent remediation ( #2123 )
2022-05-31 09:34:48 -04:00
darthhexx
1c4e98933e
Vendor installer release 4.10
...
Switches to go.1.17, OCP 4.10, and Kubernetes 1.23 modules.
2022-05-25 14:49:12 +10:00
Jeff Yuan
6b2f23d02c
update go-cosmosdb version to incorporate the latest change ( #2006 )
2022-03-16 19:54:04 -05:00
Ross Bryan
12413fe154
exclude vulnerable containerd versions
2022-03-04 17:06:29 -05:00
Ross Bryan
ecc5f8ea55
exclude vuln protobuf
2022-03-02 19:50:38 -05:00
bennerv
e1f3ad7fcb
Vendor openshift installer carry patch
2022-02-08 09:14:38 -05:00
bennerv
d41230a8bd
Vendor updated autorest adal to fix nil pointer exception in MSI
2022-02-07 15:11:55 -05:00
Matthew Barnes
ee426a7ba8
Automated updates from "make vendor"
2022-01-25 11:47:15 -05:00
Matthew Barnes
5e13c68a5b
Vendor installer release 4.9
...
This also forces the RP from Go 1.14 to Go 1.16.
Aside from requiring OCP 4.9 / Kubernetes 1.22 modules, the
other go.mod changes are all manual workarounds from failed
"make vendor" runs.
2022-01-25 11:47:14 -05:00
Caden Marchese
8480b06341
add old GoGo Protobuf versions to go.mod exclude
2021-12-06 10:01:15 -05:00
Caden Marchese
dc74c2bdac
Replace old GoGo Protobuf versions - CVE-2021-3121
2021-12-03 12:02:22 -05:00
Matthew Barnes
0db1e3eb6e
Move installer and go-cosmosdb to jewzaam's GitHub account ( #1796 )
...
* Move installer and go-cosmosdb to jewzaam's GitHub account
* upstream-differences.md: Point to jewzaam's installer-aro
2021-10-19 08:51:08 +01:00
Mangirdas Judeikis
6e22b152b4
vendor
2021-09-16 14:13:40 -04:00
Mikalai Radchuk
b873abf19c
make vendor
2021-09-08 15:53:40 +01:00
Mikalai Radchuk
f062e43abb
OCP 4.8 release preparation
...
Updates the codebase to allow vendoring of OCP 4.8
2021-09-08 15:53:37 +01:00
Mangirdas Judeikis
7c2020736e
vendor remove
2021-08-23 15:39:26 +01:00
Jim Minter
f067b7fb8d
vendor
2021-08-19 10:14:34 -04:00
Mangirdas Judeikis
516445cf14
vendor
2021-08-10 09:10:51 +01:00
Mangirdas Judeikis
5a05b7d720
vendor installer
2021-08-06 08:33:45 +01:00
Jim Minter
a68f0a6788
vendor
2021-07-28 11:31:10 +01:00
Mangirdas Judeikis
27af6e370a
Merge pull request #1465 from petrkotas/add-testsum
...
Reduce noise and amount of workers in the CI
2021-07-19 07:56:03 +01:00
Mangirdas Judeikis
cce5dfe175
vendor
2021-07-16 10:32:57 +01:00
Mikalai Radchuk
b7535616d6
Vendor update
2021-07-05 15:49:38 +01:00
Ben Vesel
ff3526bafb
Vendor installer to use ignition v2 for backwards compatibility ( #1529 )
2021-06-04 10:11:16 +01:00
Petr Kotas
303f943991
Add gotestsum to the vendor
...
gotestsum offers summarized test results with
output of only failed tests
Signed-off-by: Petr Kotas <pkotas@redhat.com>
2021-06-01 15:25:56 +02:00
Mikalai Radchuk
350dc63c24
Update to OCP 4.7
2021-05-27 16:41:01 +01:00
Mikalai Radchuk
af89ba8c95
Fixes vendoring
...
github.com/jim-minter/go-cosmosdb -> github.com/mjudeikis/go-cosmosdb
Package commits changed because we had to update path declaration
inside of the package.
Diff between versions: d7f11ed7bd...b205b3cefd
2021-05-19 12:34:29 +01:00
Mikalai Radchuk
2515f58dad
Pins golang.org/x/tools@v0.1.0
2021-05-19 12:32:24 +01:00
Jim Minter
cf448270b1
vendor
2021-04-26 13:56:49 -05:00
Mangirdas Judeikis
8547640adb
Fix IP address resolution
2021-04-23 15:33:37 +01:00
Leszek Jakubowski
96e2656339
DNSMasq override fix
2021-04-22 12:14:53 +02:00
Mikalai Radchuk
cf47950363
Vendor
2021-04-14 13:45:16 +01:00
bennerv
1ce3b0ce9b
Vendor installer dnsmasq bugfix
2021-04-07 16:48:30 -04:00
Jim Minter
83e35255cd
Merge pull request #1405 from gvanderpotte/invokerInstallerVendor
...
vendor new version of our fork of openshift installer (for invoker)
2021-04-07 09:07:13 -05:00
Drew Anderson
2951076c30
sigs.k8s.io/controller-tools v0.5.0
2021-04-01 13:16:22 +02:00
Naveen Malik
d5c35ca3c5
Move from github.com/satori/go.uuid to github.com/gofrs/uuid
...
Why: https://www.whitesourcesoftware.com/vulnerability-database/WS-2018-0594
Requires updating azure-sdk-for-go, moved to latest release
Created wrapper util for gofrs/uuid as NewV4() now returns 2 args and we use it a lot in-line
Vendor updates coming in separate commit to keep this one clean.
There is no v1.2.1 tag for these repos on github.com.
A replace was added for these to 'master'.
Running `go mod vendor` updated the value from 'master' to what you see
in go.mod now.
The v0.0.0 versions needed excluded to get them to drop from go.sum.
Do not exlude v1.2.0 or dependencies cannot be resolved.
2021-03-30 17:13:29 -04:00
Jim Minter
c755efeeba
vendor
2021-03-25 13:00:37 -06:00
gvanderpotte
cccecd0ca0
vendor new version of our fork of openshift installer
2021-03-22 11:52:48 +01:00
Naveen Malik
70a2af28c3
Exclude hashicorp vault versions ( #1403 )
...
* Exclude hashicorp/vault verions
https://msazure.visualstudio.com/AzureRedHatOpenShift/_workitems/edit/9555522
Exclude potentially vulnerable versions:
- anything before 1.2.5
- any 1.3 before 1.3.8
- any 1.4 before 1.4.4
- any 1.5 before 1.5.1
2021-03-19 12:43:19 -06:00
Jim Minter
58a55b61fc
vendor
2021-03-09 12:17:40 -06:00
Mangirdas Judeikis
140b7ce660
Merge pull request #1344 from jim-minter/standardise-imports
...
Standardise imports
2021-03-03 12:27:33 -02:00
Jim Minter
7f899fc964
vendor
2021-03-02 19:06:04 -06:00