Releases: anynines/klutchio
Releases · anynines/klutchio
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.