You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate the last two component-versions tables to the SbomReleaseTable base,
completing the openvox-sbom-tools adoption (the agent and OpenBolt tables moved
in #366). Both packages now publish SBOMs covering the 8.12.0 table floor.
- openvox-server: read the bundled JRuby from the SBOM's `jruby-base` component
instead of resolving it through the pinned jruby-utils -> jruby-deps in
project.clj. `jruby-base` is already the clean resolved version, dropping the
"-N" packaging-suffix strip the old path needed. Values are unchanged for the
existing rows (all JRuby 9.4.12.1); the regen also picks up the 8.14.1 release.
- openvoxdb: it is a Clojure/JVM service with no bundled JRuby, so the table gains
a Jetty column (the embedded HTTP server) sourced from the SBOM's `jetty-server`
component, which shows a real 10.0.26 -> 12.1.10 bump at 8.14.0. Java is added as
a hand-maintained supported-version requirement to match the server table;
PostgreSQL stays a hand-maintained requirement.
No puppet-runtime / project.clj scraping remains; every component-versions table is
now SBOM-sourced. Page prose describing the server and OpenVoxDB columns is updated.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Michael Harp <mike@mikeharp.com>
0 commit comments