Release v0.2
samba-operator release v0.2
This is the initial 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 very first 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.
New Contributors
- @obnoxxx made their first contribution in #1
- @phlogistonjohn made their first contribution in #3
- @nixpanic made their first contribution in #57
- @synarete made their first contribution in #130
- @spuiuk made their first contribution in #129
- @anoopcs9 made their first contribution in #145
- @ibotty made their first contribution in #177
Full Changelog: https://github.com/samba-in-kubernetes/samba-operator/commits/v0.2
The samba-operator image can be acquired from the quay.io image registry:
- By tag:
quay.io/samba.org/[email protected]
- By digest:
quay.io/samba.org/samba-operator@sha256:0e5bb833e1ef433050dab5a8228cda45a23dd521399306b33e677a9d148650d3
Deploying the operator
This operator can be deployed using the example file samba-operator-v0.2-default.yaml
file, attached to this release. Example:
kubectl apply -f samba-operator-v0.2-default.yaml
This is equivalent to checking out the v0.2 tag from the git repository and using the default configuration. Example:
git clone -b v0.2 https://github.com/samba-in-kubernetes/samba-operator
cd samba-operator
kubectl apply -k config/default