Skip to content

Tags: quortex/kubestatic

Tags

v0.13.0-rc.0

Toggle v0.13.0-rc.0's commit message
Rework reconciliations not to use steps based on status

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade kubebuilder and dependencies (#146)

* Migrate project structure and dependencies for kuberbuilder v4

* Remove unnecessary helper package

* Add linter configuration and fix issues with it

* Add .mise.toml

* Miscellaneous fixes

* Add ability to deploy the chart with a ServiceMonitor

* Upgrade actions/upload-artifact to v4

* Upgrade golangci/golangci-lint-action to v6

* Upgrade helm/chart-releaser-action to v1.6.0

* Upgrade dependencies

* Prepare chart for version 0.12.0

* Add e2e tets

* Add goimports linting

kubestatic-chart-0.12.0

Toggle kubestatic-chart-0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade kubebuilder and dependencies (#146)

* Migrate project structure and dependencies for kuberbuilder v4

* Remove unnecessary helper package

* Add linter configuration and fix issues with it

* Add .mise.toml

* Miscellaneous fixes

* Add ability to deploy the chart with a ServiceMonitor

* Upgrade actions/upload-artifact to v4

* Upgrade golangci/golangci-lint-action to v6

* Upgrade helm/chart-releaser-action to v1.6.0

* Upgrade dependencies

* Prepare chart for version 0.12.0

* Add e2e tets

* Add goimports linting

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade ci to build with golang version based on the go.mod (#126)

kubestatic-chart-0.11.0

Toggle kubestatic-chart-0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix FirewallRules concurency issues using a status known LastTransiti… (

#124)

* Fix FirewallRules concurency issues using a status known LastTransitionTime

* Upgrade chart to 0.11.0

* Set LastTransitionTime required and fix an issue on FirewalRule deletion reconcile

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix an issue that leads to ExternalIP attachment on unwanted nodes (#122

)

kubestatic-chart-0.10.1

Toggle kubestatic-chart-0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade chart to 0.10.1 (#123)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/externalip node conflicts (#121)

* Perform a single ExternalIP list call in node reconciliation

* Handle reconciliation interval on node autoassigned eips

- Add a minimum interval between reconciliations of a node to avoid conflicts
- Add a requeue interval to reattach an eip to nodes that no longer have one

* Set node reconciliation intervals configurable

kubestatic-chart-0.10.0

Toggle kubestatic-chart-0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/externalip node conflicts (#121)

* Perform a single ExternalIP list call in node reconciliation

* Handle reconciliation interval on node autoassigned eips

- Add a minimum interval between reconciliations of a node to avoid conflicts
- Add a requeue interval to reattach an eip to nodes that no longer have one

* Set node reconciliation intervals configurable

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove debug, add extraArgs into charts & upgrade charts to 0.9.2 (#120)