Skip to content

Commit

Permalink
Release note blog 1.3 (#4816)
Browse files Browse the repository at this point in the history
* Add blog for 1.3

* Add serving release notes

* Add RMQ release notes

* Add operator release notes

* Edits

* Add remaining release notes

* Add highlights

* Change heading level

* A few more edits

* Minor edits to template

* Update blog/docs/releases/announcing-knative-v1-3-release.md

Co-authored-by: Paul Schweigert <[email protected]>

* Add 1.3 release blog to nav.yml

* Tweak wording

* Update blog index page with new release

* Fix heading levels

Co-authored-by: Paul Schweigert <[email protected]>
  • Loading branch information
snneji and psschwei authored Mar 18, 2022
1 parent f366415 commit 725f432
Show file tree
Hide file tree
Showing 5 changed files with 248 additions and 35 deletions.
1 change: 1 addition & 0 deletions blog/config/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ nav:
- Blog:
- index.md
- Releases:
- releases/announcing-knative-v1-3-release.md
- releases/announcing-knative-v1-2-release.md
- releases/announcing-knative-v1-1-release.md
- releases/announcing-knative-v1-0-release.md
Expand Down
14 changes: 7 additions & 7 deletions blog/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@ Follow this blog to keep up-to-date with Knative.

Find out where the Knative team will be talking next, and where they've been.

# Featured Posts
## Featured Posts

## Knative joins the CNCF
### Knative joins the CNCF
This is a big milestone for our project and we are excited to join the [CNCF](https://www.cncf.io)

[Read more :octicons-arrow-right-24:](steering/cncf.md){ .md-button }

## Knative 1.2 is out!
Details on the 1.2 release of the Knative project.
### Knative 1.3 is out!
Details on the 1.3 release of the Knative project.

[Read more :octicons-arrow-right-24:](releases/announcing-knative-v1-2-release.md){ .md-button }
[Read more :octicons-arrow-right-24:](releases/announcing-knative-v1-3-release.md){ .md-button }

## Highlighting the value of Knative for the c-suite
### Highlighting the value of Knative for the c-suite

Deploy faster and more cost-effectively without hard-to-find, specialized expertise. Knative—building on Kubernetes—supports serverless code development and deployment. This allows your developers to focus on creating code and deploying resilient applications fast without having to become experts on Kubernetes...

[Read more :octicons-arrow-right-24:](articles/highlighting-value-knative-c-suite.md){ .md-button }

## Distributed tracing with Knative, OpenTelemetry and Jaeger
### Distributed tracing with Knative, OpenTelemetry and Jaeger

When trying to understand and diagnose our systems, one of the most basic tools we learn to lean on is the stack trace. Stack traces give us a structured view of the flow of logic that our program is executing in order to help us wrap our heads ...

Expand Down
59 changes: 32 additions & 27 deletions blog/docs/releases/_template-announcing-knative-v1-X-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ type: "blog"
---


### Announcing Knative TODO-KNATIVE-VERSION Release
## Announcing Knative TODO-KNATIVE-VERSION Release

A new version of Knative is now available across multiple components.

Follow the instructions in the documentation
[Installing Knative](https://knative.dev/docs/install/) for the respective component.
Follow the instructions in
[Installing Knative](https://knative.dev/docs/install/) to install the components you require.

#### Table of Contents
## Table of Contents
- [Highlights](#highlights)
- [Serving TODO-KNATIVE-VERSION](#serving-TODO-KNATIVE-VERSION-NOSPACES)
- [Eventing TODO-KNATIVE-VERSION](#eventing-TODO-KNATIVE-VERSION-NOSPACES)
Expand All @@ -28,46 +28,46 @@ Follow the instructions in the documentation
- [Thank you contributors](#thank-you-contributors)


### Highlights
## Highlights

- TODO: Add list of highlights for the release


### Serving TODO-KNATIVE-VERSION
## Serving TODO-KNATIVE-VERSION

<!-- Original notes are here: https://github.com/knative/serving/releases/tag/knative-TODO-KNATIVE-VERSION -->

#### 🚨 Breaking or Notable Changes
### 🚨 Breaking or Notable Changes

- TODO: Add any breaking or notable changes, using format `TEXT ([#PR-NUMBER](PR-URL))`

#### 💫 New Features & Changes
### 💫 New Features & Changes

- TODO: Add new features and changes here

#### 🐞 Bug Fixes
### 🐞 Bug Fixes

- TODO: Add bugs here

### Eventing TODO-KNATIVE-VERSION
## Eventing TODO-KNATIVE-VERSION

<!-- Original notes are here: https://github.com/knative/eventing/releases/tag/knative-TODO-KNATIVE-VERSION -->

#### 🚨 Breaking or Notable Changes
### 🚨 Breaking or Notable Changes

- TODO: Add any breaking or notable changes

#### 💫 New Features & Changes
### 💫 New Features & Changes

- TODO: Add new features and changes here

#### 🐞 Bug Fixes
### 🐞 Bug Fixes

- TODO: Add bugs here

### Eventing Extensions
## Eventing Extensions

#### Apache Kafka Broker TODO-KNATIVE-VERSION
### Apache Kafka Broker TODO-KNATIVE-VERSION

<!-- Original notes are here: https://github.com/knative-sandbox/eventing-kafka-broker/releases/tag/knative-TODO-KNATIVE-VERSION -->

Expand All @@ -79,7 +79,7 @@ Follow the instructions in the documentation

- TODO: Add bugs here

#### RabbitMQ Broker and Source TODO-KNATIVE-VERSION
### RabbitMQ Broker and Source TODO-KNATIVE-VERSION

<!-- Original notes are here: https://github.com/knative-sandbox/eventing-rabbitmq/releases/tag/knative-TODO-KNATIVE-VERSION -->

Expand All @@ -92,41 +92,46 @@ Follow the instructions in the documentation

- TODO: Add bugs here

### Client TODO-KNATIVE-VERSION
## Client TODO-KNATIVE-VERSION

<!-- Original notes are here: https://github.com/knative/client/blob/main/CHANGELOG.adoc#TODO-CLI-CHANGELOG-ENTRY -->

#### 💫 New Features & Changes
### 💫 New Features & Changes

- TODO: Add new features and changes here

#### 🐞 Bug Fixes
### 🐞 Bug Fixes

- TODO: Add bugs here

### Operator TODO-KNATIVE-VERSION
## Operator TODO-KNATIVE-VERSION

<!-- Original notes are here: https://github.com/knative/operator/releases/tag/knative-TODO-KNATIVE-VERSION -->

#### 💫 New Features & Changes
### 💫 New Features & Changes

- TODO: Add new features and changes here

#### 🐞 Bug Fixes
### 🐞 Bug Fixes

- TODO: Add bugs here

### Thank you, contributors
## Thank you, contributors

Release Leads:

- TODO: List the release leads. Use format `[@username](https://github.com/username)`.

- TODO:Add list of authors to PRs in this release and the release leads. Use fomat `[@username](https://github.com/username)` and sorted
Contributors:

- TODO: Add a list of authors of the PRs listed these release notes. Use format `[@username](https://github.com/username)` and sort alphabetically.

### Learn more
## Learn more

Knative is an open source project that anyone in the [community](https://knative.dev/docs/community/) can use, improve, and enjoy. We'd love you to join us!

- [Welcome to Knative](https://knative.dev/docs)
- [Getting started documentation](https://knative.dev/docs/getting-started)
- [Knative docs](https://knative.dev/docs)
- [Quickstart tutorial](https://knative.dev/docs/getting-started)
- [Samples](https://knative.dev/docs/samples)
- [Knative working groups](https://github.com/knative/community/blob/main/working-groups/WORKING-GROUPS.md)
- [Knative User Mailing List](https://groups.google.com/forum/#!forum/knative-users)
Expand Down
2 changes: 1 addition & 1 deletion blog/docs/releases/announcing-knative-v1-2-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "v1.2 release"
linkTitle: "v1.2 release"
Author: "Samia Nneji"
Author handle: https://github.com/snneji
date: 2021-01-25
date: 2022-01-25
description: "Knative v1.2 release announcement"
type: "blog"
---
Expand Down
Loading

0 comments on commit 725f432

Please sign in to comment.