Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 17:37
· 27 commits to main since this release
292cc2e

Bug Fixes

  • map GITHUB_EVENT_NAME to types for parsing
  • parse github merge request id from event json
  • project details fails if remote contains a basic auth token
  • remove insecureSkipVerify for .local gitlab instances

CI

  • add cid github actions workflow (#155)
  • build pull requests
  • update cid github actions workflow from 0.0.22 to 0.0.23 (#168)

Features

  • add cli package
  • continue when failing to query gitlab project details
  • detect tag checkout from git reflog
  • improve error handling in VCSRepositoryInformation
  • improve error handling in normalization
  • support GITHUB_HEAD_REF and GITHUB_BASE_REF
  • use github event payload for pull request information

Internal

  • add ossf scorecard to readme
  • deps: bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#123)
  • deps: bump github.com/go-git/go-git/v5 from 5.7.0 to 5.11.0 (#122)
  • deps: bump github.com/hashicorp/go-retryablehttp (#162)
  • deps: bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#121)
  • deps: bump golang.org/x/net from 0.22.0 to 0.23.0 (#147)
  • deps: bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#141)
  • deps: update github.com/cidverse/go-vcs to 27702663f242
  • deps: update module github.com/cidverse/go-vcs to v0.0.0-20240402102656-5c7ce4c133c6 (#149)
  • deps: update module github.com/go-git/go-git/v5 to v5.7.0 (#74)
  • deps: update module github.com/go-playground/validator/v10 to v10.22.0 (#159)
  • deps: update module github.com/google/go-github/v62 to v63 (#164)
  • deps: update module github.com/gosimple/slug to v1.14.0 (#133)
  • deps: update module github.com/jarcoal/httpmock to v1.3.1 (#92)
  • deps: update module github.com/masterminds/semver/v3 to v3.2.1 (#66)
  • deps: update module github.com/rs/zerolog to v1.33.0 (#156)
  • deps: update module github.com/spf13/cobra to v1.7.0 (#62)
  • deps: update module github.com/stretchr/testify to v1.9.0 (#136)
  • deps: update module github.com/xanzy/go-gitlab to v0.107.0 (#165)
  • deps: update module golang.org/x/oauth2 to v0.21.0 (#158)
  • use cidverse renovate preset

Refactor

  • move vcs client into a standalone project
  • remove redundancy in spec, version the spec
  • restructure modules