Skip to content

Releases: airomhq/airom

v0.3.6

Choose a tag to compare

@github-actions github-actions released this 03 Aug 12:55

Changelog

Features

Others

  • 8853cb1: chore(ci): Bump the github-actions group across 1 directory with 9 updates (@dependabot[bot])
  • f3b9e47: ci(docs): build and export the documentation site, without publishing it (@Roro1727)

Verify the checksums signature (keyless cosign):

cosign verify-blob \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp 'https://github.com/airomhq/airom' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  checksums.txt

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 01 Aug 05:49

Changelog

Features

  • 28db896: feat(catalog): cover the installable AI libraries from openbestof/awesome-ai (@Roro1727)

Others

  • e2522b5: docs(readme): cut it from 427 lines to 176 and lead with the command (@Roro1727)
  • ae23948: docs(readme): list the frameworks and runtimes added since v0.3.4 (@Roro1727)

Verify the checksums signature (keyless cosign):

cosign verify-blob \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp 'https://github.com/airomhq/airom' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  checksums.txt

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 30 Jul 15:21

Changelog

Features

  • f7fbd9b: feat(pgext): read a server-side pgvector install from its control file (@Roro1727)
  • 735bbe7: feat(sql): scan .sql files, widen pgvector to halfvec/sparsevec and index DDL (@Roro1727)

Bug fixes

  • fd37612: fix(frozen): read the real PYZ directory shape, which is a list not a dict (@Roro1727)

Verify the checksums signature (keyless cosign):

cosign verify-blob \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp 'https://github.com/airomhq/airom' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  checksums.txt

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 30 Jul 14:32

Changelog

Features

  • dec9b75: feat(frozen): read the AI packages inside a PyInstaller onefile binary (@Roro1727)

Verify the checksums signature (keyless cosign):

cosign verify-blob \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp 'https://github.com/airomhq/airom' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  checksums.txt

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 30 Jul 13:58

Changelog

Features

Bug fixes

  • 0e90c29: fix(catalog): make the catalog and the rule packs agree on nine dependencies (@Roro1727)

Verify the checksums signature (keyless cosign):

cosign verify-blob \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp 'https://github.com/airomhq/airom' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  checksums.txt

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 08:22

Changelog

Features

  • 83fd4a1: feat(manifest): read installed package metadata, so a deployed scan has versions (@Roro1727)
  • ef68dfa: feat(manifest): read lockfiles, and stop reporting a range as a version (@Roro1727)

Verify the checksums signature (keyless cosign):

cosign verify-blob \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp 'https://github.com/airomhq/airom' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  checksums.txt

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 13:34

Changelog

Features

Bug fixes

  • 2fd1ed4: fix(diff): refuse to gate a delta the code did not cause (@Roro1727)
  • e9f119d: fix(lexer): classify Python docstrings apart from strings (@Roro1727)
  • cf03d9f: fix(rules): stop bedrock and pgvector matching shapes far broader than models (@Roro1727)
  • df81b12: fix: four false-positive classes surfaced by a home-directory scan (@Roro1727)

Others


Verify the checksums signature (keyless cosign):

cosign verify-blob \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp 'https://github.com/airomhq/airom' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  checksums.txt

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 06:42

Changelog

Bug fixes

  • d1e87c4: fix(detect): stop inventorying AIROM's own configuration as AI assets (@Roro1727)

Others

  • 0eac929: ci(fuzz): add the nightly deep campaign the smoke job stopped being (@Roro1727)
  • 9bc90ef: ci(fuzz): budget the gating fuzz run by exec count, not wall clock (@Roro1727)

Verify the checksums signature (keyless cosign):

cosign verify-blob \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp 'https://github.com/airomhq/airom' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  checksums.txt

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 28 Jul 13:22

Changelog

Features

  • 79da2fc: feat(scope): keep test scaffolding out of the AIBOM's default view (@Roro1727)

Others

  • d79525d: style: settle gofumpt drift and pin the formatter that decides it (@Roro1727)

Verify the checksums signature (keyless cosign):

cosign verify-blob \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp 'https://github.com/airomhq/airom' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  checksums.txt

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 11:02

Changelog

Features

  • 0389cdc: feat(eol): --fail-on eol gate + docs (PR4) (@Roro1727)
  • e877755: feat(eol): hosted-model end-of-life overlay — domain, catalog, matcher (PR1) (@Roro1727)
  • 3a2ef17: feat(eol): project model lifecycle into every output format (PR3) (@Roro1727)
  • 264ad6b: feat(eol): ship the lifecycle catalog through the signed rule channel (@Roro1727)
  • ac62701: feat(eol): wire the EOL overlay into the pipeline, add --no-eol (PR2) (@Roro1727)

Verify the checksums signature (keyless cosign):

cosign verify-blob \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp 'https://github.com/airomhq/airom' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  checksums.txt