This is the v0.6 release of the samba-operator project. The samba-operator aims to be a convenient way to manage Samba based SMB shares within a Kubernetes cluster. The project provides a samba-operator OCI container image as well as YAML to serve as the basis of an example deployment.
The developers of the samba-operator project are happy to establish our latest release. While the samba-opeator is still a fairly young project we think it's stable enough to see wider adoption. To report bugs, ask questions, make comments, or particpate in development please visit our project repository at https://github.com/samba-in-kubernetes/samba-operator.
Highlights
- Use samba-server image v0.6
- Use samba-metrics image v0.6
What's Changed
- docs: add a release process document by @phlogistonjohn in #339
make check
updates to cope with oldest stable version go1.22 by @anoopcs9 in #345- github: Update mergify config to replace deprecated attributes by @anoopcs9 in #343
- tests/centosci: Update mirrored golang image to 1.22 by @anoopcs9 in #346
- tests/centosci: Update kubectl download url by @anoopcs9 in #347
Full Changelog: v0.5...v0.6
Download
The samba-operator image can be acquired from the quay.io image registry:
- By tag: quay.io/samba.org/samba-operator:v0.6
- By digest: quay.io/samba.org/samba-operator@sha256:8932a2e9dced054f2c38279ed84cecc5000822565595cebf41429960b7a927bd
Deploying the operator
This operator can be deployed using the example file samba-operator-v0.6-default.yaml file, attached to this release. Example:
kubectl apply -f samba-operator-v0.6-default.yaml
This is equivalent to checking out the v0.6 tag from the git repository and using the default configuration. Example:
git clone -b v0.6 https://github.com/samba-in-kubernetes/samba-operator
cd samba-operator
kubectl apply -k config/default