* Increase alpine version to fix security issue with apk-tools
* Upgrade jwt dependency to fix a security issue
* Update miekg/dns dependency to the latest one
* Upgrade some librairies to get rid of 'github.com/gogo/protobuf@v1.3.1'
For that, upgrade the following dependencies:
github.com/nats-io/nats-server/v2
github.com/nats-io/nats.go
github.com/nats-io/stan.go
This PR adds a DNS target that ensures to update an entry
into Kubernetes operator when a bucket is created or deleted.
See minio/operator#264 for details.
Co-authored-by: Harshavardhana <harsha@minio.io>
adds a feature where we can fetch the MinIO
command-line remotely, this
is primarily meant to add some stateless
nature to the MinIO deployment in k8s
environments, MinIO operator would run a
webhook service endpoint
which can be used to fetch any environment
value in a generalized approach.