tag:github.com,2008:https://github.com/claffin/cloudproxy/releasesTags from cloudproxy2025-09-09T06:03:27Ztag:github.com,2008:Repository/358552343/v0.6.442025-09-09T06:05:02ZRelease v0.6.44github-actionstag:github.com,2008:Repository/358552343/v0.6.432025-09-09T04:31:48ZRelease 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-actionstag:github.com,2008:Repository/358552343/v0.6.422025-08-16T20:59:49ZRelease v0.6.42github-actionstag:github.com,2008:Repository/358552343/v0.6.412025-08-15T22:35:30ZRelease 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-actionstag:github.com,2008:Repository/358552343/v0.6.402025-08-15T21:55:37ZRelease 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-actionstag:github.com,2008:Repository/358552343/v0.6.392025-08-15T20:37:58ZRelease v0.6.39github-actionstag:github.com,2008:Repository/358552343/v0.6.382025-08-15T20:28:43ZRelease v0.6.38github-actionstag:github.com,2008:Repository/358552343/v0.6.372025-08-15T20:24:44ZRelease 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-actionstag:github.com,2008:Repository/358552343/v0.6.362025-08-14T20:30:03ZRelease 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-actionstag:github.com,2008:Repository/358552343/v0.6.352025-06-25T20:29:07ZRelease 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