Skip to content

Releases: keptn/lifecycle-toolkit

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

v0.4.1

01 Dec 08:24
3359d2b
Compare
Choose a tag to compare

0.4.1 (2022-11-30)

Features

  • Move dashboards and fix issues (#417) (f6b5bfc)
  • operator: Copy annotations from parent resource if not defined on pod (#305) (c21f015)
  • operator: include detailed information about task/evaluation failure in span (#445) (94de8d6)
  • operator: refactor existing interfaces (#419) (f9c28a8)
  • operator: Refactor metrics helper functions (#269) (b6f3f43)
  • operator: Refactor Task, Evaluation handling + adapt span attributes setting (#287) (4d16a77)
  • operator: rework Task and Evaluation span structure (#465) (e5717c6)
  • operator: rework Workload and Application span structure (#452) (9a483ce)

Bug Fixes

  • adapt name of keptn_app_count metric due to reverted OTel exporter dependency update (#482) (97f8e8c)
  • Added back permission to list and watch namespaces (#404) (df346f7)
  • Fixed problems in examples (#378) (277be10)
  • operator: Also consider StatefulSets/DaemonSets when checking Workload Deployment state (#406) (27c189f)
  • operator: build env variables are computed during docker build (#457) (05ac270)
  • operator: cancel pending phases when evaluation fails (#408) (7f15baf)
  • operator: Changed checks on pod owner replicas (#412) (46524a7)
  • operator: detect Job failure and set Task to failed (#424) (19114db)
  • operator: Do not proceed with WLI if no AppVersion containing it is available (#377) (cf74540)
  • operator: Fixed typo in pre and post deployment checks + sorting the PhaseItem interface functions according to topic (#405) (ca8f11d)
  • operator: increment the correct meter to show deployment count (#434) (0287596)
  • operator: revert broken OTel version (#447) (3eb47d0)
  • operator: use correct parent/child span relationship (#418) (24efc80)
  • use correct namespace variable in delete cmd (#446) (c3b2188)

Dependency Updates

  • update denoland/deno docker tag to v1.27.2 (#354) (3a37846)
  • update denoland/deno docker tag to v1.28.0 (#401) (c4502e1)
  • update denoland/deno docker tag to v1.28.1 (#430) (fdf3f4b)
  • update dependency argoproj/argo-cd to v2.4.17 (#435) (9a4976b)
  • update dependency argoproj/argo-cd to v2.5.2 (#438) (2cf98a2)
  • update dependency cert-manager/cert-manager to v1.10.0 (#439) (bb4e487)
  • update dependency cert-manager/cert-manager to v1.10.1 (#450) (8872b3c)
  • update dependency jaegertracing/jaeger to v1.38.1 (#437) (5bd4e4c)
  • update dependency jaegertracing/jaeger to v1.39.0 (#440) (3410b63)
  • update dependency kubernetes-sigs/controller-tools to v0.10.0 (#443) (8c60dc7)
  • update dependency kubernetes-sigs/kustomize to v4.5.7 (#444) (2d83ce6)
  • update ghcr.io/keptn/scheduler docker tag to v202211041667586940 (#310) (8d71e29)
  • update go 1.19 (#364) (c72c4bc)
  • update helm/kind-action action to v1.4.0 (#355) (96cde69)
  • update kubernetes packages to v0.25.3 (minor) (#263) (d8cec2f)
  • update kubernetes packages to v0.25.3 (patch) (#291) (0a648b1)
  • update kubernetes packages to v0.25.4 (patch) (#383) (72088d6)
  • update module github.com/magiconair/properties to v1.8.6 (#331) (f54665e)
  • update module github.com/prometheus/client_golang to v1.13.1 (#311) (1fe4242)
  • update module github.com/prometheus/client_golang to v1.14.0 (#395) (39af17b)
  • update module google.golang.org/grpc to v1.50.1 (#274) (44ac9b4)
  • update module k8s.io/kubernetes to v1.25.4 ([#399](https://github.com/...
Read more

v0.4.0

08 Nov 08:32
1ffe530
Compare
Choose a tag to compare

0.4.0 (2022-11-08)

⚠ BREAKING CHANGES

  • The lifecycle toolkit now uses keptn-lifecycle-toolkit-system namespace by default (#332)
  • Rename to lifecycle toolkit (#286)

Features

  • Add Dashboards for Applications and Workloads (#219) (48589e2)
  • Bootstrap webhook/component/integration/performance tests (#225) (dbe08c0)
  • operator: Add additional metrics for Deployment duration and interval (#220) (71383c0)
  • operator: Add information about current phase in workloadinstances and appversions (#200) (55fa4e9)
  • operator: Add separate trace for Deployment (#222) (6966e3d)
  • operator: Improve state and phase information (#211) (6982074)
  • operator: Use Async Gauges for active KLC Entities (#206) (9d61ab2)
  • Sign released container images with sigstore/cosign (#290) (a8f58a4)
  • The lifecycle toolkit now uses keptn-lifecycle-toolkit-system namespace by default (#329) (ef1a158)
  • The lifecycle toolkit now uses keptn-lifecycle-toolkit-system namespace by default (#332) (443be11)
  • Use debug stages in local docker build make commands (#234) (6423834)

Bug Fixes

  • operator: Fix nil pointer exception in case of app not being found (#233) (de9a016)
  • operator: Fixed starting deployments, when no corresponding app-version is available (#210) (3efa13e)
  • operator: Use correct Span Names (#327) (e6a0ea0)
  • operator: Use pointer receiver for SpanHandler methods to ensure span map is populated; thread safety via mutex (#288) (a127a42)
  • scheduler: Fix the status the scheduler is acting on (preDeploymentEvaluationStatus) (#226) (1a0dd92)
  • scheduler: The client should inherit framework configs (#309) (847a460)
  • Typo in observability example (#248) (2f6be5f)

Docs

  • Add KubeCon NA 22 Demo (#308) (f0ba5db)
  • Add temporary sub-project logo to the repository (#207) (3708cb3)
  • Fix name of keptnappversions (#215) (d6e3e2c)
  • Update the repository links in README after the org migration (#208) (a1ac506)

Dependency Updates

  • update actions/checkout action to v3 (#282) (99eae9c)
  • update denoland/deno docker tag to v1.27.1 (#307) (9061fc5)
  • update golang docker tag to v1.18.8 (#275) (c510824)

Other

  • deps: Update dependencies (#265) (7a87bb8)
  • Introduce failing observability example for podtatohead (#204) (f29910d)
  • operator: Add workload and app version to KeptnTask (#201) (fde0c67)
  • operator: Support Progressing state in every phase + refactoring + speed improvements (#236) (af1da5d)
  • Rename to lifecycle toolkit (#286) (9177c76)
  • Update dependencies and fixes (#281) (5f5eda9)
  • update grafana dashboards (#325) (0d0f2ab)
  • Update repo URL everywhere (#216) (33d494c)

v0.3.0

20 Oct 07:04
0489374
Compare
Choose a tag to compare

0.3.0 (2022-10-20)

⚠ BREAKING CHANGES

  • operator: Modified behavior of KeptnAppVersion and KeptnWorkloadInstance to support pre and post deployment evaluation checks with Prometheus montoring
  • operator: now the namespaces have to be annotated/labeled with keptn.sh/lifecycle-controller=enabled when the lifecycle controller should be used
  • operator: Implementation of the KeptnApp CRD and Controller. This modifies the behaviour of the KeptnWorkloadInstance and Keptn MutatingWebhook

Features

  • Namespace keptn-lifecycle-controller-system should never call webhook (#192) (913a9ff)
  • operator: add fallback behavior when no keptn annotations are set (#171) (b6cc674)
  • operator: Add KeptnApplication controller (#137) (271f5a8)
  • operator: Added minimal context information (#170) (eebe420)
  • operator: Allow pre- and post-deployment tasks as labels or annotations (#181) (4241fe7)
  • operator: Bootstrap evaluation CRD from app (#184) (74c3dbc)
  • operator: Bootstrap evaluation CRD from WorkloadInstance (#188) (95e206b)
  • operator: Bootstrap KeptnEvaluationProvider and KeptnEvaluation Definition CRDs (#165) (03d2346)
  • operator: Fix phase naming (#197) (3739127)
  • operator: Introduce KeptnEvaluation Controller + CRD (#168) (1ce044a)
  • operator: Introduce Prometheus evaluation (#183) (c2ab773)
  • operator: namespace should be annotated when the lifecycle controller is used (#178) (fa8b875)

Docs

Other

  • Add Evaluation instructions (#190) (6717b89)
  • Add example Grafana dashboard to observability example (#199) (9c20600)
  • Updated Prometheus Network policy for granting access from lifecycle controller namespace (#191) (bd77527)

v0.2.0

12 Oct 14:14
ec2359a
Compare
Choose a tag to compare

0.2.0 (2022-10-12)

Features

  • Added tutorial for setting up observability example (#145) (28f5a9c)
  • main: Make LFC development environment installable with one command (#138) (832ca37)
  • operator: Add commit hash, buildtime, buildversion to OTel resource attributes (#121) (5a2ef61)
  • operator: Add Spans for handling webhook requests and inject TraceContext (#115) (812f2c5)
  • operator: Add support for OTel collector (#139) (ac3f0d2)
  • operator: Added metrics (#55) (f8a3cee)
  • operator: Introduce OTel tracing for Task controller (#128) (0baf7a9)
  • operator: Introduce OTel tracing for Workload controller (#125) (bc03709)
  • operator: Introduce OTel tracing for WorkloadInstance controller (#131) (a195614)
  • scheduler: Add OTel Resource Attributes (#147) (b952156)
  • scheduler: Add support for OTel collector (#146) (9fd210d)
  • scheduler: Add tracing support (#129) (60651d1)
  • scheduler: Background check for pod status in permit plugin (#124) (97ceef6)
  • scheduler: Disable gRPC logs when creating OTLP exporter (#151) (d0f69b9)

Bug Fixes

  • scheduler: Create new context when starting background routine for pod checks (#148) (543ca87)
  • scheduler: Ignoring OTel error logs (#150) (0be89a5)

Docs

  • Add proper version badge in readme (#114) (e4add2d)
  • Improve podtato example with HTTP service lookup (#113) (81b1236)
  • Update manifest name in readme (#111) (e51dbbc)

Other

  • Updated scheduler readme and developer instructions (#123) (9bd5d14)

Build