🚀 Enhancements
Publish version number, Add `net-tools` package to Debian @Nuru (#682)
what
- Include version number in Docker image
- Add
net-tools
package to Debian
why
- Show which version of Geodesic you are running
- Feature parity with Alpine image
🧰 Included Tools
Update Google Cloud SDK, helm-2to3, pin Python `cryptography` package @Nuru (#682)
what
- Update Google Cloud SDK 316.0.0 -> 328.0.0
- Update
helm-2to3
0.7.0 -> 0.8.1 - Pin Python
cryptography
package to 3.3.2
why
- Current version of
cryptography
does not build on Alpine:No module named 'setuptools_rust'
- Feature parity with Alpine image