Skip to content

Tags: infrahq/infra

Tags

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Call validate in versioned handlers (#4090)

To ensure that we apply the right request validation.

Also update the docs.

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3877 from infrahq/mxyng/fix-release-build

fix: disable snapshot in tag builds

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3769 from infrahq/dnephin/ci-only-race-on-main

ci: only run -race on main and when there is a label

v0.18.1

Toggle v0.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
maintain: move allowed login domains to a global org field (#3704)

- move domains that are allowed to use social login to the org table rather than on specific providers
- remove allowed domains from providers
- set allowed domains to match the org admin on sign-up
- remove validation added for provider allowed domains

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "improve: generate and publish openapi spec in release" (#3705)

v0.17.1

Toggle v0.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(ui): undefined reference in providers (#3618)

under specific conditions, the provider details page will throw an
uncaught exception caused by `useEffect` setting `name` to undefined
when provider is undefined.

use a placeholder instead of setting the field value directly. this also
fixes the issue where an empty value is seens as a change, enabling
save.

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3564 from infrahq/mxyng/http-connector-helm

fix(helm): http connector service

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3548 from infrahq/mxyng/default-device-flow-host

fix: set default device flow url

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixes auth header around open api docs (#3536)

v0.15.2

Toggle v0.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3199 from infrahq/dnephin/sql-for-groups

Use SQL for Create, Update, and Delete groups