Skip to content

Commit 1031618

Browse files
authored
Add release blog Knative 1.16 (#6147)
1 parent 089820e commit 1031618

File tree

3 files changed

+102
-7
lines changed

3 files changed

+102
-7
lines changed

blog/config/nav.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ nav:
1515
- Blog:
1616
- index.md
1717
- Releases:
18+
- releases/announcing-knative-v1-16-release.md
1819
- releases/announcing-knative-v1-15-release.md
1920
- releases/announcing-knative-v1-14-release.md
2021
- releases/announcing-knative-v1-13-release.md

blog/docs/index.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,18 @@ Follow this blog to keep up-to-date with Knative.
2222

2323
## Featured Posts
2424

25+
### Announcing Knative v1.16 Release
26+
Details on the 1.16 release of the Knative project.
27+
28+
[Read more :octicons-arrow-right-24:](releases/announcing-knative-v1-16-release.md){ .md-button }
29+
2530
### Building Stateful applications with Knative and Restate
2631
![Building Stateful applications with Knative and Restate](./articles/images/Building-stateful-serverless-apps-with-knative-and-restate.png)
2732

2833
Combine Knative with Restate's Durable Execution model to easily build serverless stateful applications
2934

3035
[Read more :octicons-arrow-right-24:](articles/Building-Stateful-applications-with-Knative-and-Restate.md){ .md-button }
3136

32-
### Announcing Knative v1.15 Release
33-
![Announcing Knative v1.15 Release](./releases/images/release1.15-1.png)
34-
35-
Details on the 1.15 release of the Knative project.
36-
37-
[Read more :octicons-arrow-right-24:](releases/announcing-knative-v1-15-release.md){ .md-button }
38-
3937
### How IBM Watsonx Assistant uses Knative Eventing to train machine learning models!
4038

4139
![How IBM Watsonx Assistant uses Knative Eventing to train machine learning models](./articles/images/How-IBM-watsonx-Assistant-uses-Knative-Eventing-to-train-machine-learning-models.png)
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
---
2+
title: "v1.16 release"
3+
linkTitle: "v1.16 release"
4+
author: "[[David Simansky (Red Hat)](https://github.com/dsimansk), [Reto Lehmann (Red Hat)](https://github.com/ReToCode), [Stavros Kontopoulos (Red Hat)](https://github.com/skonto), "
5+
author handle: https://github.com/dsimansk https://github.com/ReToCode https://github.com/skonto
6+
7+
date: 2024-10-24
8+
description: "Knative v1.16 release announcement"
9+
type: "blog"
10+
---
11+
12+
# Announcing Knative 1.16 Release
13+
14+
A new version of Knative is now available across multiple components. Follow the instructions in [Installing Knative](https://knative.dev/docs/install/) to install the components you require.
15+
16+
This release brings a number of smaller improvements to the core Knative Serving and Eventing components, and several improvements to specific plugins.
17+
18+
## Table of Contents
19+
- [Serving](#serving)
20+
- [Eventing](#eventing)
21+
- [kn CLI](#kn-cli)
22+
- [Functions](#functions)
23+
- [Knative Operator](#knative-operator)
24+
25+
### Serving
26+
**Release Notes:** [Knative Serving 1.16](https://github.com/knative/serving/releases/tag/knative-v1.16.0)
27+
28+
#### 💫 New Features & Changes
29+
- Allow hostPID, hostNetwork and HostIPC to be set for a Knative Service (feature flags: kubernetes.podspec-hostpid, kubernetes.podspec-hostnetwrok, kubernetes.podspec-hostipc). All features are disabled by default. ([#15414](https://github.com/knative/serving/pull/15414), @skonto)
30+
- Support s390x/ppc when building our controllers ([#15407](https://github.com/knative/serving/pull/15407), @dprotaso)
31+
32+
#### 🐞 Bug Fixes
33+
- Fixes Bug preventing the correct configuration of cert manager ([#15434](https://github.com/knative/serving/pull/15434), @mstein11)
34+
35+
### Eventing
36+
**Release Notes:** [Knative Eventing 1.16](https://github.com/knative/eventing/releases/tag/knative-v1.16.0)
37+
38+
#### 💫 New Features & Changes
39+
- Disable controller default health probes in the IMC dispatcher ([#8125](https://github.com/knative/eventing/pull/8125), @pierDipi)
40+
- EventPolicy resources now support using SubscriptionsAPI filters at ingress. ([#8122](https://github.com/knative/eventing/pull/8122), @Cali0707)
41+
- Set UID in Brokers backing channels EventPolicies OwnerReference([#8143](https://github.com/knative/eventing/pull/8143), @creydr)
42+
- InMemoryChannel ingress: Reject unauthorized requests ([#8162](https://github.com/knative/eventing/pull/8162), @creydr)
43+
- JobSink: Reject unauthorized requests ([#8169](https://github.com/knative/eventing/pull/8169), @creydr)
44+
- Mt-broker-filter: Allow only requests from Triggers Subscriptions OIDC ID ([#8147](https://github.com/knative/eventing/pull/8147), @creydr)
45+
- Reconcile EventPolicies for Parallel's channel. ([#8112](https://github.com/knative/eventing/pull/8112), @rahulii)
46+
- The OIDC discovery url is now configurable with the oidc-discovery-base-url feature flag in the config-features configmap. ([#8145](https://github.com/knative/eventing/pull/8145), @Cali0707)
47+
- Triggers referencing MTChannelBased Brokers now support the Delivery Format option ([#8151](https://github.com/knative/eventing/pull/8151), @Cali0707)
48+
- Make auth package indepent from eventpolicy informer ([#8195](https://github.com/knative/eventing/pull/8195), @creydr)
49+
50+
### Client
51+
**Release Notes:** [Knative Client 1.16](https://github.com/knative/client/releases/tag/knative-v1.16.0)
52+
53+
#### 💫 New Features & Changes
54+
- Refactor codegen to use kube_codegen.sh script ([#1964](https://github.com/knative/client/pull/1964), @dsimansk)
55+
- The knative.dev/client-pkg package is now deprecated in favor of the knative.dev/client/pkg package. ([#1953](https://github.com/knative/client/pull/1953), @cardil)
56+
57+
### Functions
58+
**Release Notes:** [Knative func 1.16](https://github.com/knative/func/releases/tag/knative-v1.16.0)
59+
60+
#### 💫 New Features & Changes
61+
- Feat: enabled on-cluster s2i build for Go ([#2471](https://github.com/knative/func/pull/2471), @matejvasek)
62+
63+
#### 🐞 Bug Fixes
64+
- Fixes a bug where registries could sometimes not specify port ([#2510](https://github.com/knative/func/pull/2510), @lkingland)
65+
- test: preventing dubios ownership repository error on git unit tests ([#2499](https://github.com/knative/func/pull/2499), @jrangelramos)
66+
- Fix: Go functions fails to build using S2I on Windows ([#2535](https://github.com/knative/func/pull/2535), @matejvasek)
67+
68+
### Operator
69+
**Release Notes:** [Knative Operator 1.16](https://github.com/knative/operator/releases/tag/knative-v1.16.0)
70+
71+
#### 💫 New Features & Changes
72+
- Feature: Istio Gateway can be configured with automatic HTTP->HTTPS redirection ([#1912](https://github.com/knative/operator/pull/1912), @houshengbo)
73+
- Statefulset kafka dispatcher have a managed scaling via kafka controller, hence we ignore replica on those ([#1889](https://github.com/knative/operator/pull/1889), @matzew)
74+
75+
76+
## Thank you, contributors
77+
**Release Leads:**
78+
79+
- [@dsimansk](https://github.com/dsimansk)
80+
81+
- [@ReToCode](https://github.com/ReToCode)
82+
83+
- [@skonto](https://github.com/skonto)
84+
85+
86+
## Learn more
87+
- [Knative docs](https://knative.dev/docs/)
88+
- [Quickstart tutorial](https://knative.dev/docs/getting-started/)
89+
- [Samples](https://knative.dev/docs/samples/)
90+
- [Knative Working Groups](https://knative.dev/community/contributing/working-groups/)
91+
- [Knative User Mailing List](https://groups.google.com/g/knative-users)
92+
- [Knative Development Mailing List](https://groups.google.com/g/knative-dev)
93+
- [Knative on Twitter @KnativeProject](https://twitter.com/KnativeProject)
94+
- [Knative on StackOverflow](https://stackoverflow.com/questions/tagged/knative)
95+
- [#knative on CNCF Slack](https://slack.knative.dev/)
96+
- [Knative on YouTube](https://www.youtube.com/c/KnativeProject)

0 commit comments

Comments
 (0)