Skip to content

Releases: keptn/lifecycle-toolkit

deno-runtime: v1.0.1

30 Aug 11:29
4e088c5
Compare
Choose a tag to compare

1.0.1 (2023-08-30)

Dependency Updates

  • update denoland/deno docker tag to alpine-1.36.3 (#1944) (da95b40)

python-runtime: v1.0.0

29 Aug 07:44
9a995c4
Compare
Choose a tag to compare

1.0.0 (2023-08-29)

Features

  • monorepo setup for lifecycle-operator, scheduler and runtimes (#1857) (84e243a)

deno-runtime: v1.0.0

29 Aug 12:10
8df9ca4
Compare
Choose a tag to compare

1.0.0 (2023-08-29)

Features

  • monorepo setup for lifecycle-operator, scheduler and runtimes (#1857) (84e243a)

cert-manager: v1.0.0

28 Aug 07:38
5a11d9a
Compare
Choose a tag to compare

1.0.0 (2023-08-28)

Dependency Updates

  • update dependency kubernetes-sigs/controller-tools to v0.12.1 (#1765) (ba79a32)
  • update dependency kubernetes-sigs/kustomize to v5.1.1 (#1853) (354ab3f)
  • update kubernetes packages (patch) (#1786) (cba2de5)
  • update module golang.org/x/net to v0.12.0 (#1662) (49318bf)
  • update module golang.org/x/net to v0.14.0 (#1855) (3186188)

klt: v0.8.1

07 Jul 07:27
9bb78bb
Compare
Choose a tag to compare

0.8.1 (2023-07-07)

Features

Bug Fixes

  • examples: add new task definitions to kustomize base (#1674) (adba1ec)
  • helm-chart: propagate labels for validation webhook (#1678) (5602bd1)
  • operator: avoid multiple creations of the same KeptnTask (#1676) (78ba574)
  • operator: ensure that generated resource names contain no unallowed character (#1661) (59db60f)
  • operator: make sure there is exactly one job per task execution (#1672) (b68ba87)
  • operator: parse flags so they can be configured (#1649) (4243085)
  • operator: provide the right app version for single-service applications (c7d35b8)
  • python-runtime: install curl to execute scripts referenced via url (#1681) (ac0d515)

Dependency Updates

  • update anchore/sbom-action action to v0.14.3 (#1626) (2a1026c)
  • update busybox docker tag to v1.36.1 (#1595) (6770912)
  • update dependency argoproj/argo-cd to v2.7.6 (#1596) (1c77c81)
  • update dependency golangci/golangci-lint to v1.53.3 (#1606) (227800a)
  • update dependency helm/helm to v3.12.1 (#1607) (ac93ba4)
  • update dependency kubernetes-sigs/kustomize to v5.1.0 (#1655) (791e211)
  • update github.com/keptn/lifecycle-toolkit/klt-cert-manager digest to 1c77c81 (#1593) (472eac0)
  • update github.com/keptn/lifecycle-toolkit/klt-cert-manager digest to 4ad9bbf (#1631) (9060ae1)
  • update github.com/keptn/lifecycle-toolkit/metrics-operator digest to 472eac0 (#1594) (7087bb6)
  • update kubernetes packages (patch) (#1634) (4ad9bbf)
  • update module github.com/datadog/datadog-api-client-go/v2 to v2.14.0 (#1656) (2b1a1e9)
  • update module github.com/onsi/gomega to v1.27.8 (#1552) (fe9e7ec)
  • update module github.com/prometheus/client_golang to v1.16.0 (#1657) (c2e56c5)
  • update sigstore/cosign-installer action to v3.1.0 (#1627) (a23ba71)
  • update sigstore/cosign-installer action to v3.1.1 (#1644) (c93a496)

Docs

Other

  • bump release-please base commit (#1621) (c11bba3)
  • operator: print trace in the logs only if the collector is not enabled (c7d35b8)
  • operator: refactor k8s Event sending mechanism (#1687) (20839af)
  • replace stale bot with GH actions workflow (#1629) (351c092)

v0.8.0

21 Jun 07:21
b37aed9
Compare
Choose a tag to compare

0.8.0 (2023-06-21)

⚠ BREAKING CHANGES

  • operator: support python-runtime runner for KeptnTasks
  • operator: support container-runtime runner for KeptnTasks

Features

  • add python-runtime (#1496) (76a4bd9)
  • add validating webhook for KeptnTaskDefinition (#1514) (d55a7ef)
  • cert-manager: additional options for targeting WebhookConfigurations and CRDs (#1276) (dadd70b)
  • metrics-operator: introduce ErrMsg field into KeptnMetric status (#1365) (092d284)
  • operator: adapt TaskDefinition validation webhook to consider python and deno runtime (#1534) (59cdfc8)
  • operator: introduce fallback search to KLT default namespace when KeptnEvaluationDefinition is not found (#1359) (d5ddf26)
  • operator: support container-runtime runner for KeptnTasks (02ce860)
  • operator: support python-runtime runner for KeptnTasks (b79f7c4)
  • operator: trim KeptnAppVersion name that exceed max limit (#1296) (0bf2f9e)

Bug Fixes

  • added the missing link (#1537) (27fb2c2)
  • cert-manager: avoid index-out-of-bounds error when updating webhook configs (#1497) (0f28b8c)
  • helm-chart: fix Python runtime version number (#1586) (05572ec)
  • metrics-operator: improve error handling in metrics providers (#1466) (9801e5d)
  • metrics-operator: introduce IsStatusSet method to KeptnMetric (#1427) (24a60f5)
  • operator: use new RuntimeSpec instead of FunctionSpec (#1529) (6189317)
  • remove scarf redirect from containers images (#1443) (a20b2e7)
  • restore go files (#1371) (9a4a6fd)

Other

  • add example for python task definition (#1554) (908b03d)
  • bump up helm chart version (#1351) (737d478)
  • cert-manager: updated readme of cert-manager (#1393) (12fcca8)
  • minor refactoring of the evaluation controller (#1356) (4398e96)
  • operator: bump OTel dependencies to the latest version (#1419) (a7475c2)
  • operator: explicitly define ImagePullPolicy of Job container to IfNotPresent (#1509) (bb916f3)
  • operator: make use of status.jobName when searching for job in KeptnTask controller (#1436) (28dd6b7)
  • operator: refactor KeptnTask controller logic (#1536) (ed85fc9)
  • operator: refactor keptntaskcontroller to use builder interface (#1450) (a3f5e5b)
  • operator: use List() when fetching KeptnWorkloadInstances for KeptnAppVersion (#1456) (ecd8c48)
  • remove code duplication (#1372) (da66c80)
  • remove decoder injector interface from webhook (#1563) (7850766)
  • remove space in python sample folder (#1550) (53443ac)
  • standardize generation of resource names (#1472) (f7abcb0)
  • use cert-manager library in lifecycle-operator and metrics-operator to reduce code duplication (#1379) (831fc46)
  • website edit links should point to page (#1566) (8b62f33)

Dependency Updates

Read more

v0.7.1

03 May 09:01
d5000da
Compare
Choose a tag to compare

0.7.1 (2023-05-03)

Features

  • add support for multiple metrics providers (#1193) (3c465d0)
  • datadog metric provider for KLT (#948) (597a23f)
  • improve API reference generation script with path extension (#1271) (74fa4f5)
  • make examples resource footprint smaller, fix bugs (#1171) (8b165d3)
  • operator: add information about evaluation target in status (#1341) (cc03a85)
  • operator: additional parameters for KeptnTask to support retry logic (#1084) (eed5568)
  • operator: bootstrapped KeptnAppCreationRequest CRD (#1134) (6b58da3)
  • operator: consider corner cases in KACR controller (#1270) (b3b7010)
  • operator: create KeptnAppCreationRequest in pod webhook (#1277) (da942c2)
  • operator: implement KeptnAppCreationRequest controller (#1191) (79afd83)
  • operator: introduce fallback search to KLT default namespace when KeptnTaskDefinition is not found (#1340) (6794fe2)
  • operator: introduce retry logic for KeptnTasks (#1088) (e49b5a3)
  • operator: polish KeptnConfig and use Env Var for initial configuration (#1097) (559acee)
  • operator: propagate KeptnTaskDefinition labels and annotations to Job Pods (#1283) (83be9d9)
  • operator: support Argo Rollout resources (#879) (c2b0fa3)
  • use smaller distroless images for released containers (#1092) (8a7a6af)

Bug Fixes

Dependency Updates

  • bump denoland/deno to 1.32.5 (#1329) (73f0af0)
  • remove github.com/open-feature/flagd (#1110) (e118851)
  • update actions/setup-go action to v4 (#1051) (8b470d4)
  • update amannn/action-semantic-pull-request action to v5.2.0 (#1102) (c57b1fe)
  • update anchore/sbom-action action to v0.13.4 (#1101) (4c9a1aa)
  • update anchore/sbom-action action to v0.14.1 (#1187) (21e72a3)
  • update aquasecurity/trivy-action action to v0.10.0 (#1255) (1ff448c)
  • update curlimages/curl docker tag to v8 (#1116) (05bf675)
  • update dawidd6/action-download-artifact action to v2.26.1 (#1189) (1053717)
  • update dawidd6/action-download-artifact action to v2.27.0 ([#1256](#12...
Read more

v0.7.0

16 Mar 13:39
70a1854
Compare
Choose a tag to compare

0.7.0 (2023-03-16)

⚠ BREAKING CHANGES

  • The different components of KLT have been renamed and use a new container image repository. For more information, please look at #960
  • The handling of the CRD lifecycle and metrics has been split into two different operators

Features

  • adapt examples to use KeptnMetric and KeptnMetricsProvider (91e57ca)
  • add CRD docs auto generator tooling (#884) (5f63d9a)
  • add load test metrics (#831) (2fa1a02)
  • add YAMLLint (#935) (48476bd)
  • added the metrics-operator (5153a05)
  • added the metrics-operator (91e57ca)
  • cert-manager: support certificate injection for all matching resources based on label selector (91e57ca)
  • fill in chart README (#987) (2321180)
  • helm-chart: split documentation from value files (#876) (c366739)
  • improve naming and use new repository (bd49357)
  • introduce lifecycle.keptn.sh/v1alpha3 API version (91e57ca)
  • metrics-operator: added conversion webhook for KeptnMetric CRDs (91e57ca)
  • metrics-operator: allow KeptnMetrics to be placed in any namespace (91e57ca)
  • metrics-operator: implement metric functionality (91e57ca)
  • metrics-operator: introduce KeptnMetricsProvider CRD (91e57ca)
  • metrics-operator: introduce migration from KeptnEvaluationProvider to KeptnMetricsProvider (91e57ca)
  • operator: accept LogLevels for all controllers (#790) (d175486)
  • operator: adapt KeptnEvaluationDefinition to reflect changes in KeptnMetric and KeptnMetricsProvider (91e57ca)
  • remove kube-rbac-proxy (#909) (7d2621b)
  • use helmify to release our helm chart (91e57ca)

Bug Fixes

  • adapted patch for mutating webhook to correctly add release namespace to exclusions (#1044) (d7cfc17)
  • added metric-operator prefix to related ClusterRole and ClusterRoleBindings (#1042) (92d16a3)
  • fix cosign image signing after breaking changes (#1047) (e5abf85)
  • fix examples (#1053) (6f5c105)
  • fix markdown issues in main (#963) (ef35387)
  • fix some sonarcloud settings (#1018) (a40a8d3)
  • helm chart generation and helm pipeline (#975) (444ba74)
  • helm chart generation fixes (#977) (85e9d0e)
  • htmltest error for newly created documents (#1010) (4bf2919)
  • include namespace creation in release manifest (#855) (d7a2b48)
  • metrics-operator: adapt metric types from v1alpha1 (91e57ca)
  • metrics-operator: use correct port for serving metrics api (#954) (d29ab64)
  • move conversion webhooks to hub version API (v1alpha3) (#992) (b2bb268)
  • operator: compute deployment interval on deployment endtime (#842) (140b2f2)
  • operator: invalid import of metrics (91e57ca)
  • remove missing 404 bug (#1006) (e8c0f38)
  • remove required from release docs yaml parameters (#952) (57cc938)
  • wrong link in the local-setup (#916) (de89309)

Dependency Updates

Read more

v0.6.0

14 Feb 14:16
c9a5fb5
Compare
Choose a tag to compare

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

  • add context, update secret wording (#781) (29b00cb)
  • add keptn certificate manager infos (#652) (8cfb221)
  • added breaking change message (#726) (ebdebad)
  • added documentation to enable Slack notification post deployment task (#787) (#788) (28a7319)
  • adjustments to folder structure (#660) (1ec07ba)
  • change port for KTL docs (#713) (517e148)
  • contribution guide for the community (#709) (8b37dd7)
  • describe how to use Custom Metrics API integration (#706) (d33af19)
  • documentation for restartable applications feature (#645) (672bfa8)
  • fix broken edit for developer (#756) ([ce6...
Read more

v0.5.0

12 Jan 08:19
7dc3ec5
Compare
Choose a tag to compare

0.5.0 (2023-01-10)

⚠ BREAKING CHANGES

  • Evaluation and Task statuses in KeptnWorkloadInstance/KeptnAppVersion use the same structure
  • operator: With API version v1alpha2, KeptnEvaluationProvider uses a Secret Selector instead of SecretName.
  • We are introducing scarf.sh for download tracking to have valuable information that will show us adoption rates for the toolkit.

Features

  • add a new operator for self-hosted certificate management (#523) (90bbdba)
  • add revision field to KeptnApp (#494) (23ddfa3)
  • generate SBOMs for container images on release (#571) (72fe001)
  • introduce API groups in KLT (#547) (b482d96)
  • introduce API version v1alpha2 (#491) (229bcc9)
  • operator: add version conversion rule for KeptnEvaluationProvider (#531) (f1e9fe1)
  • operator: emit K8s events with detailed messages for failed evaluations (#477) (1b3a56f)
  • operator: fix ownership information for keptnworkloads (#520) (1e642c7)
  • operator: introduce evaluation support for Dynatrace (#194) (c6483cc)
  • operator: support restartability of KeptnApp (#544) (99070c2)
  • set default of 1 for KeptnApp revision field (#513) (a5cb3f2)
  • use scarf.sh registry for all container images (#507) (647c6a1)

Bug Fixes

  • dashboards: use fixed color mode for succeeded AppVersion/WorkloadInstance tiles (#515) (8cdb23e)

Dependency Updates

  • add more renovate annotations for auto updates (#519) (1555d63)
  • add yaml files to renovate (#527) (2ee11f5)
  • update dawidd6/action-download-artifact action to v2.24.3 (#560) (5220e9d)
  • update denoland/deno docker tag to v1.28.3 (#467) (59fa6b0)
  • update denoland/deno docker tag to v1.29.1 (#534) (3b316f9)
  • update dependency argoproj/argo-cd to v2.5.4 (#492) (6f16dac)
  • update dependency argoproj/argo-cd to v2.5.5 (#543) (f1b59ca)
  • update dependency cert-manager/cert-manager to v1.10.1 (#530) (cb83e24)
  • update dependency jaegertracing/jaeger to v1.40.0 (#506) (ddb9eca)
  • update dependency jaegertracing/jaeger to v1.41.0 (#565) (cc5f7ca)
  • update dependency kubernetes-sigs/kustomize to v4 (#575) (36a6169)
  • update dependency kudobuilder/kuttl to v0.14.0 (#561) (ff6b95a)
  • update dependency kudobuilder/kuttl to v0.15.0 (#566) (9516fcf)
  • update golang docker tag to v1.19.4 (#495) (5a74869)
  • update jasonetco/create-an-issue action to v2.9.1 (#557) (f6d5934)
  • update kubernetes packages to v0.25.5 (patch) (#499) (627b9e1)
  • update module github.com/magiconair/properties to v1.8.7 (#503) (4f87239)
  • update module github.com/onsi/ginkgo/v2 to v2.5.1 (#384) (955d41e)
  • update module github.com/onsi/ginkgo/v2 to v2.6.1 (#535) (e02929a)
  • update module github.com/onsi/gomega to v1.24.2 (#532) (2480f21)
  • update module github.com/prometheus/common to v0.37.1 (#533) (b72d52e)
  • update module github.com/prometheus/common to v0.39.0 (#502) (28ab629)
  • update module github.com/stretchr/testify to v1.8.1 (#551) (523bb55)
  • update module google.golang.org/grpc to v1.51.0 (#451) (3828ee5)
  • update module k8s.io/api to v0.25.5 (#573) (5159a5e)
  • update module k8s.io/component-helpers to v0.25.5 (#504) (02b5982)
  • update module k8s.io/kubernetes to v1.25.5 (#501) (df8e51c)
  • update opentelemetry-go monorepo to v0.34.0 (minor) (#498) (e7db4d0)

Other

  • add scarf pixel to markdown files (#493) (b05a810)
  • enhance golangci-lint with code complexity and other measures (#484) (1d711d0)
  • operator: refactor operator and sch...
Read more