Skip to content
#

orchestration

Here are 497 public repositories matching this topic...

cake
augustoproiete
augustoproiete commented Mar 16, 2021

The example in the documentation ( https://cakebuild.net/api/Cake.Common.Tools.GitVersion/GitVersionAliases/ ) uses GitVersion.CommandLine which is a Windows-only tool.

GitVersion.Tool is a cross-platform .NET tool that can be consumed via the dotnet scheme in Cake >= 1.1

#tool "dotnet:?package=GitVersion.Tool&version=5.6.6"
keptn
christian-kreuzberger-dtx
christian-kreuzberger-dtx commented Mar 5, 2021

When installing Keptn 0.8.0, the following warning is displayed:

W0305 07:33:46.510515   16254 warnings.go:70] rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding

Tasks

  • Use a tool to automatically check for deprecated types/apis in Kubernetes manifests
  • Fix deprecat

Improve this page

Add a description, image, and links to the orchestration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the orchestration topic, visit your repo's landing page and select "manage topics."

Learn more