Skip to content

dependency updates#1758

Merged
jkutner merged 22 commits intomainfrom
jkutner/deps
May 12, 2023
Merged

dependency updates#1758
jkutner merged 22 commits intomainfrom
jkutner/deps

Conversation

@jkutner
Copy link
Copy Markdown
Member

@jkutner jkutner commented May 10, 2023

Summary

Includes several dependency PRs merged into one.

Documentation

  • Should this change be documented?
    • Yes, see #___
    • No

Related

Resolves #___

joe-kimmel-vmw and others added 13 commits April 26, 2023 16:09
Signed-off-by: Joe Kimmel <jkimmel@vmware.com>
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.1.0 to 0.2.0.
- [Commits](golang/sync@v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.14.0 to 0.15.1.
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](google/go-containerregistry@v0.14.0...v0.15.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 23.0.5+incompatible to 23.0.6+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v23.0.5...v23.0.6)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/docker/cli](https://github.com/docker/cli) from 23.0.5+incompatible to 23.0.6+incompatible.
- [Commits](docker/cli@v23.0.5...v23.0.6)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.7.0 to 0.8.0.
- [Commits](golang/oauth2@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Joe Kutner <jpkutner@gmail.com>
@jkutner jkutner requested review from a team as code owners May 10, 2023 19:28
@github-actions github-actions Bot added the type/chore Issue that requests non-user facing changes. label May 10, 2023
@github-actions github-actions Bot added this to the 0.30.0 milestone May 10, 2023
joe-kimmel-vmw and others added 3 commits May 10, 2023 15:23
Signed-off-by: Joe Kimmel <jkimmel@vmware.com>
All of our calls to Seed were with current time, so they
were intended to produce different pseudo-random sequences on each run.
We were never calling Seed with a fixed value to create reproducible
sequences of pseudo-random numbers.  Therefore it should be safe to just
delete the calls.

per the docs (https://pkg.go.dev/math/rand@master#Seed):

> If Seed is not called, the generator is seeded randomly at program startup.

> Prior to Go 1.20, the generator was seeded like Seed(1) at program startup. To force the old behavior, call Seed(1) at program startup. Alternately, set GODEBUG=randautoseed=0 in the environment before making any calls to functions in this package.

> Deprecated: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator.

Signed-off-by: Joe Kimmel <jkimmel@vmware.com>
@jkutner jkutner mentioned this pull request May 11, 2023
1 task
Signed-off-by: Joe Kutner <jpkutner@gmail.com>
@github-actions github-actions Bot added the type/enhancement Issue that requests a new feature or improvement. label May 11, 2023
dependabot Bot and others added 5 commits May 11, 2023 20:45
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.1.0 to 1.3.3.
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](cloudflare/circl@v1.1.0...v1.3.3)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible.
- [Release notes](https://github.com/docker/distribution/releases)
- [Commits](distribution/distribution@v2.8.1...v2.8.2)

---
updated-dependencies:
- dependency-name: github.com/docker/distribution
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…/docker/distribution-2.8.2incompatible' into jkutner/deps
@jkutner jkutner enabled auto-merge May 12, 2023 04:16
@jkutner jkutner merged commit ec92a23 into main May 12, 2023
@jkutner jkutner deleted the jkutner/deps branch May 12, 2023 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/chore Issue that requests non-user facing changes. type/enhancement Issue that requests a new feature or improvement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants