Skip to content

Tags: Bankdata/styra-controller

Tags

v0.26.0

Toggle v0.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ SLP pods in StatefulSets can now be restarted when their (#476)

configfile is changed
:sparkles: A system resource with an ID will be created with the same ID
in Styra if the ID is free

Co-authored-by: Michael Peter Lautrup <mpp@bankdata.dk>
Co-authored-by: Jacob <jgs@bankdata.dk>

v0.25.0

Toggle v0.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Only delete metric once when deleting a System, fix label naming bug (#…

…475)

* Only delete metric once when deleting a System, fix label naming bug
* Do not delete system metric when GET system returns != 404

v0.25.0-rc1

Toggle v0.25.0-rc1's commit message

Verified

This commit was signed with the committer’s verified signature.
uncomment library test

v0.24.1

Toggle v0.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support user activity log export (#470)

* Support user activity log export

v0.24.0

Toggle v0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support user activity log export (#470)

* Support user activity log export

v0.23.2

Toggle v0.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
⬆️ Bump github.com/golangci/golangci-lint from 1.64.6 to 1.64.8 (#452)

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.64.6 to 1.64.8.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v1.64.6...v1.64.8)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.23.1

Toggle v0.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
⬆️ Bump sigs.k8s.io/controller-runtime from 0.20.2 to 0.20.3 (#447)

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.20.2 to 0.20.3.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.20.2...v0.20.3)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ChrBlaesBD <153616627+ChrBlaesBD@users.noreply.github.com>

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ Add 'DatasourceIgnorePatterns' to ignore datasources in the control…

…ler (#435)

v0.22.0

Toggle v0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
⬆️ Bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.20.2 (#438)

* ⬆️ Bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.20.2

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.19.3 to 0.20.2.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.19.3...v0.20.2)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* 'kubebuilder alpha generate' to remove deprecated Defaulter and validator in controller-runtime 0.20.x

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anders Stigaard <andersstigaard@gmail.com>

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ Validate git url (#422)

* Validate git url

* test works

---------

Co-authored-by: Jacob Gosch Søndergaard <jgs@bankdata.dk>