Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 11:57
· 3 commits to main since this release
6b788ea

What's Changed

  • chore(deps): Bump github/codeql-action from 3.27.1 to 3.27.2 by @dependabot in #222
  • chore(deps): Bump github/codeql-action from 3.27.2 to 3.27.3 by @dependabot in #223
  • chore(deps): Bump github/codeql-action from 3.27.3 to 3.27.4 by @dependabot in #225
  • chore(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.0 by @dependabot in #224
  • chore(deps): Bump codecov/codecov-action from 5.0.0 to 5.0.2 by @dependabot in #227
  • chore(deps): Bump codecov/codecov-action from 5.0.2 to 5.0.7 by @dependabot in #233
  • chore(deps): Bump k8s.io/apimachinery from 0.31.2 to 0.31.3 by @dependabot in #232
  • chore(deps): Bump sigs.k8s.io/controller-runtime from 0.19.1 to 0.19.2 by @dependabot in #231
  • chore(deps): Bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 by @dependabot in #230
  • chore(deps): Bump anchore/sbom-action from 0.17.7 to 0.17.8 by @dependabot in #237
  • chore(deps): Bump github/codeql-action from 3.27.4 to 3.27.5 by @dependabot in #229
  • chore(deps): Bump k8s.io/api from 0.31.2 to 0.31.3 by @dependabot in #235
  • chore(deps): Bump k8s.io/client-go from 0.31.2 to 0.31.3 by @dependabot in #236
  • refactor: move probes server in it's own package by @eddycharly in #238
  • feat: add validation webhook by @eddycharly in #239
  • chore: fix ci by @eddycharly in #240
  • chore(deps): Bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @dependabot in #205
  • chore(deps): Bump k8s.io/apiserver from 0.31.2 to 0.31.3 by @dependabot in #243
  • chore(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #242
  • chore(deps): Bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.16 to 3.0.17 by @dependabot in #241
  • chore(deps): Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in #226
  • feat: add match conditions support by @eddycharly in #244
  • docs: add envoy gateway tutorial by @eddycharly in #245
  • chore(deps): Bump sigs.k8s.io/controller-runtime from 0.19.2 to 0.19.3 by @dependabot in #247
  • chore(deps): Bump github/codeql-action from 3.27.5 to 3.27.6 by @dependabot in #246
  • chore(deps): Bump kyverno/action-install-chainsaw from 0.2.11 to 0.2.12 by @dependabot in #252
  • chore(deps): Bump google.golang.org/grpc from 1.68.0 to 1.68.1 by @dependabot in #251
  • chore(deps): Bump codecov/codecov-action from 5.0.7 to 5.1.1 by @dependabot in #253
  • chore(deps): Bump github/codeql-action from 3.27.6 to 3.27.7 by @dependabot in #255
  • chore(deps): Bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in #261
  • chore(deps): Bump k8s.io/client-go from 0.31.3 to 0.31.4 by @dependabot in #257
  • chore(deps): Bump k8s.io/apiserver from 0.31.3 to 0.31.4 by @dependabot in #260
  • refactor: splitting authorization rule expression into match and response fields by @fjogeleit in #256
  • chore(deps): Bump github/codeql-action from 3.27.7 to 3.27.9 by @dependabot in #267
  • chore(deps): Bump google.golang.org/grpc from 1.68.1 to 1.69.0 by @dependabot in #266
  • chore(deps): Bump k8s.io/client-go from 0.31.4 to 0.32.0 by @dependabot in #265
  • chore(deps): Bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.17 to 3.0.18 by @dependabot in #271
  • chore(deps): Bump helm/kind-action from 1.10.0 to 1.11.0 by @dependabot in #269
  • chore(deps): Bump anchore/sbom-action from 0.17.8 to 0.17.9 by @dependabot in #270
  • chore(deps): Bump google.golang.org/protobuf from 1.35.2 to 1.36.0 by @dependabot in #268
  • chore(deps): Bump github.com/google/cel-go from 0.20.1 to 0.22.1 by @dependabot in #234
  • feat: sort policies in alphabetical order before executing by @vishal-chdhry in #254
  • chore(deps): Bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in #273
  • chore(deps): Bump helm/kind-action from 1.11.0 to 1.12.0 by @dependabot in #280
  • chore(deps): Bump github/codeql-action from 3.27.9 to 3.28.0 by @dependabot in #279
  • chore(deps): Bump github.com/envoyproxy/go-control-plane from 0.13.1 to 0.13.2 by @dependabot in #277
  • chore(deps): Bump google.golang.org/protobuf from 1.36.0 to 1.36.1 by @dependabot in #278
  • chore(deps): Bump codecov/codecov-action from 5.1.1 to 5.1.2 by @dependabot in #274
  • chore(deps): Bump google.golang.org/grpc from 1.69.0 to 1.69.2 by @dependabot in #275
  • feat: separate deny and allow rules by @eddycharly in #272
  • chore: add istio in e2e tests by @eddycharly in #282
  • chore(deps): Bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.18 to 3.0.19 by @dependabot in #284
  • docs: update docs with new policy format by @eddycharly in #283
  • fix: bad link in readme by @eddycharly in #286
  • docs: match conditions docs by @eddycharly in #287
  • docs: add more infos to match conditions docs by @eddycharly in #288
  • chore(deps): Bump k8s.io/apiserver from 0.31.4 to 0.32.0 by @dependabot in #263
  • docs: fixes by @eddycharly in #289
  • chore: update goreleaser config by @eddycharly in #290
  • chore: update roadmap by @eddycharly in #293
  • docs: update tutorials docs with cert manager instructions by @eddycharly in #294
  • docs: update quick start docs with cert manager instructions by @eddycharly in #295
  • docs: add docs for certificates management by @eddycharly in #296
  • feat: add chainsaw test for policy ordering in authz server by @vishal-chdhry in #297
  • chore: add match conditions with variable chainsaw test by @eddycharly in #301
  • chore: add match conditions errors chainsaw test by @eddycharly in #302
  • release: v0.2.0 by @eddycharly in #303

New Contributors

Full Changelog: v0.1.0...v0.2.0