Skip to content

Releases: chainloop-dev/chainloop

v0.91.3

11 Jun 19:16
c000785

Choose a tag to compare

Changelog

v0.91.2

11 Jun 13:29
561f6b6

Choose a tag to compare

Changelog

v0.91.1

10 Jun 09:15
v0.91.1
df8bc33

Choose a tag to compare

Chainloop Attestation

View the attestation of this release

Highlights

This release focused on house keeping and minor changes:

  • Minor improvements on the new quickstart document #915
  • Changed references to from Discord to Slack since, we are moving out. You can find the invitation link to Slack here #924
  • Workflow's names are not immutable, meaning once created their names cannot be changed #921
  • Some minor bug fixes

What's Changed

Full Changelog: v0.91.0...v0.91.1

v0.91.0

06 Jun 11:16
0f0ff05

Choose a tag to compare

Highlights

This release focused on improving attestation process usability by

  • deprecating the use of robot accounts for attestations in favor of the more versatile API Tokens #891
  • enabling a preview of keyless signing #865
  • enabling optional contract-less pieces of evidence #815

You can see these new features in our new quickstart guide, that'll get you up and running in no time! 🚀

What's Changed

  • Bump Helm Chart Version => v0.90.1 by @github-actions in #882
  • fix(workflows): Place correct permissions in workflow by @javirln in #885
  • feat(keyless): add keyless config to deployment template by @jiparis in #878
  • feat(docs): add cookie consent script by @tknura in #879
  • feat(docs): update youtube video links to use privacy mode by @tknura in #877
  • test(keyless): tests for renderer by @jiparis in #887
  • feat(dagger): Support workflow-name on dagger module attestations by @javirln in #875
  • feat(dagger): Allow auto discovery of materials by @javirln in #886
  • chore: do not create robot-account automatically by @migmartri in #890
  • feat(dagger): Make signing keys optional and workflow-name required by @javirln in #895
  • remove robot-account from CLI by @migmartri in #894
  • fix(keyless): improve UX for keyless when chainloop CA is not configured by @jiparis in #896
  • feat(workflows-chainloop): Consolidates robot accounts into API token by @javirln in #876
  • fix: load chainloop_token gracefully if auth login has happened before by @migmartri in #897
  • fix(workflows-chainloop): Add missing --workflow-name on codeql by @javirln in #898
  • refactor: remove workflow_name env var by @migmartri in #899
  • fix(docs): fix code-blocks, theme and admonitions by @migmartri in #906
  • feat: raw token output in CLI by @migmartri in #907
  • feat(docs): Chainloop quickstart by @jiparis in #902
  • fix(cli): do not double render the envelope on attestation push by @migmartri in #909
  • fix(workflows-build-and-package): Add missing workflow-name by @javirln in #912

Full Changelog: v0.90.1...v0.91.0

Chainloop Attestation

View the attestation of this release

v0.90.1

04 Jun 16:46
f3880fa

Choose a tag to compare

What's Changed

  • chore(dagger): Bump module by @javirln in #853
  • Bump Helm Chart Version => v0.89.1 by @github-actions in #855
  • Revert "feat(workflows): Integrate GitHub Release reusable workflow (#851) by @javirln in #857
  • chore(auth): set organization in auth token flow by @jiparis in #858
  • feat(keyless): signing use case by @jiparis in #859
  • feat(keyless): signing service by @jiparis in #860
  • feat(workflow-run): Ensure not invalid status is passed to CLI by @javirln in #870
  • feat(keyless): expose signing service though GRPC by @jiparis in #861
  • fix(install.sh): Make install.sh work on Alpine, fixes #587 by @danlishka in #871
  • fix(remoteattestations): Allow API tokens to work with remote state by @javirln in #874
  • feat(keyless): make keyless signing available in the CLI by @jiparis in #862
  • Bump Helm Chart Version => v0.90.0 by @github-actions in #880
  • fix(keyless): remove double wrap by @jiparis in #881

Full Changelog: v0.89.1...v0.90.1

v0.90.0

04 Jun 15:58
65be1d6

Choose a tag to compare

What's Changed

  • chore(dagger): Bump module by @javirln in #853
  • Bump Helm Chart Version => v0.89.1 by @github-actions in #855
  • Revert "feat(workflows): Integrate GitHub Release reusable workflow (#851) by @javirln in #857
  • chore(auth): set organization in auth token flow by @jiparis in #858
  • feat(keyless): signing use case by @jiparis in #859
  • feat(keyless): signing service by @jiparis in #860
  • feat(workflow-run): Ensure not invalid status is passed to CLI by @javirln in #870
  • feat(keyless): expose signing service though GRPC by @jiparis in #861
  • fix(install.sh): Make install.sh work on Alpine, fixes #587 by @danlishka in #871
  • fix(remoteattestations): Allow API tokens to work with remote state by @javirln in #874
  • feat(keyless): make keyless signing available in the CLI by @jiparis in #862

