mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
3b2e97db89
#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.
3.2 KiB
3.2 KiB
kubequery change log
1.1.1
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
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
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
andcluster_uid
to tables missing those columns - Break up
resources
in*_containers
tables toresource_limits
andresource_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
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
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