Releases: OutSystems/cloud-connector
v2.0.7
- Go version bump and dependency updates for security patching.
- No functional changes.
⚠️ Important (v2.0.5 and above)
- No shell support (sh/bash not available) as base image changed to
Distrolessfor security reason. - Deployments using ["/bin/sh"] will fail.
Use Kubernetes variable syntax:
❌ $TOKEN
✅ $(TOKEN)
v2.0.6
- Go version bump and dependency updates for security patching.
- No functional changes.
⚠ Important (v2.0.5 and above)
- No shell support (sh/bash not available) as base image changed to
Distrolessfor security reason. - Deployments using ["/bin/sh"] will fail.
Use Kubernetes variable syntax:
❌ $TOKEN
✅ $(TOKEN)
v2.0.5
Security: Go version bump and dependency updates for security patching
Base Image Change
Migrated from Alpine to Distroless to mitigate HIGH severity CVEs in Alpine (no fixed packages available at time of release).
This doesn't change any functionality of app.
Breaking Change - Deployment Configuration
Since Distroless, No shell available - sh and bash do not exist. Deployments using command: ["/bin/sh"] will fail.
Environment Variables
Use Kubernetes variable syntax - For environment variables, use $(VARIABLE) not $VARIABLE:
❌ $TOKEN (requires shell)
✅ $(TOKEN) (Kubernetes expands this)
v2.0.4
Dependency updates, including go version update and security patches.
v2.0.3
- Proxy Configuration: Fixed issue in v2.0.0-v2.0.2 that prevented proxy switch from working correctly
- Backward Compatibility: Restored proxy functionality to work as expected from v1.x
- Security Updates: Updated OpenSSL to latest stable version
v2.0.2
- Upgrade: Bumped Go version to latest stable.
- Security: Updated dependencies with Dependabot patches
- Note:
--hostnameflag will be removed in a future release.
v2.0.1
What's Changed
- Dependency Updates
Updated various dependencies as part of routine maintenance and security best practices.
- Go Version Upgrade
Upgraded Go version to ensure compatibility with the latest security patches.
v2.0.0
Changelog
- Adds support for the reliability improvements made on the Private Gateways
v1.4.2
- dependabots libs updated
- pointed to new chisel release
v1.4.1
What's Changed
- fix(RDGRS-942): bump chisel version with go updated by @NewtonMan in #111
Full Changelog: v1.4.0...v1.4.1