Releases: anynines/klutchio
Releases · anynines/klutchio
v1.4.0
What's Changed
- Removed unused resources by @abdulhaseeb3 in #40
- Update CODEOWNERS file by @abdulhaseeb3 in #41
- Update the version of blogpost-app by @abdulhaseeb3 in #42
- Update dependencies by @abdulhaseeb3 in #44
- Update service catalogs and dependencies by @abdulhaseeb3 in #46
- Update documentation by @iliasmavridis in #45
- Remove backup manager client readme file by @iliasmavridis in #48
- Add unit tests for connectiondetails status population by @abdulhaseeb3 in #47
- Update CODEOWNERS by @abdulhaseeb3 in #51
- Update servicebinding_definition.yaml by @lhaendler in #52
- Update documentation links by @iliasmavridis in #54
- Fix error of dataservices: mongodb, logme2, search, prometheus by @haiderShah-HS in #50
- Push updated crds of provider-anynines by @haiderShah-HS in #56
- Enable bool, array and object custom parameters by @mmadert9s in #55
- Remove Slack Mentions from Documentation by @iliasmavridis in #61
- Add a9s LogMe2 Custom Parameters by @mmadert9s in #58
- Add a9s Search custom parameters by @mmadert9s in #59
- Fix error of servicebindings for messaging data service by @haiderShah-HS in #57
- Add a9s Prometheus custom parameters by @mmadert9s in #60
- Add a9s MariaDB custom parameters by @mmadert9s in #62
- Add custom parameters for a9s Messaging by @mmadert9s in #63
- Add support for mongodb custom parameters by @mmadert9s in #65
- Add support for a9s KeyValue by @mmadert9s in #64
- Fix keyvalue e2e tests by @abdulhaseeb3 in #66
- Fix broken link of klutchio docs by @AarDassen in #67
- Syncs file between klutch and klutchio by @AarDassen in #68
- Klt 580 investigate and fix any issues caused by recent changes in the service bindings structure by @lhaendler in #69
- Make service broker health check endpoint configurable by @mmadert9s in #70
- https communication for backup manager by @lhaendler in #71
- Klt 719 fix service instance endpoint by @abdulhaseeb3 in #72
- Update bind dependencies for security vulnerability compliance by @abdulhaseeb3 in #74
- Update endpoint of servicebinding observe method to a more optimized Get endpoint by @abdulhaseeb3 in #73
- Release 1.4.0 by @abdulhaseeb3 in #75
New Contributors
- @lhaendler made their first contribution in #52
- @haiderShah-HS made their first contribution in #50
- @AarDassen made their first contribution in #67
Full Changelog: v1.3.2...v1.4.0
v1.3.2
Merge pull request #39 from anynines/release-v1.3.2 Release v1.3.2
v1.3.1
Sync change from Klutch upstream (#35) * Update Makefile with crossplane upstream * Fix provider health check timeout preventing status patch Our confighealth reconciler performs a health check HTTP request to the anynines service broker and writes the result to the providerconfig's status field. Previously, one Golang context with a timeout was used for both the health check and the subsequent patching of providerconfig's status. However, if the health check request exceeded the timeout, the patching of the status field could never succeed. client-go's Patch() method would error with a "context deadline exceeded" error message. This commit introduces a separate sub-context for the health check request, which has an explicit timeout, while using the parent context (which does not time out) for patching the status field. * Add documentation for dynamic kubernetes clients * Add makefiles for internal pipelines * Replace native patch&transform with composite functions * Update pg e2e test with latest service plans * Update changelog * Update provider-anynines and klutch dataservices to v1.3.1 * Update Klutch-Bind to v1.3.1
v1.3.0
Remove resources that are not needed (#27) * Update docs * Remove resources that are not needed * Rebranding ECR repos to Klutch * Remove accidentally pushed .cache and _output folder * Add .gitignore * Update provider-anynines with new changes * Update docs to reflect new changes to rebranding
v1.0.0
See Full CHANGELOG for more details.