Skip to content

Releases: in-toto/archivista

v0.3.0

22 Dec 15:40
v0.3.0
cdf5d06
Compare
Choose a tag to compare

Changelog

What's Changed

  • chore: bump github.com/in-toto/go-witness from 0.1.18-0.20231214175634-5b5647c42b3c to 0.2.0 by @dependabot in #134
  • chore: bump github/codeql-action from 2.22.9 to 3.22.11 by @dependabot in #135
  • chore: bump actions/upload-artifact from 3.1.3 to 4.0.0 by @dependabot in #136
  • chore: bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #137
  • test: refactoring e2e & adding tests archivistactl by @kairoaraujo in #131
  • feat: Add database migrations by @kairoaraujo in #125
  • tests: Include tests for pkg/api by @kairoaraujo in #138
  • feat: Adding IAM credential type for AWS by @fkautz in #130

Full Changelog: v0.2.0...v0.3.0

v0.2.0

15 Dec 15:41
v0.2.0
3a7539b
Compare
Choose a tag to compare

Changelog

First release since moving to in-toto org.

⚠️ Warning ⚠️

go modules have been renamed from github.com/testifysec/archivista => github.com/in-toto/archivista

What's Changed

  • docs: add entity relationship diagram by @mikhailswift in #60
  • build(deps): bump golang.org/x/net from 0.11.0 to 0.17.0 by @dependabot in #61
  • Create dependabot.yml by @jkjell in #63
  • chore: bump golang from 1.20.5-alpine to 1.21.3-alpine by @dependabot in #69
  • chore: bump docker/login-action from 2 to 3 by @dependabot in #66
  • chore: bump actions/setup-go from 2 to 4 by @dependabot in #68
  • chore: bump golangci/golangci-lint-action from 2 to 3 by @dependabot in #67
  • chore: bump actions/checkout from 2 to 4 by @dependabot in #70
  • chore: bump actions/cache from 2 to 3 by @dependabot in #72
  • chore: bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.1 by @dependabot in #71
  • chore: bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 by @dependabot in #76
  • chore: bump github.com/lib/pq from 1.10.7 to 1.10.9 by @dependabot in #75
  • chore: bump ariga.io/sqlcomment from 0.0.0-20211020114721-6bb67a62a61a to 0.1.0 by @dependabot in #74
  • Update pipeline to use reusable witness workflow by @jkjell in #78
  • Fix variables in witness workflow by @jkjell in #79
  • chore: bump golang.org/x/sync from 0.1.0 to 0.4.0 by @dependabot in #80
  • chore: bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #81
  • chore: bump docker/login-action from 2 to 3 by @dependabot in #83
  • Add maintainers file by @jkjell in #87
  • chore: bump github.com/gorilla/mux from 1.8.0 to 1.8.1 by @dependabot in #84
  • chore: bump golang from 1.21.3-alpine to 1.21.4-alpine by @dependabot in #88
  • chore: bump golang.org/x/sync from 0.4.0 to 0.5.0 by @dependabot in #86
  • chore: bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #85
  • chore: bump actions/github-script from 6 to 7 by @dependabot in #89
  • chore: bump entgo.io/ent from 0.12.4 to 0.12.5 by @dependabot in #90
  • chore: bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 by @dependabot in #91
  • chore: bump github.com/99designs/gqlgen from 0.17.5-0.20220428154617-9250f9ac1f90 to 0.17.40 by @dependabot in #82
  • [StepSecurity] Apply security best practices by @step-security-bot in #92
  • chore: bump golang from 110b07a to 70afe55 by @dependabot in #94
  • chore: bump ossf/scorecard-action from 2.0.6 to 2.3.1 by @dependabot in #96
  • chore: bump actions/dependency-review-action from 2.5.1 to 3.1.4 by @dependabot in #97
  • chore: bump actions/checkout from 3.6.0 to 4.1.1 by @dependabot in #98
  • chore: bump github.com/99designs/gqlgen from 0.17.40 to 0.17.41 by @dependabot in #99
  • Add Kairo as maintainer by @jkjell in #95
  • Fix issues from new pre-commit check by @jkjell in #93
  • chore: bump golang from 1.21.4-alpine to 1.21.5-alpine by @dependabot in #103
  • fix: license-check workflow Archivist > Archivista by @kairoaraujo in #102
  • Auto-update pre-commit hooks PR by @kairoaraujo in #101
  • fix: README repository reference name to in-toto by @kairoaraujo in #100
  • chore: bump golang from 5c1cabd to feceecc by @dependabot in #118
  • chore: bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in #115
  • chore: bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #116
  • chore: bump github/codeql-action from 2.22.8 to 2.22.9 by @dependabot in #117
  • build: Update pre-commit hooks by @github-actions in #104
  • Initial improvement for Archivista contributors by @kairoaraujo in #114
  • refactoring: testifysec/archivista-api as a pkg by @kairoaraujo in #120
  • Fixing up CONTRIBUTING and Makefile by @ChaosInTheCRD in #122
  • refactoring: Go module path by @kairoaraujo in #121
  • Update archivista to use in-toto/go-witness by @jkjell in #123
  • fix: unecessary build while running make run-dev by @kairoaraujo in #124
  • Fix goreleaser to use in-toto org for ghcr by @jkjell in #128

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

27 Sep 18:42
v0.1.2
Compare
Choose a tag to compare

Changelog

Features

Bug fixes

Others

v0.1.1

11 Jul 13:21
v0.1.1
f07b8bb
Compare
Choose a tag to compare

Changelog

Bug fixes

v0.1.0-ci-test

10 Jul 16:42
v0.1.0-ci-test
57f494a
Compare
Choose a tag to compare
v0.1.0-ci-test Pre-release
Pre-release

Changelog

Bug fixes

v0.1.0

04 Jul 14:38
4a8c088
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/testifysec/archivista/commits/v0.1.0

v0.0.1-ci-test

22 Jun 06:01
v0.0.1-ci-test
0b0fa67
Compare
Choose a tag to compare
v0.0.1-ci-test Pre-release
Pre-release

Changelog

Features

Bug fixes

Others