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

multi-arch support broke backward compatibility #79

Merged
merged 72 commits into from
Oct 1, 2024
Merged

multi-arch support broke backward compatibility #79

merged 72 commits into from
Oct 1, 2024

Conversation

gitworkflows
Copy link
Collaborator

Addresses issue: #

Changes proposed in this pull request:

  • Change 1
  • Change 2
  • Change 3

gitworkflows and others added 30 commits August 14, 2023 05:24
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/khulnasoft-lab/boltdb-fixtures](https://github.com/khulnasoft-lab/boltdb-fixtures) from 0.0.0-20230813205104-e4a570bb12b7 to 1.0.0.
- [Release notes](https://github.com/khulnasoft-lab/boltdb-fixtures/releases)
- [Commits](https://github.com/khulnasoft-lab/boltdb-fixtures/commits/v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/khulnasoft-lab/boltdb-fixtures
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v3.6.0...v3.7.0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ber.org/zap-1.25.0

Bump go.uber.org/zap from 1.24.0 to 1.25.0
…ng.org/x/text-0.12.0

Bump golang.org/x/text from 0.11.0 to 0.12.0
…ub.com/khulnasoft-lab/boltdb-fixtures-1.0.0

Bump github.com/khulnasoft-lab/boltdb-fixtures from 0.0.0-20230813205104-e4a570bb12b7 to 1.0.0
…golangci/golangci-lint-action-3.7.0

Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.25.0...v1.26.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.12.0...v0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ber.org/zap-1.26.0

Bump go.uber.org/zap from 1.25.0 to 1.26.0
…actions/checkout-4

Bump actions/checkout from 3 to 4
…docker/login-action-3

Bump docker/login-action from 2 to 3
…ng.org/x/text-0.13.0

Bump golang.org/x/text from 0.12.0 to 0.13.0
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
…gest

Update golang.org/x/exp digest to 7918f67
sulaiman-coder and others added 23 commits November 7, 2023 07:48
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
chore(deps): update module golang.org/x/text to v0.14.0
…li-2.x

chore(deps): update module github.com/urfave/cli to v2
Signed-off-by: NxPKG <116948796+NxPKG@users.noreply.github.com>
Signed-off-by: NxPKG <116948796+NxPKG@users.noreply.github.com>
Signed-off-by: DevSecCon <149763747+DevSecCon@users.noreply.github.com>
Signed-off-by: DevSecCon <149763747+DevSecCon@users.noreply.github.com>
Signed-off-by: DevSecCon <149763747+DevSecCon@users.noreply.github.com>
chore(deps): update k8s.io/utils digest to cf03d44
chore(deps): update k8s.io/utils digest to e7106e6
@gitworkflows gitworkflows merged commit 643bbd9 into dev Oct 1, 2024
30 checks passed
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.

3 participants