Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: anynines/klutchio

Tags

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #39 from anynines/release-v1.3.2

Release v1.3.2

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create open source repo

Co-authored-by: @khaledavarteq
Co-authored-by: @m-hofmann-a9s
Co-authored-by: @mkfdoherty
Co-authored-by: @lhaendler
Co-authored-by: @SHaiderAS
Co-authored-by: @abdulhaseeb3
Co-authored-by: @jcartossa
Co-authored-by: @jlu98
Co-authored-by: @a9s-niklas-kempf
Co-authored-by: @rfashwall-anynines
Co-authored-by: @mmadert9s