Skip to content

Releases: kartverket/skiperator

v0.2.1

24 Jan 08:28
a1ca35b
Compare
Choose a tag to compare

What's Changed

Now fixes zz_generated not being checked out to git, which didn't allow for using Skiperator externally.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Jan 08:10
e4e1da4
Compare
Choose a tag to compare
Add upbound-system exclusion (#127)

v0.1.2

26 Jul 12:44
3eb657b
Compare
Choose a tag to compare

What's Changed

  • Add deployment strategy and startup probes by @esphen in #20
  • Shrinked boilerplate and add Terraform by @hagen93 in #21

Full Changelog: v0.1.1...v0.1.2

v0.1.1

21 Jul 12:28
f736da8
Compare
Choose a tag to compare

What's Changed

  • Refactored into separate controllers for each resource and cleaned up API by @hagen93 in #9
  • Downgraded autscaling API to v2beta2 by @hagen93 in #10
  • Fixed secret volume source names by @hagen93 in #12
  • Default to same namespace for access policies if missing by @hagen93 in #11
  • Use service for port detection instead of application by @hagen93 in #13
  • Get labels for internal egresses from service labels by @hagen93 in #14
  • Added egress rules for external internet and Istio XDS by @hagen93 in #16
  • Added support for internal ingress by @hagen93 in #15
  • Fixed invalid CIDR by @hagen93 in #17
  • Fixed aliasing of DNS and XDS ports by @hagen93 in #18

New Contributors

Full Changelog: 0.1.0...v0.1.1

v0.1.0

21 Jul 12:27
Compare
Choose a tag to compare
Merge branch 'refactor' of github.com:kartverket/skiperator-poc into …