Skip to content

Releases: OutSystems/cloud-connector

v2.0.7

23 Mar 11:42
68b91a8

Choose a tag to compare

  • 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 Distroless for security reason.
  • Deployments using ["/bin/sh"] will fail.

Use Kubernetes variable syntax:
❌ $TOKEN
✅ $(TOKEN)

v2.0.6

04 Mar 08:00
1ea5218

Choose a tag to compare

  • 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 Distroless for security reason.
  • Deployments using ["/bin/sh"] will fail.

Use Kubernetes variable syntax:
❌ $TOKEN
✅ $(TOKEN)

v2.0.5

02 Feb 16:10
765c327

Choose a tag to compare

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

13 Nov 12:54
c8d0dea

Choose a tag to compare

Dependency updates, including go version update and security patches.

v2.0.3

08 Oct 13:31
33a5d02

Choose a tag to compare

  • 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

21 Aug 09:46
b0d9411

Choose a tag to compare

  • Upgrade: Bumped Go version to latest stable.
  • Security: Updated dependencies with Dependabot patches
  • Note: --hostname flag will be removed in a future release.

v2.0.1

22 Jul 16:20
0080390

Choose a tag to compare

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

29 May 15:53
1b29128

Choose a tag to compare

Changelog

  • Adds support for the reliability improvements made on the Private Gateways

v1.4.2

25 Mar 10:10
fdd9280

Choose a tag to compare

  • dependabots libs updated
  • pointed to new chisel release

v1.4.1

26 Dec 15:14
a697368

Choose a tag to compare

What's Changed

  • fix(RDGRS-942): bump chisel version with go updated by @NewtonMan in #111

Full Changelog: v1.4.0...v1.4.1