Skip to content

Releases: anynines/klutchio

v1.4.0

29 Dec 12:46
d4d4264

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4.0

v1.3.2

23 Jan 11:22
9bb1b80

Choose a tag to compare

Merge pull request #39 from anynines/release-v1.3.2

Release v1.3.2

v1.3.1

15 Jan 08:39
4266fe5

Choose a tag to compare

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

14 Jan 09:51
b704d94

Choose a tag to compare

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

30 Aug 08:37
8c16f85

Choose a tag to compare

See Full CHANGELOG for more details.