Releases: streamnative/function-mesh
Releases · streamnative/function-mesh
function-mesh-operator-0.2.2
function mesh operator Helm chart for Kubernetes
v0.4.0-rc-1
What's Changed
- Add
kustomize
beforecrd
inrelease
command in Makefile by @tpiperatgod in #395 - remove
helm-crds
fromrelease
command in Makefile by @tpiperatgod in #396 - add v0.3.0 changelog by @tpiperatgod in #403
- wait for controller POD ready in Github Action by @freeznet in #406
- update the codeowners by @freeznet in #407
- Fix dockerfile comment by @FushuWang in #405
- add
paths-ignore
configuration by @tpiperatgod in #410 - Remove invalid caBundle in webhook patches by @jiangpengcheng in #398
- Improve tools for generating helm chart templates by @tpiperatgod in #409
- Remove useless omitempty by @jiangpengcheng in #402
- Use secret for trust path by @jiangpengcheng in #414
- Some small types fixed in readme and makefile by @jdmaguire in #423
- update CI workflow by @tpiperatgod in #420
- Allow key-value Environment variable passthrough. by @jdmaguire in #424
- use ctrl.CreateOrUpdate to apply resource by @tpiperatgod in #427
- Add
make e2e
command for e2e tests based on skywalking-e2e-infra by @tpiperatgod in #422
New Contributors
- @jdmaguire made their first contribution in #423
Full Changelog: v0.3.0...v0.4.0-rc-1
v0.3.0
What's New
- [Helm Charts] Support deploying the of webhook-enabled operator through Helm Charts (#319)
- [Controller] Support converting memory values to a decimal format (#375)
- [Controller] Support specifying an object as an unmanaged object (#376, #377)
- [Controller] Fix the Python runner Protobuf version (#379)
- [Controller] Pass
LeaderElectionNamespace
when running the Function Mesh operator outside of a Kubernetes cluster (#382)
Thanks to @freeznet @jiangpengcheng @MarvinCai @FushuWang @maxsxu @Huanli-Meng @tpiperatgod for their contributions to this release!
For the full changes in this release, see the Pull Requests.
Full Changelog: v0.2.1...v0.3.0
function-mesh-operator-0.2.1
function mesh operator Helm chart for Kubernetes
v0.3.0-rc-3
Update release rc version
v0.3.0-rc-2
Update release rc version
v0.3.0-rc-1
Update release rc version
v0.2.1
v0.2.0
What's Changed
- fix sample and test to address image in CRD by @freeznet in #357
- support golang 1.18 by @freeznet in #365
- Use {{ .Release.Namespace }} to replace {{ .Values.installation.namespace }} in chart templates by @tpiperatgod in #361
- Add .ci/release.sh & .ci/git.sh for auto release by @tpiperatgod in #364
- Upgrade chart-releaser from 1.0.0-beta1 to 1.2.0 by @tpiperatgod in #369
- #325 add State Store configs to support stateful functions in Pulsar by @freeznet in #359
Full Changelog: v0.1.11...v0.2.0
function-mesh-operator-0.2.0
function mesh operator Helm chart for Kubernetes