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 the production-dependencies group with 2 updates #32

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps the production-dependencies group with 2 updates: github.com/bpfman/bpfman and github.com/kong/kubernetes-testing-framework.

Updates github.com/bpfman/bpfman from 0.4.1 to 0.4.2

Release notes

Sourced from github.com/bpfman/bpfman's releases.

v0.4.2

The v0.4.2 release is a patch release which is mainly cut pull in some OLM bundle fixes for the bpfman-operator OLM manifest deployment.

What's Changed

New Contributors

Full Changelog: bpfman/bpfman@v0.4.1...v0.4.2

Changelog

Sourced from github.com/bpfman/bpfman's changelog.

Release Process

This document describes how to cut a release for the bpfman project.

Overview

A release for the bpfman project is comprised of the following major components:

  • bpfman (Core library) and bpfman-api (Core GRPC API protobuf definitions) library crates
  • bpfman (CLI), and bpfman-rpc (gRPC server) binary crates
  • bpf-metrics-exporter and bpf-log-exporter binary crates
  • bpfman RPMs stored in the [bpfman COPR repository][copr-repo].
  • Kubernetes User Facing Custom Resource Definitions (CRDs)
    • TcProgram
    • XdpProgram
    • TracepointProgram
    • UprobeProgram
    • KprobeProgram
    • FentryProgram
    • FexitProgram
  • Corresponding go pkgs in the form of github.com/bpfman/bpfman which includes the following:
    • github.com/bpfman/bpfman/clients/gobpfman/v1: The go client for the bpfman GRPC API
    • github.com/bpfman/bpfman/bpfman-operator/apis: The go bindings for the bpfman CRD API
    • github.com/bpfman/bpfman/bpfman-operator/pkg/client: The autogenerated clientset for the bpfman CRD API
    • github.com/bpfman/bpfman/bpfman-operator/pkg/helpers: The provided bpfman CRD API helpers.
  • The following core component container images with tag :
    • quay.io/bpfman/bpfman
    • quay.io/bpfman/bpfman-operator
    • quay.io/bpfman/bpfman-agent
    • quay.io/bpfman/bpfman-operator-bundle
    • quay.io/bpfman/xdp-dispatcher
    • quay.io/bpfman/tc-dispatcher
  • The relevant example bytecode container images with tag from source code located in the bpfman project:
    • quay.io/bpfman-bytecode/go-xdp-counter
    • quay.io/bpfman-bytecode/go-tc-counter
    • quay.io/bpfman-bytecode/go-tracepoint-counter
    • quay.io/bpfman-bytecode/xdp-pass
    • quay.io/bpfman-bytecode/tc-pass
    • quay.io/bpfman-bytecode/tracepoint
    • quay.io/bpfman-bytecode/xdp-pass-private
    • quay.io/bpfman-bytecode/go-uprobe-counter
    • quay.io/bpfman-bytecode/go-kprobe-counter
    • quay.io/bpfman-bytecode/uprobe
    • quay.io/bpfman-bytecode/kprobe
    • quay.io/bpfman-bytecode/uretprobe
    • quay.io/bpfman-bytecode/kretprobe

... (truncated)

Commits
  • eef2866 fix release building
  • 18a13cc cut a v0.4.2 patch release
  • 100fb4c Merge pull request #1161 from Billy99/billy99-exam-patch-yaml
  • 49ef310 examples: add the kustomize format changes
  • 9ac1e3b examples: cleanup patch.yaml files
  • fecff25 Merge pull request #1158 from Billy99/billy99-mv-oper-images
  • cf054f7 Remove bpfman-operator from gihub actions
  • 2bf6bec Merge pull request #1159 from bpfman/dependabot/cargo/production-dependencies...
  • 38fa1f2 fixup public-api
  • 4da1515 Merge pull request #1160 from bpfman/dependabot/github_actions/production-dep...
  • Additional commits viewable in compare view

Updates github.com/kong/kubernetes-testing-framework from 0.47.0 to 0.47.1

Release notes

Sourced from github.com/kong/kubernetes-testing-framework's releases.

v0.47.1

See the CHANGELOG.md

Changelog

Sourced from github.com/kong/kubernetes-testing-framework's changelog.

v0.47.1

  • Adapt Kong addon to the kong/kong Helm chart v2.39.0 that requires enterprise.rbac.session_conf_secret to be explicitly defined. #1105
Commits
  • aa8f107 chore: extend e2e tests' timeout (#1106)
  • dd7bb71 fix: adapt to kong chart v2.39 (#1105)
  • 1204d4d chore(deps): bump cloud.google.com/go/container from 1.35.1 to 1.36.0 (#1099)
  • 552d788 chore(deps): bump sigs.k8s.io/controller-runtime from 0.18.3 to 0.18.4 (#1097)
  • 30cd733 chore(deps): bump github.com/docker/docker (#1098)
  • f040d1a chore(deps): bump google.golang.org/api from 0.182.0 to 0.183.0
  • 3dfd614 chore(deps): bump github.com/cert-manager/cert-manager (#1096)
  • d64b789 chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#1093)
  • f5832ca chore(deps): bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 (#1094)
  • 76fcee9 chore(deps): bump github.com/kong/go-database-reconciler (#1092)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 2 updates: [github.com/bpfman/bpfman](https://github.com/bpfman/bpfman) and [github.com/kong/kubernetes-testing-framework](https://github.com/kong/kubernetes-testing-framework).


Updates `github.com/bpfman/bpfman` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/bpfman/bpfman/releases)
- [Changelog](https://github.com/bpfman/bpfman/blob/main/RELEASE.md)
- [Commits](bpfman/bpfman@v0.4.1...v0.4.2)

Updates `github.com/kong/kubernetes-testing-framework` from 0.47.0 to 0.47.1
- [Release notes](https://github.com/kong/kubernetes-testing-framework/releases)
- [Changelog](https://github.com/Kong/kubernetes-testing-framework/blob/main/CHANGELOG.md)
- [Commits](Kong/kubernetes-testing-framework@v0.47.0...v0.47.1)

---
updated-dependencies:
- dependency-name: github.com/bpfman/bpfman
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: github.com/kong/kubernetes-testing-framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 24, 2024
@mergify mergify bot merged commit 6d4058a into main Jun 24, 2024
10 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/production-dependencies-dadaa97e03 branch June 24, 2024 12:05
msherif1234 pushed a commit to msherif1234/bpfman-operator that referenced this pull request Oct 30, 2024
…/ocp-bpfman-operator-bundle

Update ocp-bpfman-operator-bundle to 7b4917a
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant