mirror of https://github.com/knative/docs.git
Knative 1.0 Blog Post (#4364)
* Knative 1.0 Blog Post
* forgot .md
* smh forgot .md again
* fixing nav
* adding tada emoji, adding to featured blogpost
* fixing 🎉
* final edit
* fixing bullets
This commit is contained in:
parent
52b0bd49c0
commit
4d777a7da7
|
@ -30,6 +30,7 @@ nav:
|
|||
- releases/announcing-knative-v0-3-release.md
|
||||
- releases/announcing-knative-v0-2-release.md
|
||||
- Articles:
|
||||
- articles/announcing-knative-1.0.md
|
||||
- articles/quickstart-with-knative.md
|
||||
- articles/distributed-tracing.md
|
||||
- articles/event-drive-app-knative-eventing-kogito.md
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: "Announcing: Knative 1.0 🎉"
|
||||
linkTitle: "Announcing: Knative 1.0"
|
||||
date: 2021-10-14
|
||||
description: "Announcing the release of Knative 1.0 on November 2, 2021."
|
||||
type: "blog"
|
||||
---
|
||||
|
||||
After more than 3 years of active development, with many [commercial adopters](https://github.com/knative/community/blob/main/ADOPTERS.MD), **we are pleased to announce the release of Knative 1.0 on Nov. 2, 2021.** Thanks to the over 600 contributors to Knative for helping us reach this milestone!
|
||||
|
||||
During the last several years, Knative has overcome many initial limitations to become the most [widely-installed serverless layer on Kubernetes](https://www.cncf.io/wp-content/uploads/2020/11/CNCF_Survey_Report_2020.pdf). There were some challenges in figuring out what the bar for “1.0” was, as many components have been production-ready and battle-tested for quite some time now.
|
||||
|
||||
**We believe this milestone brings Knative a big step closer to achieving our mission of simplifying the developer’s experience on Kubernetes and empowering teams to focus on what’s important.**
|
||||
|
||||
This is what will happen on Nov. 2, 2021:
|
||||
|
||||
* All the repositories covered in ["the release train"](https://github.com/knative/release) will have a 1.0- release.
|
||||
* The core components (Serving, Eventing) will be [general available (GA)](https://github.com/knative/community/blob/main/mechanics/MATURITY-LEVELS.md#stable); extension components (serving/eventing features, net-* plugins, channel/broker, sources) will either be in Alpha, Beta, or GA state.. Their respective maturity level will be published on their README.md or documentation pages.
|
||||
|
||||
|
||||
**More details will be published on November 2, stay tuned!**
|
||||
|
||||
Thank you,
|
||||
Knative Contributors
|
|
@ -22,9 +22,13 @@ Follow this blog to keep up-to-date with Knative.
|
|||
|
||||
# Featured Posts
|
||||
|
||||
## Announcing: Knative 1.0 :tada:
|
||||
Knative is going 1.0!
|
||||
|
||||
[Read more :octicons-arrow-right-24:](articles/announcing-knative-1.0.md){ .md-button }
|
||||
|
||||
## 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 ...
|
||||
|
||||
[Read more :octicons-arrow-right-24:](articles/distributed-tracing.md){ .md-button }
|
||||
|
||||
|
|
Loading…
Reference in New Issue