Skip to content

Releases: cyberark/secretless-broker

v1.7.32

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 05 Feb 18:14

[1.7.32] - 2026-02-04

Changed

  • Upgrade base docker images from Debian Bookworm to Trixie.
  • Upgrade Go packages. (CNJR-7655)

Security

  • Add message length limits to PostgreSQL protocol handler to prevent potential
    denial-of-service via memory exhaustion. Startup messages are limited to 10KB
    (matching PostgreSQL's MAX_STARTUP_PACKET_LENGTH) and authentication messages
    are limited to 64KB (matching PostgreSQL's PG_MAX_AUTH_TOKEN_LENGTH). (CONJSE-2078)

v1.7.31

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 23 Jan 18:05

[1.7.31] - 2026-01-07

Changed

  • Migrate AWS SDK for Go from v1 to v2 in:
    • internal/providers/awssecrets/provider.go
    • internal/plugin/connectors/http/aws/aws.go (HTTP v4 signing)
  • Use localhost instead of 0.0.0.0 for listening addresses in k8s examples (CONJSE-2078)

v1.7.30

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 07 Nov 16:14

[1.7.30] - 2025-11-06

Changed

  • Upgrade Go to 1.25 (CONJSE-2067)
  • Update Go dependencies

v1.7.29

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 05 Sep 16:01

[1.7.29] - 2025-09-03

Changed

  • Update README to align with Conjur's name change to CyberArk Secrets Manager and update SECURITY.md. CNJR-10966
  • Upgrade base docker images from Debian Bullseye to Bookworm.
  • Migrate from MySQL 8.1 to MySQL LTS and enable mysql_native_password plugin in the configuration files.
  • Remove deprecated docker compose version declarations
  • Update gosec security scanning configuration to use securego/gosec:latest docker image.

v1.7.28

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 01 Apr 17:12

[1.7.28] - 2025-04-01

Changed

  • Upgrade Go to 1.24.x

v1.7.27

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 14 Jan 15:35

[1.7.27] - 2025-01-10

Security

  • Update multiple dependencies to latest versions

v1.7.26

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 02 Jan 14:57

[1.7.26] - 2024-12-27

Security

v1.7.25

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 18 Dec 20:08

[1.7.25] - 2024-12-16

Security

v1.7.24

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 26 Jul 16:07

[1.7.24] - 2024-07-25

Security

  • Update golang.org/x/net to v0.24.0

v1.7.22

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 12 Mar 22:31

[1.7.22] - 2024-03-11

Security

  • Update ruby:3.0.6-slim-bullseye to ruby:3-slim-bullseye for docs and website generation (CONJSE-1850)
  • Update Jekyll to v4.3.3 (CONJSE-1850)