From e890b74d5882587099440e047daecac8108f6775 Mon Sep 17 00:00:00 2001 From: Gadi Naor Date: Mon, 2 Mar 2020 09:41:29 +0200 Subject: [PATCH] fix release yaml --- .github/release-drafter.yml | 83 ++++++++++++++++++++----------------- 1 file changed, 44 insertions(+), 39 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index b68d721..76e29ab 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,39 +1,44 @@ -name-template: 'v$NEXT_PATCH_VERSION ๐Ÿš€' -tag-template: 'v$NEXT_PATCH_VERSION' -categories: - - title: 'Features' - labels: - - 'feature' - - 'enhancement' - - title: 'Bug Fixes' - labels: - - 'fix' - - 'bugfix' - - 'bug' - - title: '๐Ÿš€ Highlights' - labels: - - 'release/highlight' - - title: 'โš ๏ธ Breaking Changes' - labels: - - 'release/breaking-change' - - title: 'Maintenance' - label: 'chore' -change-template: '- $TITLE @$AUTHOR (#$NUMBER)' -template: | - ## Changes - - $CHANGES - -## About *Alcide Advisor* - -Alcide Advisor is an agentless service for Kubernetes audit and compliance thatโ€™s built to ensure a frictionless and secured DevSecOps workflow by layering a hygiene scan of Kubernetes cluster & workloads early in the development process and before moving to production. With Alcide Advisor, you can cover the following security checks -* Kubernetes infrastructure vulnerability scanning. -* Hunting misplaced secrets, or excessive priviliges for secret access. -* Workload hardening from Pod Security to network policies. -* Istio security configuration and best practices. -* Ingress Controllers for security best practices. -* Kubernetes API server access privileges. -* Kubernetes operators security best practices. -* Deployment conformance to labeling, annotating, resource limits and much more ... - -[Create Alcide Advisor Account](https://www.alcide.io/pricing) \ No newline at end of file +categories: + - + labels: + - feature + - enhancement + title: Features + - + labels: + - fix + - bugfix + - bug + title: "Bug Fixes" + - + labels: + - release/highlight + title: "๐Ÿš€ Highlights" + - + labels: + - release/breaking-change + title: "โš ๏ธ Breaking Changes" + - + label: chore + title: Maintenance +change-template: "- $TITLE @$AUTHOR (#$NUMBER)" +name-template: "v$NEXT_PATCH_VERSION ๐Ÿš€" +tag-template: v$NEXT_PATCH_VERSION +template: |- + ## Changes + + $CHANGES + + ## About *Alcide Advisor* + + Alcide Advisor is an agentless service for Kubernetes audit and compliance thatโ€™s built to ensure a frictionless and secured DevSecOps workflow by layering a hygiene scan of Kubernetes cluster & workloads early in the development process and before moving to production. With Alcide Advisor, you can cover the following security checks + * Kubernetes infrastructure vulnerability scanning. + * Hunting misplaced secrets, or excessive priviliges for secret access. + * Workload hardening from Pod Security to network policies. + * Istio security configuration and best practices. + * Ingress Controllers for security best practices. + * Kubernetes API server access privileges. + * Kubernetes operators security best practices. + * Deployment conformance to labeling, annotating, resource limits and much more ... + + [Create Alcide Advisor Account](https://www.alcide.io/pricing) \ No newline at end of file