Skip to content

Commit

Permalink
Merge pull request OpenFunction#498 from wrongerror/main
Browse files Browse the repository at this point in the history
Adjust changelog for release v1.2.0
  • Loading branch information
benjaminhuo authored Sep 22, 2023
2 parents 8362e0f + 03f79f9 commit fd7e457
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,36 @@

# OpenFunction

## 1.2.0 / 2023-09-22

### OpenFunction

#### Features

- Integrating KEDA http-addon [OpenFunction#483](https://github.com/OpenFunction/OpenFunction/pull/483)


#### Enhancement

- Add envs for skywalking when enable skywalking tracing [OpenFunction#481](https://github.com/OpenFunction/OpenFunction/pull/481)
- Upgrade KEDA to v2.10.1, HPA(autoscaling) api version to v2, improve stability and compatibility [OpenFunction#476](https://github.com/OpenFunction/OpenFunction/pull/476)
- Support to record events when Function, Builder, and Serving status change [OpenFunction#470](https://github.com/OpenFunction/OpenFunction/pull/470)
- Support for recording build time [OpenFunction#468](https://github.com/OpenFunction/OpenFunction/pull/468)

#### BUGFIX

- Adjust CI process, fix some minor issues [OpenFunction#496](https://github.com/OpenFunction/OpenFunction/pull/496)
- Fix a bug in keda http-addon runtime [OpenFunction#491](https://github.com/OpenFunction/OpenFunction/pull/491)
- Revert the change of [#486], because it caused the service to not work properly [OpenFunction#493](https://github.com/OpenFunction/OpenFunction/pull/493)

### charts

#### Component Upgrade

- Upgrade keda from v2.8.1 to v2.11.2
- Upgrade dapr from v1.8.3 to v1.11.3
- Upgrade contour from v1.21.1 to v1.23.3

## 1.1.1 / 2023-06-14

### OpenFunction
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This page describes the release process and the currently planned schedule for u
| v1.0.0 | 2023-03-08 | Wrongerror @wrongerror |
| v1.1.0 | 2023-05-30 | Wanjun Lei @wanjunlei |
| v1.1.1 | 2023-06-14 | Wanjun Lei @wanjunlei |
| v1.2.0 | 2023-09-22 | Wrongerror @wrongerror |


# How to cut a new release
Expand Down
1 change: 0 additions & 1 deletion config/samples/function-kedahttp-sample-serving.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: core.openfunction.io/v1beta2
kind: Function
metadata:
name: kedahttp-sample
namespace: keda # must be in the same namespace with keda-add-ons-http-interceptor-proxy
spec:
version: "v2.0.0"
image: "stefanprodan/podinfo"
Expand Down

0 comments on commit fd7e457

Please sign in to comment.