fleet/infrastructure/kubequery/CHANGELOG.md
Lucas Manuel Rodriguez 3b2e97db89
Move kubequery dependency to monorepo (#16027)
#15561

We didn't find a way to preserve history of the original fork (see
[here](https://github.com/fleetdm/fleet/issues/15561#issuecomment-1883473504),
thus we are moving it with one commit.

The second commit updates a reference.
2024-01-11 08:30:26 -03:00

3.2 KiB

kubequery change log

1.1.1

Git Commits

New Features

Under the Hood improvements

  • Upgrade to basequery 5.0.2
  • Upgraded to Go 1.17

Table Changes

Bug Fixes

Documentation

Build

Security Issues

Packs

1.1.0

Git Commits

New Features

  • Helm chart to install kubequery
  • Support for Kubernetes 1.22

Under the Hood improvements

  • Upgrade to basequery 4.9.0
  • Upgraded to client go version 0.22

Table Changes

  • k8s 1.22 caused few table schemas changes:
    • kubernetes_stateful_sets
    • kubernetes_jobs
    • kubernetes_persistent_volume_claims
    • kubernetes_services

Bug Fixes

  • Check container status before iterating over contents. Issue 16

Documentation

  • Added helm related details in README.md

Build

Security Issues

Packs

1.0.0

Git Commits

New Features

  • New kubequeryi command line to easily invoke shell
  • Easy to use with query-tls

Under the Hood improvements

  • Upgrade to basequery 4.8.0
  • Switch to light weight busybox docker image
  • Simple NodeJS based integration test

Table Changes

  • Added cluster_name and cluster_uid to tables missing those columns
  • Break up resources in *_containers tables to resource_limits and resource_requests
  • Added new table kubernetes_component_statuses
  • Removed table kubernetes_storage_capacities

Bug Fixes

Documentation

Build

  • Upgrade to Go 1.16

Security Issues

Packs

  • Added default query pack for all kubernetes tables

0.3.0

Git Commits

New Features

Under the Hood improvements

  • Upgrade to basequery 4.7.0

Table Changes

Bug Fixes

Documentation

  • Validate the installation was successful PR-12

Build

Security Issues

Packs

0.2.0

Git Commits

New Features

  • Added kubernetes_events table.

Under the Hood improvements

  • Switch to basequery. This is stripped download version of Osquery with support for extension events and other features.

Table Changes

  • kubernetes_events

Bug Fixes

Documentation

  • Validate the installation was successful PR-12

Build

Security Issues

Packs