Skip to content

Releases: google/gke-policy-automation

v1.1.0

01 Jul 12:40
v1.1.0
e006dca
Compare
Choose a tag to compare

FEATURES:

  • Introduced check commands and multiple packages handling #89
  • Use of K8S resources data in REGO policies #61
  • Policy filtering logic with policy names and groups #69

v1.0.1

02 Jun 08:46
v1.0.1
7871e51
Compare
Choose a tag to compare

BUG FIXES:

  • Bumped dependency versions, including yaml.3 #84
  • Bump github.com/open-policy-agent/opa from 0.38.1 to 0.40.0 #83

v1.0.0

25 May 14:37
v1.0.0
63b59e2
Compare
Choose a tag to compare

FEATURES:

  • Terraform serverless solution #75
  • Cluster discovery mechanism #59
  • Cluster review with cluster data from a file #50
  • Command that prints raw cluster data #37
  • Policy Evaluation result JSON output to Cloud Storage #34
  • Policy Evaluation result JSON output to Pub/Sub #33
  • Policy Evaluation result JSON output to local file #5

IMPROVEMENTS:

  • Adjusted exit code on errors and improved logging #81
  • Custom user-agent in GCP API calls #78
  • Default GIT policy source params are set in consistent way #43

BUG FIXES:

  • Tool fetches cluster details even if there are no policies #45

v0.1.0

15 Apr 13:57
v0.1.0
411b1be
Compare
Choose a tag to compare

FEATURES:

  • Cluster JSON data print command (#37)
  • Policy check command (#7)

IMPROVEMENTS:

  • Mandatory params check and color fix (#26)

BUG FIXES:

  • Specifying multiple clusters in config.yaml causes panic (#27)
  • Specifying --local-policy-dir CLI flag is not stopping from reading default GIT repo bug (#21)
  • Missing configuration parameters should cause tool to fail fast (#20)

v0.0.1

30 Mar 15:15
v0.0.1
3c40baf
Compare
Choose a tag to compare

NOTES:

  • initial version of the gke-policy tool after migration from PoC project

FEATURES:

  • gke-policy cluster review command validates GKE clusters against best practices described
    with REGO policies