chore: remove front matter from blog template (#5583)

* chore: remove front matter from blog template

Hugo is no longer used, so this is not needed.

Fixes: https://github.com/knative/docs/issues/5099

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: remove all front matter from blog

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: add prompt for author and date to template

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: testing frontmatter

Signed-off-by: Lance Ball <lball@redhat.com>

* Revert "fixup: remove all front matter from blog"

This reverts commit d3bfeeafb2.

* fixup: add front matter to release blogs

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup

Signed-off-by: Lance Ball <lball@redhat.com>

---------

Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
Lance Ball 2023-05-31 20:17:36 -04:00 committed by GitHub
parent 1be1ddf6c1
commit 9f584bc649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 48 additions and 20 deletions

View File

@ -1,14 +1,13 @@
---
title: "TODO-KNATIVE-VERSION release"
linkTitle: "TODO-KNATIVE-VERSION release"
Author: "[TODO-YOUR-NAME](https://twitter.com/TODO-YOUR-USERNAME)"
Author handle: https://github.com/TODO-YOUR-USERNAME
author: "[TODO-YOUR-NAME](https://twitter.com/TODO-YOUR-USERNAME)"
author handle: https://github.com/TODO-YOUR-USERNAME
date: TODO-DATE-FORMAT-yyyy-mm-dd
description: "Knative TODO-KNATIVE-VERSION release announcement"
type: "blog"
---
## Announcing Knative TODO-KNATIVE-VERSION Release
A new version of Knative is now available across multiple components.

View File

@ -1,6 +1,12 @@
**Authors: [Pierangelo Di Pilato](https://github.com/pierDipi) (Red Hat), [David Simansky](https://github.com/dsimansk) (Red Hat), [Krsna Mahapatra](https://github.com/kvmware) (VMware), [Pradnya Dixit](https://github.com/pradnyavmw) (VMware)**
**Date: 2023-04-25**
---
title: "v1.10 release"
linkTitle: "v1.10 release"
author: "[Pierangelo Di Pilato (Red Hat)](https://github.com/pierDipi), [David Simansky (Red Hat)](https://github.com/dsimansk), [Krsna Mahapatra (VMWare)](https://github.com/kvmware), [Pradnya Dixit VMWare](https://github.com/pradnyavmw)"
author handle: https://github.com/pierDipi https://github.com/dsimansk https://github.com/kvmware https://github.com/pradnyavmw
date: 2023-04-25
description: "Knative v1.10 release announcement"
type: "blog"
---
# Announcing Knative 1.10 Release

View File

@ -1,7 +1,12 @@
**Authors: [Evan Anderson](https://twitter.com/e_k_anderson) (VMware), Paul Schweigert (IBM)**
**Date: 2022-07-12**
---
title: "v1.6 release"
linkTitle: "v1.6 release"
author: "[Evan Anderson (VMWare)](https://twitter.com/e_k_anderson) and Paul Schweigert (IBM)"
author handle: https://github.com/e_k_anderson
date: 2022-07-12
description: "Knative v1.6 release announcement"
type: "blog"
---
# Announcing Knative 1.6 Release
A new version of Knative is now available across multiple components.

View File

@ -1,6 +1,12 @@
**Authors: [Matthias Wessendorf](https://github.com/matzew) (Red Hat), [Dave Protasowski](https://github.com/dprotaso) (VMware)**
**Date: 2022-08-25**
---
title: "v1.7 release"
linkTitle: "v1.7 release"
author: "[Matthias Wessendorf (Red Hat)](https://twitter.com/matzew) and [Dave Protasowski (VMWare)](https://github.com/dprotaso)"
author handle: https://github.com/matzew and https://github.com/dprotaso
date: 2022-08-25
description: "Knative v1.7 release announcement"
type: "blog"
---
# Announcing Knative 1.7 Release

View File

@ -1,6 +1,12 @@
**Authors: [Lionel Villard](https://github.com/lionelvillard) (IBM), [Kenjiro Nakayama](https://github.com/nak3) (Red Hat)**
**Date: 2022-10-22**
---
title: "v1.8 release"
linkTitle: "v1.8 release"
author: "[Lionel Villard (IBM)](https://github.com/lionelvillard) and [Kenjiro Nakayama (Red Hat)](https://github.com/nak3)"
author handle: https://github.com/TODO-YOUR-USERNAME
date: 2022-10-22
description: "Knative v1.8 release announcement"
type: "blog"
---
# Announcing Knative 1.8 Release

View File

@ -1,6 +1,12 @@
**Authors: [Paul Schweigert](https://github.com/psschwei) (IBM), [Evan Anderson](https://github.com/evankanderson) (VMware)**
**Date: 2022-1-27**
---
title: "v1.9 release"
linkTitle: "v1.9 release"
author: "[Paul Schweigert](https://twitter.com/psschwei)"
author handle: https://github.com/psschwei
date: 2023-01-27
description: "Knative v1.9 release announcement"
type: "blog"
---
# Announcing Knative 1.9 Release
@ -29,7 +35,7 @@ This release brings a number of smaller improvements to the core Knative Serving
where containers have additional privilege due to unset SecurityContext values.
Explicitly setting these values to any setting, including high-privilege ones,
will disable this warning.
These fields are:
- `runAsNonRoot` (empty means `false`)
- `allowPrivilegeEscalation` (empty means `true`)