Skip to content

build(deps): bump sigs.k8s.io/promo-tools/v3 from 3.4.4 to 3.4.7#222

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/sigs.k8s.io/promo-tools/v3-3.4.7
Closed

build(deps): bump sigs.k8s.io/promo-tools/v3 from 3.4.4 to 3.4.7#222
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/sigs.k8s.io/promo-tools/v3-3.4.7

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 28, 2022

Bumps sigs.k8s.io/promo-tools/v3 from 3.4.4 to 3.4.7.

Release notes

Sourced from sigs.k8s.io/promo-tools/v3's releases.

v3.4.7

Changes by Kind

Feature

Other (Cleanup or Flake)

  • Display log timestamps and their diffs to the previous message during the promotion. (#640, @​saschagrunert) [SIG Release]
  • Speedup FindSingedEdges by using a new release-sdk API (#646, @​saschagrunert) [SIG Release]

Dependencies

Added

  • github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper: v0.2.0
  • github.com/alibabacloud-go/alibabacloud-gateway-spi: v0.0.4
  • github.com/alibabacloud-go/cr-20160607: v1.0.1
  • github.com/alibabacloud-go/cr-20181201: v1.0.10
  • github.com/alibabacloud-go/darabonba-openapi: v0.1.18
  • github.com/alibabacloud-go/darabonba-string: v1.0.0
  • github.com/alibabacloud-go/debug: 9472017
  • github.com/alibabacloud-go/endpoint-util: v1.1.1
  • github.com/alibabacloud-go/openapi-util: v0.0.11
  • github.com/alibabacloud-go/tea-utils: v1.4.4
  • github.com/alibabacloud-go/tea-xml: v1.1.2
  • github.com/alibabacloud-go/tea: v1.1.18
  • github.com/aliyun/credentials-go: v1.2.3
  • github.com/arbovm/levenshtein: 48b4e1c
  • github.com/clbanning/mxj/v2: v2.5.6
  • github.com/dgryski/trifles: dd97f9a
  • github.com/google/go-github/v47: v47.1.0
  • github.com/jellydator/ttlcache/v3: v3.0.0
  • github.com/mozillazg/docker-credential-acr-helper: v0.3.0
  • github.com/tchap/go-patricia/v2: v2.3.1
  • github.com/tjfoc/gmsm: v1.3.2

Changed

  • bazil.org/fuse: 5883e5a → 65cc252
  • cloud.google.com/go/asset: v1.7.0 → v1.8.0
  • cloud.google.com/go/assuredworkloads: v1.6.0 → v1.7.0
  • cloud.google.com/go/dialogflow: v1.16.1 → v1.17.0
  • cloud.google.com/go/edgecontainer: v0.1.0 → v0.2.0
  • cloud.google.com/go/iam: v0.5.0 → v0.6.0
  • cloud.google.com/go/recaptchaenterprise/v2: v2.2.0 → v2.3.0
  • cloud.google.com/go/spanner: v1.31.0 → v1.36.0
  • filippo.io/edwards25519: v1.0.0-rc.1 → v1.0.0
  • github.com/Azure/azure-sdk-for-go: v66.0.0+incompatible → v67.0.0+incompatible
  • github.com/BurntSushi/toml: v0.4.1 → v0.3.1

... (truncated)

Changelog

Sourced from sigs.k8s.io/promo-tools/v3's changelog.

Releasing the artifact promoter tools

This is a draft document to describe the release process for artifact promotion tooling.

(If there are improvements you'd like to see, please comment on the tracking issue.)

Tracking

As the first task, a Release Manager should open a tracking issue for the release.

We don't currently have a template for releasing, but the following issue is a good example to draw inspiration from.

We're not striving for perfection with the template, but the tracking issue will serve as a reference point to aggregate feedback, so try your best to be as descriptive as possible.

Validation

TODO: Talk about canaries

Tagging

There are two tags that we care about:

  • git tags
  • image tags

We use with SemVer-compliant versions for git tags and GitHub releases, prefixed with v. SemVer is described in detail here.

Example:

v3.4.0

Image tags are derived from the git tag, with the addition of a revision.

... (truncated)

Commits
  • 6dad594 Merge pull request #660 from cpanato/bump347
  • bebc736 releng: Bump promoter to v3.4.7
  • d741b45 Merge pull request #653 from saschagrunert/sign
  • fd6bbd2 Merge pull request #657 from saschagrunert/prow-diff
  • e8a26d2 Reuse signer in DefaultPromoterImplementation
  • 28d5577 Add prow diff option
  • fe883b9 Merge pull request #656 from kubernetes-sigs/dependabot/go_modules/cloud.goog...
  • fee52ea Merge pull request #655 from kubernetes-sigs/dependabot/go_modules/google.gol...
  • 43bb4e7 build(deps): bump cloud.google.com/go/iam from 0.5.0 to 0.6.0
  • 039e131 build(deps): bump google.golang.org/api from 0.100.0 to 0.101.0
  • Additional commits viewable in compare view

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 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 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)

Bumps [sigs.k8s.io/promo-tools/v3](https://github.com/kubernetes-sigs/promo-tools) from 3.4.4 to 3.4.7.
- [Release notes](https://github.com/kubernetes-sigs/promo-tools/releases)
- [Changelog](https://github.com/kubernetes-sigs/promo-tools/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/promo-tools@v3.4.4...v3.4.7)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/promo-tools/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 28, 2022

The following labels could not be found: area/dependency, release-note-none, ok-to-test.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 2, 2022

Superseded by #225.

@dependabot dependabot bot closed this Nov 2, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/promo-tools/v3-3.4.7 branch November 2, 2022 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants