Skip to content

Tags: home-assistant/builder

Tags

2024.08.2

Toggle 2024.08.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to cosign v2.4.0 (#220)

The v2.4.0 release contains modernizations and some bug fixes from
previous releases. Let's keep our builder up-to-date.

2024.08.1

Toggle 2024.08.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make sure builder image is pulled by default (#218)

* Make sure builder image is pulled by default

* Use single quote in GitHub Action expression

* Invert logic

Avoid double negation which is error prone.

* Update action.yml

Co-authored-by: Jan Čermák <[email protected]>

---------

Co-authored-by: Jan Čermák <[email protected]>

2024.08.0

Toggle 2024.08.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use manifest digest for signing (#217)

2024.03.5

Toggle 2024.03.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reenable cosign verification (#201)

* Revert "Disable cosign signature verification (#197)"

This reverts commit ad63daf.

* Revert "Disable cosign verification by default (#199)"

This reverts commit eec2fe4.

2024.03.4

Toggle 2024.03.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Disable cosign signing (#198)" (#200)

This reverts commit ccbad93.

2024.03.3

Toggle 2024.03.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable cosign verification by default (#199)

Since we can't sign the current builder, we also need to disable
verification of it's signature. This avoids another chicken-egg-problem.

2024.03.2

Toggle 2024.03.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable cosign signing (#198)

Since the current builder contains a non-working cosign version, we have
to disable signing the builder temporarily as well. This will lead to a
build which is unsigned, but will allow us to build another signed builder,
and finally reenable signature checking as well.

2024.03.1

Toggle 2024.03.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable cosign signature verification (#197)

The current version of cosign deployed in the latest builder doesn't
work with the currently deployed TUF Trust Root on the sigstore servers
(see also https://blog.sigstore.dev/tuf-root-update/).

Remove the cosign identity information to temporarily disable signature
verification. This allows to build a new release with a newer cosign.

2024.03.0

Toggle 2024.03.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use default cosign version v2.2.3 provided by cosign-installer action (

…#196)

Move to the default cosign version what the latest cosign-installer
would provide by default. Still explicitly select the version to make
sure it stays in sync with the version installed in the builder.

2024.01.0

Toggle 2024.01.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix i386 builds reporting x86_64 in the build process (#189)