Releases: samba-in-kubernetes/samba-operator
Release v0.6
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
Release v0.5
This is the v0.5 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.5
- Use samba-metrics image v0.5
- Restrict deployments to amd64 nodes
What's Changed
- Bump revive to v1.3.7 by @synarete in #329
- config: restrict deployments to amd64 nodes by @synarete in #328
- resources: fix case of nil PodAntiAffinity by @synarete in #331
- tests/centosci: Update mirrored golang image to 1.21 by @anoopcs9 in #333
- build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @dependabot in #334
- workflows: Update actions to avoid Node.js warning by @anoopcs9 in #338
- hack: Update controller-gen to v0.14.0 by @anoopcs9 in #337
- build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #336
Full Changelog: v0.4...v0.5
Download
The samba-operator image can be acquired from the quay.io image registry:
- By tag: quay.io/samba.org/samba-operator:v0.5
- By digest: quay.io/samba.org/samba-operator@sha256:040307f53c3f3fd6a5935306f9898858b6c46b7e9c2ae46244e79c2bc42fef0d
Deploying the operator
This operator can be deployed using the example file samba-operator-v0.5-default.yaml file, attached to this release. Example:
kubectl apply -f samba-operator-v0.5-default.yaml
This is equivalent to checking out the v0.5 tag from the git repository and using the default configuration. Example:
git clone -b v0.5 https://github.com/samba-in-kubernetes/samba-operator
cd samba-operator
kubectl apply -k config/default
Release v0.4
This is the v0.4 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.4
- Update kustomize files to use non-deprecated terms
- Build with Go 1.20
What's Changed
- kustomize: replace patchesStrategicMerge with patches by @ofan in #311
- gitlint: ignore body lines that are footnotes by @phlogistonjohn in #312
- Bump minimum Go version to 1.19 by @anoopcs9 in #313
- hack: Bump golangci-lint to v1.53.3 by @anoopcs9 in #288
- workflows: use symbolic name in go-version by @phlogistonjohn in #314
- hack: add go-version-check.sh script by @phlogistonjohn in #315
- build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #317
- centosci: Update golang pre-pulled image version to 1.20 by @anoopcs9 in #319
New Contributors
Full Changelog: v0.3...v0.4
Download
The samba-operator image can be acquired from the quay.io image registry:
- By tag: quay.io/samba.org/samba-operator:v0.4
- By digest: quay.io/samba.org/samba-operator@sha256:a651dcdc9e0524c446597eaef8e7ef8c4c1b224e842b1ed1a4d96b1130ae104c
Deploying the operator
This operator can be deployed using the example file samba-operator-v0.4-default.yaml file, attached to this release. Example:
kubectl apply -f samba-operator-v0.4-default.yaml
This is equivalent to checking out the v0.4 tag from the git repository and using the default configuration. Example:
git clone -b v0.4 https://github.com/samba-in-kubernetes/samba-operator
cd samba-operator
kubectl apply -k config/default
Release v0.3
This is the v0.3 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
- SMB Metrics support for server pods on OpenShift
- Dynamic updates to basic share configuration parameters
- Add feature to host multiple shares through one server pod
- Add ability to specify server pod nodeSelector and affinity values
What's Changed
- makefile: minor fixes needed to match planned tagging format by @phlogistonjohn in #215
- docs: add presentation from sambaXP 2022 by @phlogistonjohn in #217
- Integration test organizational cleanups by @phlogistonjohn in #223
- OpenShift with Metrics by @synarete in #216
- More integration test organizational cleanups by @phlogistonjohn in #224
- integration test: use unique names for SmbShare resources by @phlogistonjohn in #225
- Integration tests: improve smbclient login test by @phlogistonjohn in #227
- smbcc: Add 'dos charset' option to Global smb.conf defaults by @anoopcs9 in #229
- Fix uses of smbclient before waiting for login OK by @phlogistonjohn in #231
- integration tests: use wait-loop to check resources cleanup by @synarete in #232
- controllers: cache cluster-type in memory to avoid redundant calls by @synarete in #228
- resources: add a volKeeper type for wrangling volumes by @phlogistonjohn in #179
- support configuration changes by @phlogistonjohn in #233
- Image pull policy by @synarete in #213
- Add comments to some packages by @phlogistonjohn in #239
- Break Update reconcile function into smaller parts by @phlogistonjohn in #235
- dockerfile: use ubi9 as base image by @synarete in #241
- explicit tools versions by @synarete in #248
- planner: fixed set-but-not-used assignment by @synarete in #247
- controllers: removed unused Scheme field by @synarete in #244
- tests: Raise timeout for clustered test runs by @anoopcs9 in #254
- tests/integration: Fix flaky
TestScaleoutClusterSuite
by @anoopcs9 in #242 - controllers: set controller watches on owned configmaps & statefulsets by @phlogistonjohn in #250
- tests/integration: Fix issues reported by
gofmt
by @anoopcs9 in #243 - Go version >= 1.17 by @synarete in #253
- Lint code using gosec by @synarete in #255
- resources: fix config update container creating missing share dirs by @phlogistonjohn in #251
- planner: fixes and tests for configuration update by @phlogistonjohn in #249
- tests: raise timeout of non-clustered tests to 20m by @phlogistonjohn in #259
- golangci-list: disable deprecated linters by @phlogistonjohn in #261
- planner: add functions to check if smbshares are compatible by @phlogistonjohn in #260
- planner: add Prune function to remove shares by @phlogistonjohn in #258
- workflows: use checkout@v3 and setup-go@v3 by @synarete in #263
- grouped shares: hosting multiple shares in one server instance by @phlogistonjohn in #240
- resources: fixed confusing if-else-if patterns by @synarete in #264
- docs: Doc update part 1 by @phlogistonjohn in #266
- Update port list for samba-ad deployment by @spuiuk in #267
- Fix missing colon in YAML examples in
howto.md
by @yardenshoham in #270 - Style code blocks as YAML in
howto.md
by @yardenshoham in #271 - integration tests: test SmbShares enabling grouping and clustering by @phlogistonjohn in #265
- github:add mergify configuration by @obnoxxx in #275
- github: fix indentation in mergify config yaml by @phlogistonjohn in #278
- dockerfile: add image annotations by @synarete in #277
- makefile: run gitlint via make rule by @synarete in #280
- makefile: allow override KUBECTL_CMD by @synarete in #279
- github: Update CentOS CI status check for Mergify by @anoopcs9 in #285
- build(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 by @dependabot in #282
- tests/centosci: Update kindest/kindnetd image versions by @anoopcs9 in #284
- add default node selector value and configuration by @phlogistonjohn in #286
- build: Bump minimum Go version to 1.18 by @anoopcs9 in #287
- build(deps): bump golang.org/x/text from 0.3.6 to 0.3.8 by @dependabot in #289
- build(deps): bump golang.org/x/net from 0.0.0-20210520170846-37e1c6afe023 to 0.7.0 by @dependabot in #290
- Deploy on OpenShift with dedicated SCC by @synarete in #293
- docs: openshift+crc howto by @synarete in #295
- github: tweak how mergify rules handle aged PRs by @phlogistonjohn in #296
- Support specifying nodeSelector and affinity values in SmbCommonConfig to control pod scheduling by @phlogistonjohn in #291
- Revisit running gitlint in the CI by @phlogistonjohn in #298
- github: Update CentOS CI check in mergify rules by @anoopcs9 in #305
- Add a doc with CentOS CI testing commands by @anoopcs9 in #303
- resources: refine get-create logic for openshift elems by @synarete in #308
- docs: contribution guide by @synarete in #302
- tests/centosci: Increase disk size of minikube VMs by @anoopcs9 in #310
- go.mod: upgrade to newer versions by @synarete in #307
New Contributors
- @yardenshoham made their first contribution in #270
- @dependabot made their first contribution in #282
Full Changelog: v0.2...v0.3
Download
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:86d7d065d723e35d7da6301c6f79901af61ef5ae88baa8f724c09215c0a1ee51
Deploying the operator
This operator can be deployed using the example file samba-operator-v0.3-default.yaml file, attached to this release. Example:
kubectl apply -f samba-operat...
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