Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/veraison/go-cose from 1.1.0 to 1.3.0 #232

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps github.com/veraison/go-cose from 1.1.0 to 1.3.0.

Release notes

Sourced from github.com/veraison/go-cose's releases.

v1.3.0

What's Changed

New Contributors

Full Changelog: veraison/go-cose@v1.1.0...v1.3.0

v1.3.0-rc.1

Cutting rc.1 based on no changes to alpha.1 https://github.com/veraison/go-cose/blob/main/release-management.md#pre-release

Full Changelog: veraison/go-cose@v1.3.0-alpha.1...v1.3.0-rc.1

v1.3.0-alpha.1

What's Changed

... (truncated)

Changelog

Sourced from github.com/veraison/go-cose's changelog.

go-cose Release Management

Overview

This document describes [go-cose][go-cose] project release management, which includes release criteria, versioning, supported releases, and supported upgrades.

The go-cose project maintainers strive to provide a stable go-lang implementation for interacting with [COSE][ietf-cose] constructs. Stable implies appropriate and measured changes to the library assuring consumers have the necessary functionality to interact with COSE objects. If you or your project require added functionality, or bug fixes, please open an issue or create a pull request. The project welcomes all contributions from adding functionality, implementing testing, security reviews to the release management. Please see here for how to contribute.

The maintainers may periodically update this policy based on feedback.

Release Versioning

Consumers of the go-cose module may reference main directly, or reference released tags.

All go-cose [releases][releases] follow a go-lang flavored derivation (v*) of the [semver][sem-ver] format, with optional pre-release labels.

Logical Progression of a release: v1.0.0-alpha.1 --> v1.0.0-alpha.2 --> v1.0.0-rc.1 --> v1.0.0

A new major or minor release will not have an automated release posted until the branch reaches alpha quality.

  • All versions use a preface of v
  • Given a version vX.Y.Z,
  • Optional -alpha.n | -rc.n pre-release version
    • Each incremental alpha or rc build will bump the suffix (n) number.
    • It's not expected to have more than 9 alphas or rcs. The suffix will be a single digit.
    • If > 9 builds do occur, the format will simply use two digit indicators (v1.0.0-alpha.10)

[!IMPORTANT] Pre-releases will NOT use the github pre-release flag.

Branch Management

To meet the projects stability goals, go-cose does not currently operate with multiple feature branches. All active development happens in main. For each release, a branch is created for servicing, following the versioning name. v1.0.0-alpha-1 would have an associated v1.0.0-alpha.1 branch. All version and branch names are lower case.

Major Releases

As a best practice, consumers should opt-into new capabilities through major releases. The go-cose project will not add new functionality to patches or minor releases as this could create a new surface area that may be exploited.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @shizhMSFT.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 30, 2024
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.29%. Comparing base (4819e1d) to head (8c06c16).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #232   +/-   ##
=======================================
  Coverage   91.29%   91.29%           
=======================================
  Files          30       30           
  Lines        2608     2608           
=======================================
  Hits         2381     2381           
  Misses        173      173           
  Partials       54       54           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@priteshbandi priteshbandi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@Two-Hearts Two-Hearts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@Two-Hearts Two-Hearts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@shizhMSFT shizhMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shizhMSFT
Copy link
Contributor

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/veraison/go-cose-1.3.0 branch from b5fe18b to 1dda4ec Compare October 29, 2024 02:26
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@JeyJeyGao
Copy link
Contributor

@dependabot rebase

Bumps [github.com/veraison/go-cose](https://github.com/veraison/go-cose) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/veraison/go-cose/releases)
- [Changelog](https://github.com/veraison/go-cose/blob/main/release-management.md)
- [Commits](veraison/go-cose@v1.1.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/veraison/go-cose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/veraison/go-cose-1.3.0 branch from 1dda4ec to 8c06c16 Compare November 5, 2024 02:19
@dependabot dependabot bot merged commit 1683ddb into main Nov 5, 2024
14 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/veraison/go-cose-1.3.0 branch November 5, 2024 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants