Skip to content

Releases: openshift/osd-network-verifier

v1.1.0

01 Oct 17:45
35e0ea3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

28 Aug 15:23
060ba01
Compare
Choose a tag to compare

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

01 Aug 19:24
87b6710
Compare
Choose a tag to compare

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

19 Jul 21:46
8024971
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

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

29 May 18:40
ca5a4d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.10...v0.4.11

v0.4.10

16 May 18:14
0e54300
Compare
Choose a tag to compare

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

29 Apr 15:03
6907dda
Compare
Choose a tag to compare

What's Changed

  • Upgraded golang/x/net to 0.24 to fix vuln by @npecka in #229
  • Bump AMI/image IDs in preparation for next release by @AlexVulaj in #231

New Contributors

Full Changelog: v0.4.8...v0.4.9

v0.4.8

15 Apr 16:12
3f6c3f6
Compare
Choose a tag to compare

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

v0.4.7

22 Feb 20:47
553a0f7
Compare
Choose a tag to compare

What's Changed

  • Cleanup security groups during integration test cleanup by @AlexVulaj in #215
  • [OSD-20709] Added log messages for instance/security group cleanup by @reedcort in #219
  • reverting the commits that broke tests for HCP clusters by modifying by @luis-falcon in #220

New Contributors

Full Changelog: v0.4.6...v0.4.7

What's Changed

  • Cleanup security groups during integration test cleanup by @AlexVulaj in #215
  • [OSD-20709] Added log messages for instance/security group cleanup by @reedcort in #219
  • reverting the commits that broke tests for HCP clusters by modifying by @luis-falcon in #220

New Contributors

Full Changelog: v0.4.6...v0.4.7

v0.4.6: Merge pull request #214 from AlexVulaj/release-process-updates

16 Feb 17:29
2800f00
Compare
Choose a tag to compare