Skip to content

Commit

Permalink
release v1.1.0 (#447)
Browse files Browse the repository at this point in the history
* release v1.1.0

Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>

* Update CHANGELOG.md

Co-authored-by: Benjamin Huo <huobj@qq.com>

* Update CHANGELOG.md

Co-authored-by: Benjamin Huo <huobj@qq.com>

* Update CHANGELOG.md

Co-authored-by: Benjamin Huo <huobj@qq.com>

* Update CHANGELOG.md

Co-authored-by: Benjamin Huo <huobj@qq.com>

* Update CHANGELOG.md

Co-authored-by: Benjamin Huo <huobj@qq.com>

---------

Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>
Co-authored-by: Benjamin Huo <huobj@qq.com>
  • Loading branch information
wanjunlei and benjaminhuo committed May 30, 2023
1 parent c20c92a commit 0764895
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,7 @@
* [0.8.1-rc.0 / 2022-11-23](#081-rc0--2022-11-23)
* [0.8.1 / 2022-12-01](#081--2022-12-01)
* [1.0.0-rc.0 / 2023-02-23](#100-rc0--2023-02-23)
* [1.1.0/ 2023-05-30](#110--2023-05-30)
- [OpenFunction/samples](#openfunctionsamples)
- [OpenFunction/website](#openfunctionwebsite)
- [OpenFunction/builder](#openfunctionbuilder)
Expand All @@ -25,6 +26,28 @@

# OpenFunction

## 1.1.0 / 2023-05-30

### OpenFunction

In this release, we add core v1beta2 API, and the core v1beta1 API is deprecated and will be removed in the future. There're quite a few refactoring in v1beta2, you can find more details in this [proposal](https://github.com/OpenFunction/OpenFunction/blob/main/docs/proposals/20230424-unify-the-definition-of-functions.md)

#### Features

- Add core [v1beta2 API](https://github.com/OpenFunction/OpenFunction/blob/main/docs/proposals/20230424-unify-the-definition-of-functions.md) [OpenFunction#442](https://github.com/OpenFunction/OpenFunction/pull/442).
- Support [Dapr state management](https://github.com/OpenFunction/OpenFunction/blob/main/docs/proposals/20230330-support-dapr-state-management.md) [OpenFunction#427](https://github.com/OpenFunction/OpenFunction/pull/427).

#### Enhancement

- Delete the `lastTransitionTime` field from the gateway status to prevent frequent triggering of reconcile [OpenFunction#442](https://github.com/OpenFunction/OpenFunction/pull/442).
- Allow to set scopes when creating Dapr components [OpenFunction#429](https://github.com/OpenFunction/OpenFunction/pull/429).
- Support setting cache image to improve build performance when using openfunction strategy [OpenFunction#444](https://github.com/OpenFunction/OpenFunction/pull/444).
- Support setting bash image of openfunction strategy [OpenFunction#445](https://github.com/OpenFunction/OpenFunction/pull/445).

#### BUGFIX

- Restart the serving only after the function image is built when there are code changes [OpenFunction#442](https://github.com/OpenFunction/OpenFunction/pull/442).

## 1.0.0-rc.0 / 2023-02-23

### OpenFunction
Expand Down
3 changes: 3 additions & 0 deletions RELEASE.md
Expand Up @@ -21,6 +21,9 @@ This page describes the release process and the currently planned schedule for u
| v0.8.1-rc | 2022-11-23 | Wrongerror @wrongerror |
| v0.8.1 | 2022-12-01 | Wrongerror @wrongerror |
| v1.0.0-rc | 2023-02-23 | Wrongerror @wrongerror |
| v1.0.0 | 2023-03-08 | Wrongerror @wrongerror |
| v1.1.0 | 2023-05-30 | Wanjun Lei @wanjunlei |


# How to cut a new release

Expand Down

0 comments on commit 0764895

Please sign in to comment.