Releases: streamnative/function-mesh
Releases · streamnative/function-mesh
v0.2.0-rc-3
v0.2.0-rc-2
v0.2.0-rc-1
v0.1.11
What's Changed
- bump pulsarctl and pulsar-client-go version by @freeznet in #317
- bump sample dependency version by @freeznet in #318
- Add annotation to exclude the webhook port from Istio proxying by @fantapsody in #321
- [#302] add controller-configs by @freeznet in #322
- Bump to 0.1.11-rc1 by @fantapsody in #323
- Increase resource limit by @fantapsody in #324
- remove unnecessary steps in kind script by @freeznet in #331
- support namespace config for helm charts by @hantmac in #327
- add more useful params for manager by @hantmac in #329
- bump scripts version by @freeznet in #334
- [ISSUE 330] Fix service controller-manager-metrics-service wrong selector by @hantmac in #333
- [ISSUE 315] Move apiextensions.k8s.io/v1beta1 to apiextensions.k8s.io/v1 by @hantmac in #328
- verify Apache Pulsar 2.10 by @freeznet in #336
- [CI] Add doc bot by @yaalsn in #335
- bump to 0.1.11-rc2 by @freeznet in #337
- fix github actions tool versions and release action by @freeznet in #338
- fix webhook service by @freeznet in #341
- bump to 0.1.11-rc3 by @freeznet in #342
- fix helm charts yaml format by @freeznet in #344
- fix helm charts install by @freeznet in #345
- apply istio service port name convention to function-mesh services by @freeznet in #343
- [charts] set namespace to default by @freeznet in #346
- update charts role by @freeznet in #347
- support more controller manager params for helm charts by @hantmac in #339
- fix helm charts yaml style by @freeznet in #351
- fix helm charts install by @freeznet in #352
- fix permission by @freeznet in #353
- fix rbac namespace by @freeznet in #354
- add change log and bump version to 0.1.11 by @freeznet in #350
New Contributors
Full Changelog: v0.1.10...v0.1.11
v0.1.11-rc3
v0.1.11-rc2
v0.1.11-rc1
Bump to 0.1.11-rc1
v0.1.10
What's Changed
- remove unnecessary CAP_FOWNER Capability by @freeznet in #313
- fix json marshal nil to null by @freeznet in #312
- Sync function/source/sink configdata to pod when updated. by @MarvinCai in #262
- release notes v0.1.10 by @freeznet in #316
Full Changelog: v0.1.9...v0.1.10
v0.1.9
v0.1.9 What's New
Action required: We have moved the Function Mesh Worker service into a separate repository streamnative/function-mesh-worker-service. Therefore, the function-mesh
repo will not include releases of the Function Mesh Worker service.
- [Runner Images] Make runner images rootless (#278)
- [Runner Images] Simplify the runner image layers (#292)
- [Controller] Support CRD validation with WebHook (#238, #299)
- [Controller] Support
EnvironmentBasedSecretsProvider
as the default secret provider (#295) - [Controller] Provide the default
SecurityContext
to run Pulsar Functions and connectors in the rootless mode (#294) - [Function Mesh Worker service] Support customizing runner images (#291)
- [Function Mesh Worker service] Fix the default value for
ForwardSourceMessageProperty
(#300) - [Function Mesh Worker service] Use Pulsar Package Management Service as the backend and redirect uploading JAR requests to the backend (#308)
- [Function Mesh Worker service] Move the Function Mesh Worker service into a separate repository (#1)
- [Function Mesh Worker service] Support
secretsMap
on branch-2.8 (#21)
Note
From this release, the release note will not contain any changes to the
function-mesh-worker-service
repository.