Releases: paraglider-project/paraglider
Releases · paraglider-project/paraglider
v0.1.0
What's Changed
In this release, we build on the basic functionality of Paraglider – connecting resources within and across clouds with simple configuration – and expand support for additional resources and scenarios. This includes:
- Attach existing resources to Paraglider deployments
- Create private service endpoints with Paraglider
- Uniform support for Kubernetes clusters across clouds
- Bug fixes
With this release published, we will continue our work on longer-term projects such as deployment validation, feature parity across cloud plugins, and support for network functions.
Please check out our GitHub Issues for ways to get started contributing or join or Discord!
Other Changes
- Fix linux/arm64 docker image release by @praveingk in #395
- [IBM] VPN enablement and integration with Azure by @Cohen-J-Omer in #334
- Fix multicloud test by @praveingk in #400
- [Azure] Compliance-check for functions for existing resources by @J-467 in #387
- Enable Permit List Rule Operations on Tags by @smcclure20 in #392
- Changing Invisinets prefix to Paraglider prefix in repo by @J-467 in #396
- [IBM] restructure plugin and minor updates. by @Cohen-J-Omer in #401
- Allocate Flexible address spaces by @praveingk in #399
- [GCP] Fix integration test bugs for display name and Debian 10 by @seankimkdy in #414
- Refactor: Moving utils from ibm to general by @J-467 in #411
- [Azure] Add vnet to paraglider by @J-467 in #402
- [Azure] Add Paraglider namespace tag to resource vnet when attaching by @J-467 in #410
- [Infra] Add approval workflow for functional tests by @seankimkdy in #403
- [Infra] Fix functional test artifact download by @seankimkdy in #422
- [Infra] Fix commit SHA extraction during functional test run by @seankimkdy in #423
- [Infra] Add functional tests to check run by @seankimkdy in #424
- [Infra] Fix functional test check run status to in progress by @seankimkdy in #425
- [Azure] Update GetAndCheckResourceState by @J-467 in #416
- Fix paraglider controller crash during resource creation, by adding additional validation checks. by @aviweit in #351
- Add AttachResource to Orchestrator by @J-467 in #419
- [GCP] Refactor
RunPingConnectivityTestby @seankimkdy in #430 - Add attach resource to client by @J-467 in #420
- [Docs] Update Azure readme by @J-467 in #406
- [Docs] Add edit button by @seankimkdy in #418
- Add Attach Resource to CLI by @J-467 in #428
- Update
GetUsedAddressSpacesto use Paraglider vnet tags by @J-467 in #431 - [Infra] Ignore more paths to reduce extraneous builds by @seankimkdy in #433
- [Azure] Fix create peering by @J-467 in #436
- Refactor: modularize tests setup by @J-467 in #421
- [Azure] Integration test for Attach resource by @J-467 in #437
- [GCP] Private Endpoint Support by @smcclure20 in #417
- Pre-creation/attachment check at orchestrator level by @J-467 in #439
- [Docs] Improve Discord badge for better accessibility by @seankimkdy in #432
- [Infra] Add manual trigger for functional tests by @seankimkdy in #443
- [Azure] Add NAT gateways for outbound public IP addresses by @seankimkdy in #441
- [GCP] Add NAT gateways for outbound public IP addresses by @seankimkdy in #442
- [AWS] Add GitHub Actions authentication by @seankimkdy in #449
- [Docs] Update to include Google private endpoint support by @smcclure20 in #452
- [Infra] Fix description of input for functional test manual trigger by @seankimkdy in #448
- Update index.rst with some suggestions. by @divega in #455
- Add checks on tag upon retrieval by @praveingk in #468
- [IBM]Support private endpoints by @praveingk in #451
- [Doc] Attach resource doc by @J-467 in #438
- [IBM] Add support for public gateway by @praveingk in #466
- [AWS] Resource creation for VM by @seankimkdy in #454
- Update TSC in GOVERNANCE.md by @smcclure20 in #473
- Add message to CLI during resource creation by @J-467 in #471
- Governance Documentation For Sandbox Requirements by @smcclure20 in #482
- [GCP][IBM] Add not implemented error messages for attach resource by @seankimkdy in #469
- [Azure] Fix for namespace tag check for vnet by @J-467 in #499
- Add a wiki button to homepage by @smcclure20 in #504
- [GCP] Fix for private service connect bug by @smcclure20 in #500
- Doesn't Allocate Address Space for Non-Google Services by @kellyyyeh in #513
- Feature Flags by @smcclure20 in #508
- [GCP] Fix failing GCP test by @smcclure20 in #519
- [Docs] Explain and reference feature flags in docs by @smcclure20 in #520
- [Azure] Change all instances of "westus" to "westus2" for our current backend subscription by @smcclure20 in #526
- [Orchestrator] Allow multiple rules to be added at once when applying to a tag by @smcclure20 in #535
- Update roles.md to reflect election results by @smcclure20 in #521
- Update instructions for IBM by @praveingk in #536
- Modify for version v0.1.0 by @praveingk in #518
New Contributors
- @kellyyyeh made their first contribution in #513
Full Changelog: v0.0.1...v0.1.0
v0.0.2-test
What's Changed
- Fix linux/arm64 docker image release by @praveingk in #395
- [IBM] VPN enablement and integration with Azure by @Cohen-J-Omer in #334
- Fix multicloud test by @praveingk in #400
- [Azure] Compliance-check for functions for existing resources by @J-467 in #387
- Enable Permit List Rule Operations on Tags by @smcclure20 in #392
- Changing Invisinets prefix to Paraglider prefix in repo by @J-467 in #396
- [IBM] restructure plugin and minor updates. by @Cohen-J-Omer in #401
- Allocate Flexible address spaces by @praveingk in #399
- [GCP] Fix integration test bugs for display name and Debian 10 by @seankimkdy in #414
- Refactor: Moving utils from ibm to general by @J-467 in #411
- [Azure] Add vnet to paraglider by @J-467 in #402
- [Azure] Add Paraglider namespace tag to resource vnet when attaching by @J-467 in #410
- [Infra] Add approval workflow for functional tests by @seankimkdy in #403
- [Infra] Fix functional test artifact download by @seankimkdy in #422
- [Infra] Fix commit SHA extraction during functional test run by @seankimkdy in #423
- [Infra] Add functional tests to check run by @seankimkdy in #424
- [Infra] Fix functional test check run status to in progress by @seankimkdy in #425
- [Azure] Update GetAndCheckResourceState by @J-467 in #416
- Fix paraglider controller crash during resource creation, by adding additional validation checks. by @aviweit in #351
- Add AttachResource to Orchestrator by @J-467 in #419
- [GCP] Refactor
RunPingConnectivityTestby @seankimkdy in #430 - Add attach resource to client by @J-467 in #420
- [Docs] Update Azure readme by @J-467 in #406
- [Docs] Add edit button by @seankimkdy in #418
- Add Attach Resource to CLI by @J-467 in #428
- Update
GetUsedAddressSpacesto use Paraglider vnet tags by @J-467 in #431 - [Infra] Ignore more paths to reduce extraneous builds by @seankimkdy in #433
- [Azure] Fix create peering by @J-467 in #436
- Refactor: modularize tests setup by @J-467 in #421
- [Azure] Integration test for Attach resource by @J-467 in #437
- [GCP] Private Endpoint Support by @smcclure20 in #417
- Pre-creation/attachment check at orchestrator level by @J-467 in #439
- [Docs] Improve Discord badge for better accessibility by @seankimkdy in #432
- [Infra] Add manual trigger for functional tests by @seankimkdy in #443
- [Azure] Add NAT gateways for outbound public IP addresses by @seankimkdy in #441
- [GCP] Add NAT gateways for outbound public IP addresses by @seankimkdy in #442
- [AWS] Add GitHub Actions authentication by @seankimkdy in #449
- [Docs] Update to include Google private endpoint support by @smcclure20 in #452
- [Infra] Fix description of input for functional test manual trigger by @seankimkdy in #448
- Update index.rst with some suggestions. by @divega in #455
- Add checks on tag upon retrieval by @praveingk in #468
- [IBM]Support private endpoints by @praveingk in #451
- [Doc] Attach resource doc by @J-467 in #438
- [IBM] Add support for public gateway by @praveingk in #466
- [AWS] Resource creation for VM by @seankimkdy in #454
- Update TSC in GOVERNANCE.md by @smcclure20 in #473
- Add message to CLI during resource creation by @J-467 in #471
Full Changelog: v0.0.1...v0.0.2-test