Skip to content

Releases: kubescape/storage

Release v0.0.258

19 Mar 18:19
a47b92a

Choose a tag to compare

Sorry, we do not accept changes directly against this repository. Please see
CONTRIBUTING.md for information on where and how to contribute instead.

Summary by CodeRabbit

  • Chores
    • Updated dependencies (including OpenTelemetry v1.42.0) and multiple library bumps for stability and security.
  • Refactor
    • Config now includes HostType and adds multi-host support (Kubernetes, ECS, Host).
    • Container profiles migrated to structured profile identifiers and multi-format storage keys for broader compatibility.
  • Bug Fixes
    • Storage/key handling and SBOM lookup adjusted.
    • Network policy label selection switched to related-kind/name for more accurate policy generation.
  • Tests
    • Tests updated to reflect new key/identifier formats and path handling.

Release v0.0.257

19 Mar 14:32
14b200f

Choose a tag to compare

Introduce poolContext helper and poolTimeout (1m); replace context.Background() with timed contexts when taking connections from the pool

Release v0.0.256

19 Mar 14:24
14b200f

Choose a tag to compare

Merge pull request #297 from kubescape/lock-detection

Use timeout for pool connections

Release v0.0.255

19 Mar 13:41
27dc7b7

Choose a tag to compare

Summary by CodeRabbit

  • Chores
    • Server-side apply is now explicitly disabled during server initialization; startup will report errors if registry initialization or the flag adjustment fails.

Release v0.0.254

19 Mar 13:23
27dc7b7

Choose a tag to compare

Summary by CodeRabbit

  • Refactor
    • Updated internal numeric fields from unsigned to signed integers for syscall and argument/error values.
    • This change improves handling of negative or platform-specific return/value representations and enhances compatibility across environments without altering visible behavior.

Release v0.0.252

15 Mar 09:54
a10837d

Choose a tag to compare

Sorry, we do not accept changes directly against this repository. Please see
CONTRIBUTING.md for information on where and how to contribute instead.

Summary by CodeRabbit

  • Chores

    • Updated dependencies including Kubernetes interface utilities, OpenTelemetry libraries, and container tooling to newer versions.
  • Bug Fixes

    • Corrected metadata label reading in network policy and workload cleanup operations to use appropriate label keys for accurate policy name construction and workload kind detection.

Release v0.0.251

03 Mar 20:58
5d4d51a

Choose a tag to compare

Bumps go.opentelemetry.io/otel/sdk from 1.36.0 to 1.40.0.

Changelog

Sourced from go.opentelemetry.io/otel/sdk's changelog.

[1.40.0/0.62.0/0.16.0] 2026-02-02

