Releases: org-quicko/silo
Release list
silo 1.4.0
Install
brew install org-quicko/tap/siloOr pull the container image, which is also on ghcr.io/org-quicko/silo:
docker pull labsatquicko/silo:1.4.0Or download the archive for your platform below and put silo on your PATH.
Verify
Check the archive against SHA256SUMS:
sha256sum --ignore-missing --check SHA256SUMSSHA256SUMS itself is signed. With cosign:
cosign verify-blob --bundle SHA256SUMS.cosign.bundle \
--certificate-identity-regexp '^https://github\.com/org-quicko/silo/\.github/workflows/release\.yml@' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
SHA256SUMSOr, with the release GPG key, gpg --verify SHA256SUMS.asc SHA256SUMS.
Each archive also carries build provenance:
gh attestation verify silo-*.tar.gz --repo org-quicko/siloThe container image is signed and attested the same two ways:
cosign verify docker.io/labsatquicko/silo:1.4.0 \
--certificate-identity-regexp '^https://github\.com/org-quicko/silo/\.github/workflows/release\.yml@' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
gh attestation verify oci://docker.io/labsatquicko/silo:1.4.0 --repo org-quicko/siloWhat's Changed
- Restore Node client to pre-cache baseline by @pranshu-shah-at-quicko in #44
- Add per-client caching for Node collection reads by @pranshu-shah-at-quicko in #43
- chore: version upgrade by @pranshu-shah-at-quicko in #49
- Feature/containerization by @nachiketa-vadera-at-quicko in #50
New Contributors
- @pranshu-shah-at-quicko made their first contribution in #44
Full Changelog: v1.3.0...v1.4.0
silo 1.3.0
Install
brew install org-quicko/tap/siloOr download the archive for your platform below and put silo on your PATH.
Verify
Check the archive against SHA256SUMS:
sha256sum --ignore-missing --check SHA256SUMSSHA256SUMS itself is signed. With cosign:
cosign verify-blob --bundle SHA256SUMS.cosign.bundle \
--certificate-identity-regexp '^https://github\.com/org-quicko/silo/\.github/workflows/release\.yml@' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
SHA256SUMSOr, with the release GPG key, gpg --verify SHA256SUMS.asc SHA256SUMS.
Each archive also carries build provenance:
gh attestation verify silo-*.tar.gz --repo org-quicko/siloWhat's Changed
- Hotfix/Silo Claude Audit Fixes by @nachiketa-vadera-at-quicko in #47
- Feature/java client by @vishvajit-sonagara-at-quicko in #46
- Feature/mcp by @developer-at-quicko-company in #48
Full Changelog: v1.2.0...v1.3.0
silo 1.2.0
Install
brew install org-quicko/tap/siloOr download the archive for your platform below and put silo on your PATH.
Verify
Check the archive against SHA256SUMS:
sha256sum --ignore-missing --check SHA256SUMSSHA256SUMS itself is signed. With cosign:
cosign verify-blob --bundle SHA256SUMS.cosign.bundle \
--certificate-identity-regexp '^https://github\.com/org-quicko/silo/\.github/workflows/release\.yml@' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
SHA256SUMSOr, with the release GPG key, gpg --verify SHA256SUMS.asc SHA256SUMS.
Each archive also carries build provenance:
gh attestation verify silo-*.tar.gz --repo org-quicko/siloWhat's Changed
- Hotfix/strapi import plugin by @nachiketa-vadera-at-quicko in #36
- feat(silo-client-java): add the Java client for the data API (D69) by @vishvajit-sonagara-at-quicko in #38
- Feature/schema validation | silo-client caching by @NachiketaVadera in #39
- Feature/export by @nachiketa-vadera-at-quicko in #42
New Contributors
- @vishvajit-sonagara-at-quicko made their first contribution in #38
Full Changelog: v1.1.0...v1.2.0
silo 1.1.0
Install
brew install org-quicko/tap/siloOr download the archive for your platform below and put silo on your PATH.
Verify
Check the archive against SHA256SUMS:
sha256sum --ignore-missing --check SHA256SUMSSHA256SUMS itself is signed. With cosign:
cosign verify-blob --bundle SHA256SUMS.cosign.bundle \
--certificate-identity-regexp '^https://github\.com/org-quicko/silo/\.github/workflows/release\.yml@' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
SHA256SUMSOr, with the release GPG key, gpg --verify SHA256SUMS.asc SHA256SUMS.
Each archive also carries build provenance:
gh attestation verify silo-*.tar.gz --repo org-quicko/siloWhat's Changed
- Feature/api client by @nachiketa-vadera-at-quicko in #25
- Fix: Client Response by @nachiketa-vadera-at-quicko in #32
- Chore: Issue Templates by @NachiketaVadera in #33
Full Changelog: v1.0.0...v1.1.0
silo 1.0.0
Install
brew install org-quicko/tap/siloOr download the archive for your platform below and put silo on your PATH.
Verify
Check the archive against SHA256SUMS:
sha256sum --ignore-missing --check SHA256SUMSSHA256SUMS itself is signed. With cosign:
cosign verify-blob --bundle SHA256SUMS.cosign.bundle \
--certificate-identity-regexp '^https://github\.com/org-quicko/silo/\.github/workflows/release\.yml@' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
SHA256SUMSOr, with the release GPG key, gpg --verify SHA256SUMS.asc SHA256SUMS.
Each archive also carries build provenance:
gh attestation verify silo-*.tar.gz --repo org-quicko/siloWhat's Changed
- Feature/arrays by @NachiketaVadera in #1
- Feature/settings UI by @NachiketaVadera in #2
- Feature/api keys by @NachiketaVadera in #3
- Feature/media management by @nachiketa-vadera-at-quicko in #4
- Feature/package management by @NachiketaVadera in #5
- Feature/search filter by @NachiketaVadera in #6
- Feature/plugins by @NachiketaVadera in #9
- fix: button element by @NachiketaVadera in #10
- Feature/plugins by @nachiketa-vadera-at-quicko in #11
- Feature/plugins by @NachiketaVadera in #12
- Feature/strapi import by @nachiketa-vadera-at-quicko in #13
- Hotfix/UI by @nachiketa-vadera-at-quicko in #14
- Media library filters, global toast system, and admin UI polish by @Jiyapatel105 in #15
- feat: upgrade all package versions to 1.0.0 by @NachiketaVadera in #16
- Hotfix/format version by @nachiketa-vadera-at-quicko in #17
- Hotfix/plugins by @nachiketa-vadera-at-quicko in #18
- Feature/admin UI by @Jiyapatel105 in #19
- Feature/environment variables by @NachiketaVadera in #20
- Feature/clean up by @developer-at-quicko-company in #21
- chore: fixed type issues by @nachiketa-vadera-at-quicko in #22
- feat: silo media management updated by @NachiketaVadera in #23
- refactor(media): unify media URL handling through MediaFileUrl by @nachiketa-vadera-at-quicko in #24
New Contributors
- @NachiketaVadera made their first contribution in #1
- @nachiketa-vadera-at-quicko made their first contribution in #4
- @developer-at-quicko-company made their first contribution in #21
Full Changelog: https://github.com/org-quicko/silo/commits/v1.0.0
silo 0.2.0
Install
brew install org-quicko/tap/siloOr download the archive for your platform below and put silo on your PATH.
Verify
Check the archive against SHA256SUMS:
sha256sum --ignore-missing --check SHA256SUMSSHA256SUMS itself is signed. With cosign:
cosign verify-blob --bundle SHA256SUMS.cosign.bundle \
--certificate-identity-regexp '^https://github\.com/org-quicko/silo/\.github/workflows/release\.yml@' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
SHA256SUMSOr, with the release GPG key, gpg --verify SHA256SUMS.asc SHA256SUMS.
Each archive also carries build provenance:
gh attestation verify silo-*.tar.gz --repo org-quicko/siloFull Changelog: v0.1.0...v0.2.0
silo 0.1.0
Install
brew install org-quicko/tap/siloOr download the archive for your platform below and put silo on your PATH.
Verify
Check the archive against SHA256SUMS:
sha256sum --ignore-missing --check SHA256SUMSSHA256SUMS itself is signed. With cosign:
cosign verify-blob --bundle SHA256SUMS.cosign.bundle \
--certificate-identity-regexp '^https://github\.com/org-quicko/silo/\.github/workflows/release\.yml@' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
SHA256SUMSOr, with the release GPG key, gpg --verify SHA256SUMS.asc SHA256SUMS.
Each archive also carries build provenance:
gh attestation verify silo-*.tar.gz --repo org-quicko/siloWhat's Changed
- Feature/arrays by @NachiketaVadera in #1
- Feature/settings UI by @NachiketaVadera in #2
- Feature/api keys by @NachiketaVadera in #3
- Feature/media management by @nachiketa-vadera-at-quicko in #4
New Contributors
- @NachiketaVadera made their first contribution in #1
- @nachiketa-vadera-at-quicko made their first contribution in #4
Full Changelog: https://github.com/org-quicko/silo/commits/v0.1.0