Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 031ad82

Browse files
authored
Merge pull request #423 from wrongerror/release-1.0
Add changelog for v1.0.0 & regenerate bundle.yaml
2 parents e5f10d1 + c4a30a2 commit 031ad82

File tree

4 files changed

+54
-4
lines changed

4 files changed

+54
-4
lines changed

CHANGELOG.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* [0.8.1-rc.0 / 2022-11-23](#081-rc0--2022-11-23)
1515
* [0.8.1 / 2022-12-01](#081--2022-12-01)
1616
* [1.0.0-rc.0 / 2023-02-23](#100-rc0--2023-02-23)
17+
* [1.0.0 / 2023-03-07](#100--2023-03-07)
1718
- [OpenFunction/samples](#openfunctionsamples)
1819
- [OpenFunction/website](#openfunctionwebsite)
1920
- [OpenFunction/builder](#openfunctionbuilder)
@@ -25,6 +26,53 @@
2526

2627
# OpenFunction
2728

29+
## 1.0.0 / 2023-03-07
30+
31+
### OpenFunction
32+
33+
The core v1alpha2 API was deprecated and removed.
34+
35+
#### Features
36+
37+
- Support build from local source code [OpenFunction#411](https://github.com/OpenFunction/OpenFunction/pull/411)
38+
- Integrate wasmedge [OpenFunction#415](https://github.com/OpenFunction/OpenFunction/pull/415)
39+
40+
#### Enhancement
41+
42+
- Add sha256 to serving image [OpenFunction#407](https://github.com/OpenFunction/OpenFunction/pull/407)
43+
- Add information of build source to function status [OpenFunction#408](https://github.com/OpenFunction/OpenFunction/pull/408)
44+
- Bump shipwright to v0.11.0, knative to v0.32.0, dapr to v1.8.3, and go to 1.18 [OpenFunction#410](https://github.com/OpenFunction/OpenFunction/pull/410)
45+
46+
#### BUGFIX
47+
48+
- Add non nil judgment for sink [OpenFunction#404](https://github.com/OpenFunction/OpenFunction/pull/404)
49+
- Fix parameter undefined bug [OpenFunction#416](https://github.com/OpenFunction/OpenFunction/pull/416)
50+
51+
### functions-framework-java
52+
53+
functions-framework-java released [version 1.0.0](https://github.com/OpenFunction/functions-framework-java/releases/tag/1.0.0).
54+
55+
#### Features
56+
57+
- Support multiple functions in one pod [functions-framework-java#3](https://github.com/OpenFunction/functions-framework-java/pull/3)
58+
- Support for automatic publishing [functions-framework-java#4](https://github.com/OpenFunction/functions-framework-java/pull/4)
59+
60+
### Builder
61+
62+
#### Features
63+
64+
- Support multiple functions in one pod [builder#65](https://github.com/OpenFunction/builder/pull/65)
65+
- Update the default java framework version to 1.0.0 [builder#70](https://github.com/OpenFunction/builder/pull/70)
66+
67+
### revision-controller
68+
69+
revision-controller released [version 1.0.0](https://github.com/OpenFunction/revision-controller/releases/tag/v1.0.0).
70+
71+
#### Features
72+
73+
- Support to detect source code or image changes and then rebuilt and/or redeploy the new built image [revision-controller#1](https://github.com/OpenFunction/revision-controller/pull/1)
74+
- Support to detect the source image changes and then rebuilt [revision-controller#4](https://github.com/OpenFunction/revision-controller/pull/4)
75+
2876
## 1.0.0-rc.0 / 2023-02-23
2977

3078
### OpenFunction
@@ -69,7 +117,8 @@ revision-controller released [version 1.0.0](https://github.com/OpenFunction/rev
69117

70118
#### Features
71119

72-
- Support to watch the source image [revision-controller#4](https://github.com/OpenFunction/revision-controller/pull/4)
120+
- Support to detect source code or image changes and then rebuilt and/or redeploy the new built image [revision-controller#1](https://github.com/OpenFunction/revision-controller/pull/1)
121+
- Support to detect the source image changes and then rebuilt [revision-controller#4](https://github.com/OpenFunction/revision-controller/pull/4)
73122

74123
## 0.8.1 / 2022-12-01
75124

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This page describes the release process and the currently planned schedule for u
2121
| v0.8.1-rc | 2022-11-23 | Wrongerror @wrongerror |
2222
| v0.8.1 | 2022-12-01 | Wrongerror @wrongerror |
2323
| v1.0.0-rc | 2023-02-23 | Wrongerror @wrongerror |
24+
| v1.0.0 | 2023-03-07 | Wrongerror @wrongerror |
2425

2526
# How to cut a new release
2627

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.0-rc.0
1+
v1.0.0

config/bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9485,7 +9485,7 @@ kind: Deployment
94859485
metadata:
94869486
labels:
94879487
app.kubernetes.io/name: openfunction-controller-manager
9488-
app.kubernetes.io/version: v1.0.0-rc.0
9488+
app.kubernetes.io/version: v1.0.0
94899489
control-plane: controller-manager
94909490
name: openfunction-controller-manager
94919491
namespace: openfunction
@@ -9506,7 +9506,7 @@ spec:
95069506
- --leader-elect
95079507
command:
95089508
- /openfunction
9509-
image: openfunction/openfunction:v1.0.0-rc.0
9509+
image: openfunction/openfunction:v1.0.0
95109510
livenessProbe:
95119511
httpGet:
95129512
path: /healthz

0 commit comments

Comments
 (0)