Releases: clevyr/uptime-robot-operator
Releases · clevyr/uptime-robot-operator
v0.2.3
v0.2.2
Changelog
Others
- 06b5094 chore(changelog-generator): Move config into
.github
dir [skip ci] - 3b1d376 chore(deps): update docker/dockerfile docker tag to v1.8 (#43)
- 1578a25 chore(deps): update fluxcd/flux2 action to v2.3.0
- 6f7835b chore(deps): update gabe565/changelog-generator action to v1
- cde9d7a chore(deps): update go to v1.22.4 (#41)
- f00ddc7 chore(deps): update golangci/golangci-lint-action action to v5
- 89b108f chore(deps): update golangci/golangci-lint-action action to v6
- 5e72601 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.19.0 (#38)
v0.2.1
v0.2.0
v0.1.0
Changelog
Features
- f0e0fbe feat(account): Add default to print columns
- 9209456 feat(ingress): Watch ingresses and create monitor when annotations match
- ed4e563 feat(uptimerobot): Add POST request config
Fixes
- 8bb9544 fix(deps): update kubernetes packages to v0.29.4 (#6)
- 911ee88 fix(ingress): Add generation and annotation predicates
Others
v0.0.1
Changelog
Features
- 7f4f923 feat(account): Attach account email to CRD status
- 47a73bc feat(account): Create Account CRD
- db7f828 feat(contact): Add support for specifying alert contacts
- e27d609 feat(monitor): Add print columns
- 5188dbc feat(monitor): Add reconcile interval
- 493ade8 feat(monitor): Add support for HTTP method
- 1e80297 feat(monitor): Add support for
kubectl scale
command - d1503e3 feat(monitor): Add support for basic/digest auth
- 934ce2d feat(monitor): Add support for keyword monitor config
- c5366fb feat(monitor): Add support for port monitor config
- a06165a feat(monitor): Add support for timeout
- 908d3ec feat(monitor): Create initial Monitor CRD/controller
- a1c127d feat(pre-commit): Create Pre-Commit config
- e91c523 feat: Add
UPTIME_ROBOT_API
env - c4ddf14 feat: Initial commit
Fixes
- eece1a9 fix(account): Add missing Secrets RBAC permissions
- 9b54395 fix(account): Fix account not found log during deletion
- 30132bc fix(deps): update kubernetes packages to v0.29.3 (#1)
- 4663640 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.17.1 (#2)
- 20f2bcb fix(deps): update module github.com/onsi/gomega to v1.32.0 (#3)
- 5ff752f fix(deps): update module sigs.k8s.io/controller-runtime to v0.17.3 (#5)
- 988a471 fix(types): Fix HTTP method indexes
- 4b1308d fix: Fix account lookup when not using default
- 52f23e6 perf: Skip reconciliation when status subresource is updated
Others
- 93d0d02 chore(account): Clean up API key lookup func
- fd962fb chore(config): Add prebuilt image repo
- cae1cc5 chore(config): Enable
readOnlyRootFilesystem
- fee9cec chore(contact): Simplify getter code
- 1e3e289 chore(controller): Set default value for cluster resource namespace
- 5a5f6d3 chore(deps): Pin Go to patch version
- e79fd0a chore(golangci-lint):
deadline
->timeout
- 4250200 chore(monitor): Do not lowercase monitor types
- 22027ac chore(renovate): Create Renovate config
- 9271628 chore(uptimerobot): Clean up form creation duplicate code
- a9cc6a1 chore: Create CODEOWNERS
- eb394c1 chore: Remove
operator
string from cluster resources - 9d9117c chore: Show more data in default kubectl get level
- 11c787b chore:
Created
->Ready
- aaf57fb ci(build): Add test job
- 1c36679 ci(build): Simplify Docker push param
- 1f02f7f ci: Add build, lint, release workflow
- dcd53be refactor(dockerfile): Rewrite Dockerfile
- 8ed6925 temp