Moritz Wiesinger

Results 74 issues of Moritz Wiesinger
trafficstars

It would be amazing if this repo would also support exporting to Markdown so that PR comments and GitHub issue can be created from the reports.

For projects, it's possible to blacklist steps by putting them into the `skip:` block. It would be great to have the same option with whitelisting, for example with an `include:`...

I am currently implementing a small backup script using the Abstract SDK. The script just takes the master branch from all projects in my organization and puts them in a...

enhancement

### This PR - removes pipeline code that interacted with meta keptn - removes helper files for meta keptn Fixes #8868 Todo after this PR is merged: remove meta keptn...

GCP has k8s v1.23 and v1.24 in the regular update channel already. 1.23 is already in the stable channel as well. It's time to upgrade our test clusters to test...

area:core
area:devops

Since the meta keptn cluster is not necessary anymore, it shall be removed. Tasks: - remove cluster from GCP - remove code that uses the cluster in the integration test...

area:core
area:devops

### This PR - upgrades k3s and k3d to newer versions - completely removes istio from the pipelines Integration test run with upgraded versions: https://github.com/keptn/keptn/actions/runs/3096377423 Fixes #8769

Since some time, the auto-generation of CLI docs doesn't work anymore in the docs repo. ([link](https://github.com/keptn/keptn.github.io/actions/workflows/auto-update.yml)) This is due to us skipping CI builds for pushed tags, and also a...

area:core
needs discussion
ready-for-refinement
area:devops

Since the resource-service is now the default instead of config-service, the backup/restore instructions should be updated according to the steps done in the backup/restore integration test.

doc
area:core

Research results: - This PR produces working ARM64 based container images for Keptn 🎉 - Keptn on ARM only works with an external MongoDB, since the Bitnami MongoDB does not...