Skip to content

Releases: wasmCloud/wasmcloud-operator

v0.4.2

24 Sep 00:31
309b492
Compare
Choose a tag to compare

What's Changed

  • feat: Add rudimentary version flag by @joonas in #95

Full Changelog: v0.4.1...v0.4.2

v0.4.1

23 Sep 21:15
0aaa277
Compare
Choose a tag to compare

What's Changed

  • chore: Bump wasmcloud-operator chart appVersion by @joonas in #85
  • fix(examples): add daemonscaler to httpserver by @ricochet in #87
  • feat: Configure max component memory by @lxfontes in #91
  • feat: Add wolfi-based image by @joonas in #94

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

23 Sep 21:14
d90e460
Compare
Choose a tag to compare

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

23 Jul 15:14
f7d3dde
Compare
Choose a tag to compare

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

05 Jul 15:01
32fa6e4
Compare
Choose a tag to compare

What's Changed

  • fix: Improve handling for patching existing applications by @joonas in #65
  • chore: Bump wasmcloud-operator to 0.3.1 by @joonas in #66

Full Changelog: v0.3.0...v0.3.1

v0.3.0

05 Jul 15:01
0ebc522
Compare
Choose a tag to compare

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

12 Jun 16:00
86d26fd
Compare
Choose a tag to compare

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

27 May 21:41
45ada5a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

09 May 19:37
77b8c86
Compare
Choose a tag to compare

What's Changed

  • Add conditions to Endpoints part of the EndpointSlices reflecting wadm application Service entries by @joonas in #27
  • Add Pods and EndpointSlices permissions to wasmcloud-operator ClusterRole by @joonas in #28
  • Use the full chart path for helm package by @joonas in #29
  • feat: add additional host configuration options for images, policy by @protochron in #31

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Apr 23:53
4804546
Compare
Choose a tag to compare

Breaking changes

This version is now only compatible with wasmCloud 1.0+. If you need to run workloads targeting 0.82 or below then use v0.1.1 of the operator for now until you are able to migrate.

The WasmCloudHostConfig CRD in this release moves the daemonset option down a level nested under the schedulingOptions field. If you have have been using this feature then you will want to either re-deploy your cluster or temporarily revert to using a Deployment by removing the value and then setting it after you upgrade the operator.

What's Changed

  • fix: Address GHSA-g98v-hv3f-hcfr by @joonas in #4
  • chore(deps): Bump unsafe-libyaml from 0.2.9 to 0.2.11 by @dependabot in #5
  • chore(deps): Bump h2 from 0.3.21 to 0.3.25 by @dependabot in #6
  • chore: Add dependency-review workflow for pull requests by @joonas in #7
  • feat: Add helm chart by @joonas in #8
  • feat: enable additional scheduling options for wasmCloud host pods by @protochron in #9
  • chore: Update charts to be published under separate namespace by @joonas in #10
  • chore(deps): Bump h2 from 0.3.25 to 0.3.26 by @dependabot in #13
  • feat: automatically create Kubernetes Services for apps using a httpserver component by @protochron in #14
  • feat: rework the operator for wasmCloud 1.0 compatibility by @protochron in #18
  • ref(*): Refactors some copied code and bumps version by @thomastaylor312 in #21
  • Add wadm instructions to readme by @ericgregory in #20
  • Fix up some README typos and add relevant links by @joonas in #19
  • feat(*): Bumps to 0.2 for wasmcloud 1.0 support by @thomastaylor312 in #25
  • chore: update wadm and wash-lib to the latest released versions by @protochron in #26

New Contributors

Full Changelog: v0.1.1...v0.2.0