Releases: wasmCloud/wadm-operator
Releases · wasmCloud/wadm-operator
v0.5.1
What's Changed
- chore(yaml): Update version in the kustomize yaml by @thomastaylor312 in #112
- chore(deps): Bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot[bot] in #116
- chore(deps): Bump helm/chart-testing-action from 2.6.1 to 2.7.0 by @dependabot[bot] in #115
- chore(deps): Bump helm/kind-action from 1.10.0 to 1.12.0 by @dependabot[bot] in #109
- fix(examples): change http provider address for hello world app by @ericgregory in #117
- feat(helm): Kubernetes labels by @nlamirault in #119
- chore(deps): Bump handlebars from 5.1.0 to 5.1.2 by @dependabot[bot] in #77
- chore(deps): Bump serde_yaml from 0.9.25 to 0.9.29 by @dependabot[bot] in #83
- chore: Add Security Policy with link to the main repository by @joonas in #106
- chore(deps): Bump uuid from 1.5.0 to 1.12.1 by @dependabot[bot] in #114
- chore(deps): Bump schemars from 0.8.21 to 0.8.22 by @dependabot[bot] in #118
- chore(deps): Bump tokio from 1.36.0 to 1.42.1 by @dependabot[bot] in #121
- chore(deps): Bump actions/setup-python from 5.4.0 to 5.6.0 by @dependabot[bot] in #122
- chore(deps): Bump tokio-util from 0.7.9 to 0.7.16 by @dependabot[bot] in #128
- chore(deps): Bump serde_json from 1.0.107 to 1.0.109 by @dependabot[bot] in #127
- chore(deps): Bump utoipa from 4.2.0 to 4.2.3 by @dependabot[bot] in #126
- chore(deps): Bump time from 0.3.36 to 0.3.41 by @dependabot[bot] in #124
- chore(deps): Bump wadm from 0.13.0 to 0.13.1 by @dependabot[bot] in #123
- chore(deps): Bump actions/checkout from 4 to 5 by @dependabot[bot] in #130
- chore(deps): Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #129
- feat!: rename to wadm-operator by @ricochet in #149
- chore(deps): Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #146
- chore(deps): Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #145
- chore(deps): Bump actions/setup-python from 5.6.0 to 6.0.0 by @dependabot[bot] in #136
- chore(deps): Bump helm/chart-testing-action from 2.7.0 to 2.8.0 by @dependabot[bot] in #148
- chore(deps): Bump tracing from 0.1.40 to 0.1.41 by @dependabot[bot] in #131
- chore(deps): Bump config from 0.14.0 to 0.14.1 by @dependabot[bot] in #132
- chore(deps): Bump ctrlc from 3.4.1 to 3.4.4 by @dependabot[bot] in #133
- chore(deps): Bump tracing-subscriber from 0.3.17 to 0.3.18 by @dependabot[bot] in #134
- chore(deps): Bump anyhow from 1.0.86 to 1.0.100 by @dependabot[bot] in #144
New Contributors
- @nlamirault made their first contribution in #119
Full Changelog: v0.5.0...v0.5.1
chart-v0.1.7
What's Changed
Full Changelog: v0.5.1...chart-v0.1.7
v0.4.2
v0.4.1
v0.4.0
What's Changed
- chore: Bump wasmcloud-operator version references in deployment artifacts by @joonas in #79
- chore(deps): Bump serde from 1.0.189 to 1.0.193 by @dependabot in #63
- fix: Upgrade opentelemetry to 0.21 by @joonas in #80
- chore: Address Clippy lints and nested-ifs by @joonas in #76
- feat: Add support for configuring wasmCloud Secrets by @joonas in #82
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- refactor: Making issuers & secret optional by @lxfontes in #68
- chore(deps): Bump actions/setup-python from 5.0.0 to 5.1.1 by @dependabot in #71
- feat: Certificate Authorities to wasmcloud host by @lxfontes in #72
- chore(deps): Bump docker/build-push-action from 4 to 6 by @dependabot in #54
- chore(deps): Bump docker/login-action from 2 to 3 by @dependabot in #55
- chore(deps): Bump actions/checkout from 3 to 4 by @dependabot in #57
- chore(deps): Bump json-patch from 1.2.0 to 1.4.0 by @dependabot in #58
- chore(deps): Bump helm/kind-action from 1.9.0 to 1.10.0 by @dependabot in #59
- chore(deps): Bump anyhow from 1.0.75 to 1.0.86 by @dependabot in #61
- chore: Update Example Setup by @lxfontes in #70
New Contributors
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
- feat: Use wadm-client and wadm-types crates for wadm interactions by @joonas in #38
- fix: Use new struct to combine Manifest and Status structs for get_application by @joonas in #52
- chore: Update image customization examples to include YAML syntax higlighting by @joonas in #44
- chore: Add dependabot configuration for dependency updates by @joonas in #45
- feat: Add support for configuring observability via WasmCloudHostConfig by @joonas in #53
- chore: Adapt to the new wadm_events stream hierarchy by @joonas in #51
- chore: Tag wasmcloud-operator 0.3.0 by @joonas in #64
Full Changelog: v0.2.4...v0.3.0
v0.2.3
What's Changed
- fix: add options for setting NATS leaf and client ports separately by @protochron in #37
- chore: prepare for 0.2.3 release by @protochron in #39
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- chore: update README with latest version, example policy topic by @protochron in #32
- Update README.md by @thogar-computer in #34
- fix: allow nats address to include a port by @protochron in #35
- chore: bump wasmcloud-operator version for 0.2.2 release by @protochron in #36
New Contributors
- @thogar-computer made their first contribution in #34
Full Changelog: v0.2.1...v0.2.2