Releases: metalmatze/kube-cockroachdb
Releases · metalmatze/kube-cockroachdb
v0.2.0
What's Changed
- Alerts: Add summary and description by @Dasomeone in #23
- Update all Go dependencies and migrate to PodDisruptionBudget/v1 by @metalmatze in #24
New Contributors
- @Dasomeone made their first contribution in #23
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Changelog
- 2186745 .goreleaser.yaml: Fix docker manifest name template to include version
- f9bb4eb .github: Add GitHub token env var
- c279a3d Merge pull request #21 from brancz/login-reg
- f74de7d .github: Login to container registry
- fa9e3f2 .github: Trigger goreleaser on tags
- 79439e0 .github: Unshallow git checkout to get tags
- 7331ebc Merge pull request #20 from brancz/change-main
- ba45a56 *: Adapt everything to use
main
branch - f672a31 Merge pull request #19 from metalmatze/brancz-patch-1
- 8f4b496 Remove Drone CI
- 2d2fa16 Add GitHub Actions workflow to run go tests
- 209c6a9 Merge pull request #18 from brancz/multi-arch-goreleaser
- 22e9842 .bingo: Update jsonnet to work on apple silicon
- 55bb4f4 Build multi-arch containers with goreleaser in GitHub Actions
- e4f286e Merge pull request #15 from metalmatze/tooling-updates
- ddf0f97 Update tooling dependencies
- 2bcb142 Merge pull request #13 from brancz/ambiguous-host
- 99500d5 Merge pull request #14 from brancz/docker
- aedb508 Add Dockerfile that doesn't require it to be run by drone
- 9c8907f actions: Disambiguate host
- f67be7a Merge pull request #12 from brancz/v20-support
- 08e7129 actions: Parse status header instead of hard-coding indices
- d87bc5e Merge pull request #11 from tboerger/bingo-and-crd
- b98efaf Fix wrong named make task
- 0073063 Update formatting based on latest version of jsonnetfmt
- f469c7d Update CRD with latest version of controller-gen
- db60a40 Update all bingo dependencies and use .bingo/Variables.mk
- 7a77b2a Merge pull request #9 from metalmatze/nobody-sc
- a56dd2c kubernetes.libsonnet: Run as nobody user by default
- 9b8bedd Small improvements
- f09a181 Merge pull request #7 from metalmatze/storage
- 7365e60 Use storage field of CRD in kubernetes.libsonnet to generate StatefulSet
- a125ac1 Add a operator storage example
- 7ecbb4e Start adding a storage with emptyDir & volumeClaimTemplate
- aefdbc9 Actually propagate image from resource into Kubernetes objects
- b3afcd3 Merge pull request #5 from metalmatze/monitoring
- e74fa83 Update import in examples.jsonnet
- fb10f26 Rename to monitoring/mixin.libsonnet
- 5dc5192 Use bingo jsonnet to generate prometheus.yaml example
- d647651 Add CI pipeline to generate and diff monitoring files
- ac27dc9 Create monitoring mixin with Prometheus rules and alerts
- f8b04d9 Merge pull request #4 from metalmatze/bingo
- 2ea8587 Generate new examples with updated build tools
- 9e8f342 Introduce bingo to pin build dependencies
- 4bc9232 Add screenshot and badges to README.md
- 03853bb Update Operator RBAC to fully work
- 8139773 Add Drone CI badge to README
- 2e2b83a Add proper steps for Operator installation!
- c2092e0 Fix .tags generation for Drone CI
- f05ed2b Push container image and tag with short hash and latest
- 81d6e20 Create operator/deployment.yaml
- 4853ed4 Improve .drone.yaml
- 40fa7ef Merge branch 'master' of github.com:metalmatze/kube-cockroachdb
- 00e39ec Create Dockerfile in operator/
- 64c8170 Merge pull request #3 from ekeih/typo-in-readme-comment
- ba3636a Change the comment so it matches the command it describes
- 6aa43b8 Fix make .tags
- ab689e6 Disable CGO and link statically
- bfb5dd0 Ignore operator deepcopy dependency in CI
- 74523c0 Add gcc in CI run
- 8b65252 Create a proper README :)
- aeb623c Disable CGO for controller-gen building
- c96fd9a Call controller-gen with relative path
- 06dbeda Build controller-gen before binary
- e04f18e Use Locutus fork with specific replicas code
- 8e3c6d1 Create Drone CI pipeline
- 69308e5 Improve examples
- 8aafe06 Merge branch 'master' of github.com:metalmatze/kube-cockroachdb
- 785cf23 Initial commit
- ec8ee27 Create jsonnet-based Operator using Locutus
- 8557082 Add kubernetes.libsonnet with simple and basic Jsonnet example