Full Changelog: v0.89.1...v0.90.0

v0.89.1

30 May 12:13
v0.89.1
5cd02fe

Choose a tag to compare

What's Changed

  • Bump Helm Chart Version => v0.89.0 by @github-actions in #825
  • chore(dagger): Bump module by @javirln in #824
  • feat(cli): support kms signing with cosign providers by @jiparis in #827
  • fix(craft): Wrap upload and craft errors to raise errors by @javirln in #830
  • feat(contracts): Modify old release contract and fix its version on the workflow by @javirln in #832
  • feat(sync-contract): Bump version of reusable workflow by @javirln in #833
  • feat(workflows): Use new contract version on build and package by @javirln in #834
  • feat(sync-contract): Change pointer of env variable to use CHAINLOOP API TOKEN by @javirln in #836
  • feat(action): Create new action to consume GitHub releases by @javirln in #822
  • feat(workflows): Include attestation URL to release workflow by @javirln in #838
  • chore: extract servicelogger to pkg by @migmartri in #839
  • chore(chainloop): embed error in when org ID cannot be retrieved by @jiparis in #841
  • fix(release-workflow): Add back container images for attestation by @javirln in #842
  • feat(docs): Document Ory Hydra as OAuth2 provider by @javirln in #843
  • fix: do not fail telemetry on containers by @migmartri in #847
  • feat(discovery): return latest entries by @migmartri in #845
  • feat(workflows): Integrate GitHub Release reusable workflow by @javirln in #851
  • chore(ci): change fetch modality by @migmartri in #850
  • feat(docs): Add information about reusable workflow by @javirln in #848
  • fix(workflow): Replace quoting by @javirln in #854

Full Changelog: v0.89.0...v0.89.1

v0.89.0

24 May 10:39
v0.89.0
76a41fd

Choose a tag to compare

What's Changed

  • Bump Helm Chart Version => v0.88.1 by @github-actions in #813
  • feat(posthog): configure PostHog settings by @javirln in #814
  • feat(attestation): Allow contract-less materials by @javirln in #815
  • chore(docs): remove gtag preset option by @tknura in #819
  • feat(docs): add registering posthog source by @tknura in #821
  • chore: bump Dagger module to 0.88.1 by @migmartri in #823
  • feat(attestation): Allow the auto discovery of material's kind by @javirln in #820

New Contributors

Full Changelog: v0.88.1...v0.89.0

Chainloop Release Report

v0.88.1

20 May 14:35
d030c5b

Choose a tag to compare

Changelog

  • d030c5b fix(cli): show digest in stdout in att push command (#812)
  • 4504a27 fix: handle posthog nil client (#811)
  • f6bc345 fix: add nil check for Tracker (#810)
  • 5311cfb Reapply "feat(ci): Use reusable workflow creation on Helm package (#775)" (#802) (#804)
  • b99b92d Bump Helm Chart Version => v0.88.0 (#803)
  • def119e Revert "feat(ci): Use reusable workflow creation on Helm package (#775)" (#802)

v0.88.0

20 May 11:00
3968471

Choose a tag to compare

What's Changed

  • Bump Helm Chart Version => v0.87.2 by @github-actions in #778
  • feat(ci): Use reusable workflow creation on Helm package by @javirln in #775
  • feat(docs): Update docs with API tokens new features by @javirln in #776
  • feat(eventtracker): Initial implementation of basic eventtracker by @javirln in #779
  • feat(authentication): Parse auth token on root command by @javirln in #782
  • fix(attestations): support attestations workflow for API_TOKENS by @migmartri in #790
  • feat(api-tokens): Allow API TOKENs to create robot accounts by @jiparis in #791
  • fix(CLI): fix correct failure reason in table view by @jiparis in #789
  • feat(attestations): handle authentication combinations by @migmartri in #793
  • docs: remove hardcoded CLI version by @migmartri in #794
  • chore: add organizationID to API token by @migmartri in #795
  • feat: expose container image tag by @migmartri in #798
  • feat(cli): improve attestation push result in table format by @jiparis in #797
  • feat(posthog): Add Telemetry client Posthog by @javirln in #781

Full Changelog: v0.87.2...v0.88.0