Releases: jetstack/jetstack-secure
Releases · jetstack/jetstack-secure
v0.1.18
Changelog:
- Ability to configure the number of periods.
- Support for input file that mocks all the data-gathering stage.
- Support to write output to file instead of sending it to the server.
v0.1.17
Changelog:
- Support for oauth2
- New configuration schema
- Points by default to preflight.jetstack.io and its auth server
v0.1.15-beta1
Changelog
Changes since v0.1.14:
- Some fixes on ClusterSummary generation (#84 #89)
- Fix bug in GCS output not reporting error (#93)
- k8s generic gata-gatherer (#98, #99, #100)
- Some internal improvements and refactoring.
- Add initial version of the agent.
v0.1.1: Proper unmarshaller for k8s configuration (#121)
v0.1.14
Changelog
Changes since v0.1.13:
- Packages in the bundle to use
schema-version: 0.1.1
(#62). preflight_
prefix in Rego is deprecated.
schema-version
is now surfaced in the report (#69)
- Support for report index (#63, #66, #70, #72)
- Configuration allows disabling rules in a package (#67)
- New rules in pods package about node and pod affinity (#65)
- Better support for manual checks (#77)
- Ability to mock data gatherers by loading data from file (#83)
v0.1.13
Changelog
Changes since v0.1.12:
- New full pods package (#53)
- Azblob output support (#52)
- Drop support for
preflight_
package (#59)
- Upgrade packages schema to 0.1.1 (#62, #55)
v0.1.12
Changelog
Changes since v0.1.11:
- Linter now enforces Rego grammar for section and rule ID. (#25)
- New package:
jetstack.io/pods
containing a whole bunch of new rules for Pods. (#47)
v0.1.11
Changelog
Changes since v0.1.10:
- Actually surface rule violations to the JSON report (#44)
- Fix bug that causes Preflight crash if a rule returns something that is not a boolean (#46)
v0.1.10
Changelog
Changes since v0.1.9:
- New command
preflight package test
(#29)
- Support for surfacing rule violations to the report (#38)
- Fixed
preflight version
which wasn't actually showing the version before (#39)
v0.1.9
Changelog
- Added
PackageVersion
and SchemaVersion
to Preflight packages.
- Added
PackageInformation
and PreflightVersion
to Report
and ReportMetadata
.
- Improved documentation.