Added

  • Add AlwaysRecord sampler in go.opentelemetry.io/otel/sdk/trace. (#7724)
  • Add Enabled method to all synchronous instrument interfaces (Float64Counter, Float64UpDownCounter, Float64Histogram, Float64Gauge, Int64Counter, Int64UpDownCounter, Int64Histogram, Int64Gauge,) in go.opentelemetry.io/otel/metric. This stabilizes the synchronous instrument enabled feature, allowing users to check if an instrument will process measurements before performing computationally expensive operations. (#7763)
  • Add go.opentelemetry.io/otel/semconv/v1.39.0 package. The package contains semantic conventions from the v1.39.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.38.0. (#7783, #7789)

Changed

  • Improve the concurrent performance of HistogramReservoir in go.opentelemetry.io/otel/sdk/metric/exemplar by 4x. (#7443)
  • Improve the concurrent performance of FixedSizeReservoir in go.opentelemetry.io/otel/sdk/metric/exemplar. (#7447)
  • Improve performance of concurrent histogram measurements in go.opentelemetry.io/otel/sdk/metric. (#7474)
  • Improve performance of concurrent synchronous gauge measurements in go.opentelemetry.io/otel/sdk/metric. (#7478)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric. (#7492)
  • Exporter in go.opentelemetry.io/otel/exporters/prometheus ignores metrics with the scope go.opentelemetry.io/contrib/bridges/prometheus. This prevents scrape failures when the Prometheus exporter is misconfigured to get data from the Prometheus bridge. (#7688)
  • Improve performance of concurrent exponential histogram measurements in go.opentelemetry.io/otel/sdk/metric. (#7702)
  • The rpc.grpc.status_code attribute in the experimental metrics emitted from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc is replaced with the rpc.response.status_code attribute to align with the semantic conventions. (#7854)
  • The rpc.grpc.status_code attribute in the experimental metrics emitted from go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc is replaced with the rpc.response.status_code attribute to align with the semantic conventions. (#7854)

Fixed

  • Fix bad log message when key-value pairs are dropped because of key duplication in go.opentelemetry.io/otel/sdk/log. (#7662)
  • Fix DroppedAttributes on Record in go.opentelemetry.io/otel/sdk/log to not count the non-attribute key-value pairs dropped because of key duplication. (#7662)
  • Fix SetAttributes on Record in go.opentelemetry.io/otel/sdk/log to not log that attributes are dropped when they are actually not dropped. (#7662)
  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to correctly handle HTTP/2 GOAWAY frame. (#7794)
  • WithHostID detector in go.opentelemetry.io/otel/sdk/resource to use full path for ioreg command on Darwin (macOS). (#7818)

Deprecated

[1.39.0/0.61.0/0.15.0/0.0.14] 2025-12-05

Added

  • Greatly reduce the cost of recording metrics in go.opentelemetry.io/otel/sdk/metric using hashing for map keys. (#7175)
  • Add WithInstrumentationAttributeSet option to go.opentelemetry.io/otel/log, go.opentelemetry.io/otel/metric, and go.opentelemetry.io/otel/trace packages. This provides a concurrent-safe and performant alternative to WithInstrumentationAttributes by accepting a pre-constructed attribute.Set. (#7287)
  • Add experimental observability for the Prometheus exporter in go.opentelemetry.io/otel/exporters/prometheus. Check the go.opentelemetry.io/otel/exporters/prometheus/internal/x package documentation for more information. (#7345)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#7353)
  • Add temporality selector functions DeltaTemporalitySelector, CumulativeTemporalitySelector, LowMemoryTemporalitySelector to go.opentelemetry.io/otel/sdk/metric. (#7434)
  • Add experimental observability metrics for simple log processor in go.opentelemetry.io/otel/sdk/log. (#7548)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#7459)

... (truncated)

Commits
  • a3a5317 Release v1.40.0 (#7859)
  • 77785da chore(deps): update github/codeql-action action to v4.32.1 (#7858)
  • 56fa1c2 chore(deps): update module github.com/clipperhouse/uax29/v2 to v2.5.0 (#7857)
  • 298cbed Upgrade semconv use to v1.39.0 (#7854)
  • 3264bf1 refactor: modernize code (#7850)
  • fd5d030 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27...
Read more

Release v0.0.247

24 Feb 16:06
2a93f18

Choose a tag to compare

Summary by CodeRabbit

  • Bug Fixes
    • Fixed an issue where software bill of materials (SBOM) relationship information was being incorrectly removed during processing operations. Relationship data is now properly preserved to maintain complete software composition visibility.

Release v0.0.246

24 Feb 11:18
4fe4fa0

Choose a tag to compare

Summary by CodeRabbit

  • New Features

    • Adds SBOM-stripping that clears source metadata, descriptor configuration, package metadata/details, licenses, and location/access data.
  • Tests

    • Adds tests validating stripping behavior for nil, empty, and fully populated SBOM inputs.
  • Chores

    • Updated module declarations to move a dependency to indirect and remove a deprecated indirect entry.

Release v0.0.245

20 Feb 10:11
84277c3

Choose a tag to compare

Sorry, we do not accept changes directly against this repository. Please see
CONTRIBUTING.md for information on where and how to contribute instead.