Skip to main content

December 2024

This release introduces several significant updates, including Jira Data Center integration for seamless issue tracking. Enhancements to Secrets Detection include an upgraded detection engine with new detectors and secret pattern exclusions for better customization. The self-hosted environment now supports advanced ingress configurations, a new worker monitoring page, and enriched metrics for improved performance insights. Explore these updates and more in the detailed release notes below.

As always, we encourage you to update to the latest version to take full advantage of these enhancements. Detailed instructions for the update process are available in our documentation.

MinimumRecommended
KOTS Version1.117.3latest
Kubernetes Version1.251.30
PostgreSQL Version1316
Redis Version67

đź“‹ Check out the Helm values file changes from the previous version.

2024.12.0​

calendar icon   Release Date: December 23, 2024

secrets icon   Secrets Detection​

  • Expanded Secrets Detection Engine
    The detection engine has been upgraded to version 2.127.0, introducing 7 new detectors and enhancing 1 existing detector to provide broader and more precise coverage for sensitive information:

  • Secret pattern exclusion: This feature allows users to define patterns and therefore hide any secret matching the pattern defined. Secret pattern can be applied to all repositories or a defined set of repositories. It provides greater control over exclusion rules, allowing for more precise management of incidents. Learn more.

  • Jira Data Center integration: Jira Data Center integration is now supported for real-time secret detection and honeytoken detection. For more details, refer to the documentation here.

platform icon   Platform​

  • Jira Data Center Issue tracking integration: Introduction of Jira Data Center integration for issue tracking. It offers
    • automatic creation of a Jira issue as soon as a new incident is triggered,
    • management of Jira custom fields,
    • and an auto-resolve feature that marks the incident as resolved in your dashboard when the issue is closed in Jira. More information available in the documentation.
  • GitLab integration: Added the ability to configure an instance-level GitLab integration using a read-only admin token. However, since the token lacks permissions for creating system hooks, manual setup is required. Learn more.
  • Check runs: Added the option to improve your code security by enabling GitGuardian check runs on their GitHub forked repositories. Learn more here.
  • VCS integration: Workspace Managers can now disable automatic repository monitoring in GitGuardian, giving you more control when adding new repositories to your perimeter. For an example, see GitHub integration.

self-hosted icon   Self-Hosted​

  • Helm: front.ingress has been renamed ingress to improve consistency and standardize the ingress object across the Helm chart. ⚠️ This release includes breaking changes. Upgrade to 2024.12.0 using the upgrade notes.
  • Cluster management: Replaced the nginx container with Ingress support, compatible with several controllers (ingress-nginx, traefik, contour, aws_alb, openshift, istio). This feature is optional and disabled by default. For more details, refer to the ingress page.
  • Admin Area: Added a Worker Tasks page for monitoring task activity and worker usage to help optimize scaling and performance.
  • Applicative Metrics: Added the following metrics: gim_periodic_task_period_seconds, gim_periodic_task_not_run_for_seconds, gim_check_runs_long_running, gim_health_check_result_count, and gim_outdated_health_check_count for better monitoring and insight. For more details, refer to the Applicative metrics page.
  • Support Bundle: Enhanced diagnose_instance to include celery worker data.
  • KOTS: Minor UI updates to the KOTS Admin Console, replacing radio buttons with dropdowns in some cases.
  • Historical Scan: Added minutes_between_scans_per_source in the preference table.
  • License: The license check is now managed by the ReplicatedSDK for all installation types, replacing the previous reliance on KOTS for this function in KOTS installations.

Fixes icon   Fixes​

  • Health Check: Fixed issue where health checks were run for all GitHub installations. Now only the first installation is checked.
  • License: Corrected license info display in the Admin Area for Helm installations.
  • Historical Scans: Categorized certain unknown scans that should have been identified as timeout failures.

security icon   Security fixes​

notice icon   Deprecation notice​

  • Policy breaks: Starting with the 2024.12 version, the Policy Breaks module will be removed from your dashboard as we enhance our focus on our core Secrets Security offering.
    Deprecating the Policy Breaks module will not affect your overall security coverage; it will only reduce the number of alerts you receive. Previously, alerts for Policy Breaks incidents (such as an exposed .env  file) required manual investigation to determine if they contained secrets. Our “Secrets detection” module already handles the detection, incident creation, and alerting for these secrets.

2024.12.1​

calendar icon   Release Date: January 13, 2025

Fixes icon   Fixes​

  • Jira Issue tracking integration: Fixed an issue where the project page did not display any items.
  • SCA: Removed SCA from the left bar menu, which was incorrectly displayed for Managers.