Skip to content

Releases: kartverket/skiperator

v2.6.2

24 Feb 14:19
3333f2a
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by @dependabot in #599
  • build(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.79.2 to 0.80.1 by @dependabot in #610
  • build(deps): bump sigstore/cosign-installer from 3.7.0 to 3.8.1 by @dependabot in #609
  • build(deps): bump istio.io/client-go from 1.24.2 to 1.24.3 by @dependabot in #605
  • build(deps): bump github.com/cert-manager/cert-manager from 1.16.3 to 1.17.1 by @dependabot in #604
  • bump istio api to 1.24.3 by @martinhny in #612

Full Changelog: v2.6.1...v2.6.2

v2.6.1

21 Feb 16:24
Compare
Choose a tag to compare

Changelog

  • 0f4eebe Merge pull request #608 from kartverket/usage-metrics
  • ec85b4e add usage based metrics
  • 569964a usage based metrics: add timeout for operations
  • 6cac3be usage based metrics: metrics only from the elected leader

v2.6.0

18 Feb 11:57
9fcbb6f
Compare
Choose a tag to compare

Changelog

  • bcf997f Bump NAIS depedendencies
  • 9fcbb6f Merge pull request #607 from kartverket/bump-nais-deps

v2.5.1

10 Feb 09:38
53924ca
Compare
Choose a tag to compare

What's Changed

  • SKIP-1512 - Generate network policy if external rule is ip by @martinhny in #596

Full Changelog: v2.5.0...v2.5.1

v2.5.0

06 Feb 15:04
af4f66c
Compare
Choose a tag to compare

Changelog

  • af4f66c Merge pull request #595 from kartverket/customizable-scrape-interval
  • 7907840 main: write to stdout instead of stderr
  • 7a546f7 prometheus: add scrapeInterval
  • e6f6379 prometheus: remove programmatic minimum interval
  • 8b0c12b prometheus: remove test timeouts
  • 7c8b3ff prometheus: use CEL

What's Changed

  • prometheus: add scrapeInterval by @evenh in #595

Full Changelog: v2.4.1...v2.5.0

v2.4.1

06 Feb 10:15
d2e27a5
Compare
Choose a tag to compare

What's Changed

  • Perform dependency review on PR by @okpedersen in #578
  • build(deps): bump kartverket/pharos from 0.2.5 to 0.3.0 by @dependabot in #581
  • build(deps): bump sigs.k8s.io/controller-tools from 0.17.0 to 0.17.1 by @dependabot in #582
  • Update kubernetes test version to 1.31.4 by @martinhny in #587
  • Bump open Dependabot updates by @evenh in #588
  • build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by @dependabot in #590
  • build(deps): bump sigs.k8s.io/controller-runtime from 0.20.0 to 0.20.1 by @dependabot in #591
  • build(deps): bump kartverket/pharos from 0.3.0 to 0.3.1 by @dependabot in #592
  • Add support for profiling via pprof by @evenh in #593
  • Adding finalizers on SKIPJob by @larsore in #594

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

08 Jan 10:54
d0545c8
Compare
Choose a tag to compare

Changelog

  • f7bad7b Bump Istio dependencies to v1.24.2
  • 80be252 Bump dependencies (#575)
  • 878b121 Include CIDR-blocks for all gcp-clusters
  • 8b0ae04 Include internal load balancer on cloud clusters in the default-deny network policy
  • 104b321 Merge pull request #571 from kartverket/SKIP-1456
  • debe8e6 Merge pull request #572 from kartverket/dependabot/github_actions/kartverket/pharos-0.2.5
  • d0545c8 Merge pull request #576 from kartverket/istio-1.24
  • a44d335 Remove matching for ACME challenges
  • 032421d Update IP-block for internal lb
  • 4f0c767 build(deps): bump github.com/cert-manager/cert-manager (#562)
  • f4a4688 build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#556)
  • d6db244 build(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 (#570)
  • 7328087 build(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.2 (#560)
  • e4600f0 build(deps): bump k8s.io/apiextensions-apiserver from 0.31.1 to 0.31.3 (#563)
  • 8076417 build(deps): bump kartverket/pharos from 0.2.3 to 0.2.5
  • 8f6777e build(deps): bump sigs.k8s.io/kustomize/kyaml from 0.17.2 to 0.18.1 (#551)
  • a1d24a4 debug publish/pharos workflow
  • 1793700 remove wrong commit

v2.3.1

18 Nov 12:40
fccc1ed
Compare
Choose a tag to compare

Changelog

  • 8e11abe - Added more test-cases (thanks @evenh) - Fixed most cases
  • eb0ab78 - First-character check now uses actual regex-matching
  • 62f7219 - Fixed incorrectly named Chainsaw-test that was failing
  • c27959e - More label test-cases, finally all of them pass. - Refactored function-name to better reflect what it does
  • e382b06 - Rearranged some of the imageVersionString processing to make it more robust - All tests pass now
  • 85fe06f Added more test-cases
  • 63f32df Don't export matchesRegex function
  • fccc1ed Merge pull request #557 from kartverket/SKIP-1159
  • cb16c11 Switch to non-illegal character in label-value
  • eade1cf Tidy up
  • 80fb90d Use external logger
  • 639e501 bugfix

v2.3.0

04 Nov 14:31
Compare
Choose a tag to compare

Changelog

  • b8724f3 Added Pod version-assert
  • 24f8209 Added a newline at the end for best-practice formatting
  • d2c1e02 Added recommended labels for app.kubernetes.io/name and version, plus some parsing and "prettyfication" of version-string
  • 60928bc Further reduced code duplication in labeling.
  • b38e55f Initialized labels in meta to fix regression
  • 42ed502 Istio: Fix missing tests for API compatibility
  • eb89bf3 Istio: Upgrade to V1 of APIs
  • 147b468 Merge branch 'main' into skip-1159
  • da5682f Merge branch 'main' into skip-1159
  • 97263ec Merge branch 'main' into skip-1159
  • 94b7889 Merge branch 'main' into skip-1159
  • cd6b1fb Merge pull request #527 from kartverket/skip-1159
  • 254ccc7 Merge pull request #538 from kartverket/dependabot/go_modules/k8s.io/client-go-0.31.1
  • b1e3d07 Merge pull request #539 from kartverket/dependabot/go_modules/k8s.io/apiextensions-apiserver-0.31.1
  • 2d2152d Merge pull request #545 from kartverket/dependabot/github_actions/sigstore/cosign-installer-3.7.0
  • f99aed4 Merge pull request #546 from kartverket/dependabot/github_actions/kartverket/pharos-0.2.2
  • d3ce49c Merge pull request #547 from kartverket/dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.77.1
  • 959ca72 Merge pull request #549 from kartverket/dependabot/go_modules/sigs.k8s.io/controller-tools-0.16.4
  • fdfc318 Merge pull request #555 from kartverket/istio-v1
  • cde0bdc Metadata-test now includes a collection of expected labels to compare to.
  • d8e615a Removed redundant (out-commented) assert
  • 8b6fb86 SKIPJob version is now a separate function to reduce code repetition
  • a4bba73 Scoped recommended labels to apply to Pod and Service, added unit-tests and integration-tests for both Application and SKIPJob
  • edad22d Updated resource-generator test with correct number of expected labels
  • d332048 build(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
  • 2c0f8fc build(deps): bump k8s.io/apiextensions-apiserver from 0.31.0 to 0.31.1
  • df50634 build(deps): bump k8s.io/client-go from 0.31.0 to 0.31.1
  • 84dc379 build(deps): bump kartverket/pharos from 0.2.1 to 0.2.2
  • decedd7 build(deps): bump kartverket/pharos from 0.2.2 to 0.2.3 (#550)
  • 8e1c672 build(deps): bump sigs.k8s.io/controller-tools from 0.16.2 to 0.16.4
  • 98828af build(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0
  • 8010f87 ci: only commit and push API docs if there are changes
  • bac9a0a test: bump K8s to 1.30 to reflect reality

v2.2.2

27 Sep 14:06
1817472
Compare
Choose a tag to compare

Changelog

  • 1817472 bug: not scaling up from 0 replicas using hpa (#544)