lifecycle-toolkit icon indicating copy to clipboard operation
lifecycle-toolkit copied to clipboard

Toolkit for cloud-native application lifecycle management

Results 107 lifecycle-toolkit issues
Sort by recently updated
recently updated
newest added

The new Analysis feature warrants its own getting started Guide. @bacherfl has outlined such an exercise in https://github.com/keptn/lifecycle-toolkit/blob/main/examples/support/analysis/README.md . This exercise uses the podtato-head example. Part of https://github.com/keptn/lifecycle-toolkit/issues/2237

documentation
on hold

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/prometheus/client_golang](https://togithub.com/prometheus/client_golang) | `v1.18.0` -> `v1.19.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fclient_golang/v1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

on hold
dependencies
go
metrics-operator
lifecycle-operator

The KeptnTaskDefinition spec shows `retries` and `timeout` parameters but doesn't list the defaults. https://lifecycle.keptn.sh/docs/crd-ref/lifecycle/v1alpha3/#keptntaskdefinitionspec

documentation
on hold
docs-infrastructure
lifecycle-operator

### Goal As a beginner contributor, I want to have a list of resources that i can check so that I can learn the basics about containers and Kubernetes. ###...

documentation
good first issue
help wanted

## Problem The "Release Checklist" added to the contributing guide has a "Verify docs" item. This should be expanded into its own checklist of things to look at for the...

documentation
status: draft

### Goal Research possible integration use cases with Kyverno. One idea is to connect traces between Kyverno and Keptn so that users get a full picture during deployment that starts...

research
status: draft

When all catch definitions in chainsaw are in place we should not need to retrieve integration test logs. This ticket depends on: - #2697 - #2698 - #2699 - #2700...

good first issue
tests

Given the good first example 🚀 of how to add a collectors to kuttl tests #1834, we should add collectors in each test that: 1. collect logs of operators 2....

tests

There is an error on the website When we open the sidebar then first there this back button pop up first which shouldn't pop up ![image](https://github.com/keptn/lifecycle-toolkit/assets/81870866/00753d96-a321-43bb-81fb-b5c39a6edce0)

bug
documentation
good first issue

Markdownlint in general is set up to check for the [CommonMark](https://commonmark.org/) flavour of markdown, but MkDocs uses [python-markdown](https://github.com/Python-Markdown/markdown) as the markdown parser which does not work with [CommonMark](https://commonmark.org/) but rather...