This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/ring-0.17.14
in repository https://gitbox.apache.org/repos/asf/iggy.git
omit ee17f6ec chore(deps): bump ring from 0.17.13 to 0.17.14
add 0269acca chore(ci): change trigger event for release workflows (#1629)
add 6b6fcaad chore(ci): add new CI workflows for PR validation and testing
(#1621)
add 007dfa3b chore(repo): add Apache License Disclaimer, Notice (#1632)
add 414d2460 chore(ci): update envs for docker image release (#1633)
add 12e55f53 chore(ci): allow docker workflow actions for each commit
(#1637)
add 6958a257 chore(deps): bump ring from 0.17.13 to 0.17.14
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ee17f6ec)
\
N -- N -- N refs/heads/dependabot/cargo/ring-0.17.14 (6958a257)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.convco | 1 +
.github/workflows/ci-check-common.yml | 82 +++++++++
.github/workflows/ci-check-pr.yml | 139 +++++++++++++++
.github/workflows/ci-check-rust.yml | 189 +++++++++++++++++++++
.github/workflows/{test.yml => ci-check-shell.yml} | 29 +++-
...compatibility.yml => ci-compatibility-rust.yml} | 12 +-
.../{coverage.yml => ci-coverage-rust.yml} | 24 ++-
.github/workflows/ci-test-rust-optional.yml | 66 +++++++
.github/workflows/ci-test-rust.yml | 109 ++++++++++++
.github/workflows/post_publish_server.yml | 2 +-
.github/workflows/publish_cli.yml | 54 +++---
.github/workflows/publish_sdk.yml | 53 +++---
.github/workflows/publish_server.yml | 61 +++----
.github/workflows/test_pr.yml | 4 +-
dependencies.md => DEPENDENCIES.md | 2 +-
DISCLAIMER | 5 +
NOTICE | 26 +--
.../performance/run-standard-performance-suite.sh | 2 +
18 files changed, 726 insertions(+), 134 deletions(-)
create mode 100644 .convco
create mode 100644 .github/workflows/ci-check-common.yml
create mode 100644 .github/workflows/ci-check-pr.yml
create mode 100644 .github/workflows/ci-check-rust.yml
copy .github/workflows/{test.yml => ci-check-shell.yml} (54%)
rename .github/workflows/{backwards_compatibility.yml =>
ci-compatibility-rust.yml} (94%)
rename .github/workflows/{coverage.yml => ci-coverage-rust.yml} (82%)
create mode 100644 .github/workflows/ci-test-rust-optional.yml
create mode 100644 .github/workflows/ci-test-rust.yml
rename dependencies.md => DEPENDENCIES.md (99%)
create mode 100644 DISCLAIMER