tag:github.com,2008:https://github.com/claffin/cloudproxy/releases Tags from cloudproxy 2025-09-09T06:03:27Z tag:github.com,2008:Repository/358552343/v0.6.44 2025-09-09T06:05:02Z Release v0.6.44 github-actions tag:github.com,2008:Repository/358552343/v0.6.43 2025-09-09T04:31:48Z Release v0.6.43 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/claffin/cloudproxy/pull/103">#103</a> from claffin/fix-hetzner-ubuntu-image-depreca…</p> <p>…tion</p> <p>fix: resolve Hetzner ubuntu-20.04 deprecation and upgrade DigitalOcea…</p> github-actions tag:github.com,2008:Repository/358552343/v0.6.42 2025-08-16T20:59:49Z Release v0.6.42 github-actions tag:github.com,2008:Repository/358552343/v0.6.41 2025-08-15T22:35:30Z Release v0.6.41 <p>fix: update upload-artifact action from v3 to v4</p> <p>GitHub deprecated v3 of the artifact actions, causing workflow failures. <br />Updated to v4 to resolve the CI/CD pipeline issue.</p> github-actions tag:github.com,2008:Repository/358552343/v0.6.40 2025-08-15T21:55:37Z Release v0.6.40 <p>Optimize multi-arch Docker builds with parallel matrix strategy</p> <p>- Split multi-platform builds into parallel jobs using matrix strategy <br />- Build each architecture (amd64, arm64, arm/v7) independently <br />- Add platform-specific GitHub Actions caching for better layer reuse <br />- Create manifest list after individual platform builds complete <br />- Add BuildKit cache mount for pip dependencies in Dockerfile</p> <p>This reduces build time from ~30 minutes to ~10-15 minutes by running <br />architecture builds in parallel instead of sequentially with QEMU.</p> github-actions tag:github.com,2008:Repository/358552343/v0.6.39 2025-08-15T20:37:58Z Release v0.6.39 github-actions tag:github.com,2008:Repository/358552343/v0.6.38 2025-08-15T20:28:43Z Release v0.6.38 github-actions tag:github.com,2008:Repository/358552343/v0.6.37 2025-08-15T20:24:44Z Release v0.6.37 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/claffin/cloudproxy/pull/98">#98</a> from claffin/rolling-deployments</p> <p>feat: add rolling deployment support for zero-downtime proxy recycling</p> github-actions tag:github.com,2008:Repository/358552343/v0.6.36 2025-08-14T20:30:03Z Release v0.6.36 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/claffin/cloudproxy/pull/97">#97</a> from claffin/vultr</p> <p>feat: add Vultr provider support</p> github-actions tag:github.com,2008:Repository/358552343/v0.6.35 2025-06-25T20:29:07Z Release v0.6.35 <p>refactor: update tests to set no_auth configuration and improve proxy…</p> <p>… handling</p> <p>- Adjust test cases in `test_check.py` and `test_check_multi_account.py` to set `no_auth` to True, ensuring consistent behavior during proxy checks. <br />- Enhance proxy request assertions to include both HTTP and HTTPS protocols. <br />- Update GCP provider tests to mock `get_client` for better isolation and reliability in tests. <br />- Modify assertions in `test_gcp_start` to use `ANY` for more flexible verification of deployment calls.</p> github-actions