Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 0.6.0 #592

Merged
merged 1 commit into from
Feb 14, 2023
Merged

chore: release 0.6.0 #592

merged 1 commit into from
Feb 14, 2023

Conversation

keptn-bot
Copy link
Contributor

@keptn-bot keptn-bot commented Jan 12, 2023

🤖 I have created a release beep boop

0.6.0 (2023-02-14)

⚠ BREAKING CHANGES

  • The dependency on cert-manager has been removed in favor of a custom implementation. With these changes, the operator will be waiting for a certificate to be ready before registering the controllers. The certificate is generated as a k8s secret in the lifecycle-toolkit namespace and then loaded into an empty dir volume. The Keptn certificate manager will make sure to renew it (every 12 hours) and will take care of its validity every time the controller manager deployment resource changes.

Features

  • add cert-manager logic (#528) (c0ece7a)
  • add KeptnAppCreationRequestTimeout field to KeptnConfig API (#735) (eda3f23)
  • add KeptnConfig API (#651) (9784216)
  • add metadata to helm chart (#737) (b5c5801)
  • add prometheus metrics evaluation example (#677) (e5f644c)
  • add validating webhook for Keptn Metrics (#668) (a4cc579)
  • annotate K8s Events (#589) (4ea7da9)
  • automatically update documentation repository (#610) (a84d4e4)
  • configurable imagePullPolicy via Helm (#740) (b6b4160)
  • create an helm overlay (#697) (9668ce8)
  • operator: add KeptnConfig API (#694) (4971a8b)
  • operator: add logic to keptnmetrics controller (#647) (ed5e200)
  • operator: added adapter for custom metrics (#682) (64cb972)
  • operator: added Dynatrace DQL provider (#783) (d19b533)
  • operator: evaluation controller uses KeptnMetric as SLI provider (#661) (da8fcee)
  • operator: expose KeptnMetrics as OTel metrics (#684) (eab9397)
  • operator: introduce KeptnMetrics CRD and controller (#643) (96170df)
  • wire the new cert-manager into lifecycle operator (#529) (752ea58)

Bug Fixes

  • add cert-manager to missing pipelines + fix linter issues (#702) (a4ab1e3)
  • broken link to examples folder in README.md (#671) (4ff944b)
  • fix klt-cert-manager release-local Makefile target (#669) (a3b0f7b)
  • fixed helm chart generation to include crds directly in the template (#801) (f46e603)
  • fixed helm chart patch (#775) (fd3e2b0)
  • operator: adapt resource requests and limits (#835) (8249de6)
  • operator: disable cache for secrets (#727) (6ddbb6d)
  • operator: dynamically create tracers during reconciliation (#804) (68f188e)
  • operator: fix calculation of deployment interval metrics (#822) (a798eed)
  • operator: prevent re-execution of workload tasks that have been cancelled in a previous KLT version (#718) (d89e179)
  • operator: refactored metric adapter for helm generation (#725) (e271162)
  • security pipeline issues (#700) (ef5a7c5)
  • updated path to observability folder (#780) (f2f09ea)

Performance

  • operator: only check for KeptnApp pre-evaluation if KWI has not entered its first phase yet (#701) (a9f41d7)
  • requeue KeptnMetric and process them only when deadline is met (#681) (39dd3f8)

Docs

Dependency Updates

  • update amannn/action-semantic-pull-request action to v5.1.0 (#837) (fa9bb6a)
  • update anchore/sbom-action action to v0.13.3 (#715) (bc75f00)
  • update aquasecurity/trivy-action action to v0.9.0 (#763) (1a79def)
  • update aquasecurity/trivy-action action to v0.9.1 (#834) (3db24f1)
  • update dawidd6/action-download-artifact action to v2.24.4 (#836) (2296d8f)
  • update dawidd6/action-download-artifact action to v2.25.0 (#838) (d70753b)
  • update dependency argoproj/argo-cd to v2.5.10 (#766) (e4046ae)
  • update dependency argoproj/argo-cd to v2.5.6 (#624) (278c74b)
  • update dependency argoproj/argo-cd to v2.5.7 (#649) (ca5c106)
  • update dependency argoproj/argo-cd to v2.5.9 (#714) (3e79f3d)
  • update dependency argoproj/argo-cd to v2.6.1 (#816) (44acfbb)
  • update dependency cert-manager/cert-manager to v1.11.0 (#627) (8720282)
  • update dependency helm/helm to v3.10.3 (#722) (491874c)
  • update dependency helm/helm to v3.11.0 (#730) (ca85d3d)
  • update dependency helm/helm to v3.11.1 (#819) (9f6b93f)
  • update dependency kubernetes-sigs/controller-tools to v0.11.2 (#741) (bd0d218)
  • update dependency kubernetes-sigs/controller-tools to v0.11.3 (#777) (207d2ca)
  • update dependency pyyaml to v5.4.1 (#642) (d854d7a)
  • update dependency pyyaml to v6 (#648) (850cf7a)
  • update docker/build-push-action action to v4 (#736) (cad355a)
  • update golang docker tag to v1.19.5 (#587) (567a211)
  • update golang docker tag to v1.20.0 (#742) (c9873ae)
  • update golang.org/x/exp digest to 1de6713 (#641) (a1417dd)
  • update golang.org/x/exp digest to 46f607a (#760) (77196c7)
  • update golang.org/x/exp digest to 54bba9f (#753) (79b9021)
  • update golang.org/x/exp digest to a67bb56 (#691) (cbe2ed3)
  • update golang.org/x/exp digest to a684f29 (#815) (65495a8)
  • update golang.org/x/exp digest to a68e582 (#653) (d6fabf5)
  • update golang.org/x/exp digest to f062dba (#710) (9135eaf)
  • update kubernetes packages (patch) (#704) (7370933)
  • update kubernetes packages to v0.25.6 (patch) (#663) (2bcc1dd)
  • update module github.com/benbjohnson/clock to v1.3.0 (#705) (cd989be)
  • update module github.com/onsi/ginkgo/v2 to v2.7.0 (#611) (9ace485)
  • update module github.com/onsi/ginkgo/v2 to v2.7.1 (#729) (59c853c)
  • update module github.com/onsi/ginkgo/v2 to v2.8.0 (#754) (5613491)
  • update module github.com/onsi/gomega to v1.26.0 (#672) (3b092bd)
  • update module github.com/open-feature/flagd to v0.3.4 (#716) (026b25d)
  • update module github.com/spf13/afero to v1.9.3 (#654) (2831566)
  • update module google.golang.org/grpc to v1.52.0 (#626) (ba65776)
  • update module google.golang.org/grpc to v1.52.3 (#711) (6c3009d)
  • update module k8s.io/component-helpers to v0.25.6 (#676) (bda60c8)
  • update module k8s.io/klog/v2 to v2.90.0 (#685) (98164ed)
  • update module sigs.k8s.io/controller-runtime to v0.14.2 (#723) (31fac62)
  • update module sigs.k8s.io/controller-runtime to v0.14.3 (#762) (37e783e)
  • update module sigs.k8s.io/controller-runtime to v0.14.4 (#811) (0191385)

Other


This PR was generated with Release Please. See documentation.

@codecov
Copy link

codecov bot commented Jan 12, 2023

Codecov Report

Merging #592 (a9786a3) into main (d5849c9) will decrease coverage by 0.08%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #592      +/-   ##
==========================================
- Coverage   58.60%   58.52%   -0.08%     
==========================================
  Files          97       97              
  Lines        7552     7552              
==========================================
- Hits         4426     4420       -6     
- Misses       2935     2939       +4     
- Partials      191      193       +2     
Impacted Files Coverage Δ
...ptnworkloadinstance/reconcile_prepostevaluation.go 81.81% <0.00%> (-9.10%) ⬇️
...lers/lifecycle/keptnworkloadinstance/controller.go 81.61% <0.00%> (-1.35%) ⬇️
Flag Coverage Δ
component-tests 41.65% <ø> (-0.55%) ⬇️
keptn-lifecycle-operator 54.67% <ø> (ø)
klt-cert-manager 67.50% <ø> (ø)
scheduler 21.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@keptn-bot keptn-bot force-pushed the release-please--branches--main branch 16 times, most recently from f608cf6 to 14815f8 Compare January 18, 2023 14:10
@keptn-bot keptn-bot force-pushed the release-please--branches--main branch 5 times, most recently from 0e45cdd to 120e256 Compare January 20, 2023 10:24
@sonarcloud
Copy link

sonarcloud bot commented Jan 20, 2023

Please retry analysis of this Pull-Request directly on SonarCloud.

@keptn-bot keptn-bot force-pushed the release-please--branches--main branch 3 times, most recently from 4b38565 to 12a8bff Compare January 20, 2023 11:46
@keptn-bot keptn-bot force-pushed the release-please--branches--main branch 19 times, most recently from f80cfef to 30538b6 Compare February 14, 2023 09:10
Signed-off-by: keptn-bot <86361500+keptn-bot@users.noreply.github.com>
@keptn-bot keptn-bot force-pushed the release-please--branches--main branch from 30538b6 to a9786a3 Compare February 14, 2023 13:29
@sonarcloud
Copy link

sonarcloud bot commented Feb 14, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@thisthat thisthat merged commit c9a5fb5 into main Feb 14, 2023
@thisthat thisthat deleted the release-please--branches--main branch February 14, 2023 14:12
@keptn-bot
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants