Releases: openshift/osd-network-verifier
Releases · openshift/osd-network-verifier
v1.1.2
What's Changed
- OSD-25868: Adds
aws-hosted-cp
as a valid Platform name by @joshbranham in #275
New Contributors
- @joshbranham made their first contribution in #275
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- OSD-25873: Removing unused endpoints from egress lists by @michaelryanmcneill in #274
New Contributors
- @michaelryanmcneill made their first contribution in #274
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Update GCP Verifier Documentation by @eth1030 in #266
- Move AlexVulaj to emeritus_approvers by @AlexVulaj in #273
- Add new Platform Struct by @dakotalongRH in #268
- [OSD-25046]add egress verfiy for zero egress HCP cluster by @bmeng in #272
- Clarify cleanup fallback warning message by @abyrne55 in #271
New Contributors
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Fix the ArchX86 comment for Architecture. It should be x86 and not arm. by @mikeshng in #261
- Integrate new probe interface into GCP framework by @eth1030 in #259
- Provide CA Certificates via cloud-init's ca_certs module by @AlexVulaj in #262
- (OSD-24920) Update verifier docs to include new flags and probe behavior by @dakotalongRH in #263
- Add Terraform script for GCP Testing by @eth1030 in #264
- Update docs to include new probe information along with other cleanup by @AlexVulaj in #265
New Contributors
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- copy URL lists from golden-ami repo by @eth1030 in #238
- Add version info on build by @AlexVulaj in #239
- mshen to emeritus_approvers by @mjlshen in #242
- Add AlexVulaj to approvers by @AlexVulaj in #243
- OSD-22892 (Part 1): Machine ID Lookup Table by @abyrne55 in #240
- OSD-22892 (Part 2): Legacy Probe by @abyrne55 in #241
- OSD-22892 (Part 3): CurlJSONProbe Improvements by @abyrne55 in #245
- OSD-22892 (Part 4): Probe Integration by @abyrne55 in #246
- Rename Probe implementations to be more idiomatic/brief by @abyrne55 in #248
- Remove deprecated 'securityGroupId' property from createEC2InstanceInput by @AlexVulaj in #247
- OSD-24208 (Part 1): Add
cpu.Architecture
type by @abyrne55 in #250 - [OSD-24207] Updated logic to delete oldest image of each type per region by @reedcort in #244
- Standardize how we set defaults and clarify egressURL output by @abyrne55 in #252
- Update existing GCP network verifier framework by @eth1030 in #249
- Synchronize results output for cleangoldenami script by @AlexVulaj in #253
- Fetch url list from github first before falling back to local by @AlexVulaj in #254
- OSD-24208 (Part 2): Add official ARM support to the curl probe by @abyrne55 in #251
- add '.yaml' to end of github path by @AlexVulaj in #256
- Add a flag to provide a custom location for the egress URL list by @AlexVulaj in #255
- Add fallback if we fail to convert github list to a curl string by @AlexVulaj in #257
- Tune polling intervals for an overall faster
ValidateEgress()
by @abyrne55 in #260
New Contributors
Full Changelog: v0.4.11...v1.0.0
v1.0.0-rc.1
What's Changed
- copy URL lists from golden-ami repo by @eth1030 in #238
- Add version info on build by @AlexVulaj in #239
- mshen to emeritus_approvers by @mjlshen in #242
- Add AlexVulaj to approvers by @AlexVulaj in #243
- OSD-22892 (Part 1): Machine ID Lookup Table by @abyrne55 in #240
- OSD-22892 (Part 2): Legacy Probe by @abyrne55 in #241
- OSD-22892 (Part 3): CurlJSONProbe Improvements by @abyrne55 in #245
- OSD-22892 (Part 4): Probe Integration by @abyrne55 in #246
- Rename Probe implementations to be more idiomatic/brief by @abyrne55 in #248
- Remove deprecated 'securityGroupId' property from createEC2InstanceInput by @AlexVulaj in #247
- OSD-24208 (Part 1): Add
cpu.Architecture
type by @abyrne55 in #250 - [OSD-24207] Updated logic to delete oldest image of each type per region by @reedcort in #244
- Standardize how we set defaults and clarify egressURL output by @abyrne55 in #252
- Update existing GCP network verifier framework by @eth1030 in #249
- Synchronize results output for cleangoldenami script by @AlexVulaj in #253
- Fetch url list from github first before falling back to local by @AlexVulaj in #254
- OSD-24208 (Part 2): Add official ARM support to the curl probe by @abyrne55 in #251
- add '.yaml' to end of github path by @AlexVulaj in #256
- Add a flag to provide a custom location for the egress URL list by @AlexVulaj in #255
- Add fallback if we fail to convert github list to a curl string by @AlexVulaj in #257
New Contributors
Full Changelog: v0.4.11...v1.0.0-rc.1
v0.4.11
What's Changed
- Add experimental curl-based probe (OSD-21612) by @abyrne55 in #233
- Bump golden ami ids for next release of the network verifier by @luis-falcon in #236
- fixing double sha25 typo by @luis-falcon in #237
Full Changelog: v0.4.10...v0.4.11
v0.4.10
What's Changed
- [Feature] Add script to clean up golden AMIs in AWS regions where we're at our quota for public images by @AlexVulaj in #230
- Wrap cleangoldenami for-loop in a go routine by @AlexVulaj in #232
make boilerplate-update
for Golang 1.20 compatibility by @abyrne55 in #234- Fix nil pointer error when DescribeSecurityGroups is not possible dur… by @luis-falcon in #235
Full Changelog: v0.4.9...v0.4.10
v0.4.9
v0.4.8
What's Changed
- Allow http-proxy flag to allow domain names in the url not just IP ad… by @luis-falcon in #218
- enabled IMDSv2 service for the network verifier instance by @luis-falcon in #221
- Updated egress lists documentationt o point to correct line for registering new platform types by @AlexVulaj in #222
- added --force-temp-security-group flag by @luis-falcon in #224
- Update Docs and example of using new force-temp-security-group flag by @luis-falcon in #225
- Update platform type names by @AlexVulaj in #223
- fix leaking SG group issue by @luis-falcon in #226
- Dependency updates by @abyrne55 in #227
- Bump AMI/image IDs and fix bugs in preparation for next release by @abyrne55 in #228
Full Changelog: v0.4.7...v0.4.8