forked from bpfman/bpfman-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge pull request #43 from msherif1234/dev-ui #1
Open
msherif1234
wants to merge
501
commits into
msherif1234:dev-ui
Choose a base branch
from
bpfman:main
base: dev-ui
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
chore(deps): update konflux references to 8e2a8de
…operator-bundle chore(deps): update bpfman-operator-bundle to 10cec46
…agent chore(deps): update bpfman-agent to 7132e3c
…operator-bundle chore(deps): update bpfman-operator-bundle to a50cd22
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
chore(deps): update konflux references
…operator-bundle chore(deps): update bpfman-operator-bundle to 1533409
…agent chore(deps): update bpfman-agent to 6288508
…operator chore(deps): update bpfman-operator to 37ed479
…operator-bundle chore(deps): update bpfman-operator-bundle to 4a9e9ec
Signed-off-by: Mohamed Mahmoud <[email protected]>
chore(deps): update bpfman to 43fd0bb
…operator-bundle chore(deps): update bpfman-operator-bundle to 40d7734
Note, the rpms.lock.yaml file is generated with this command: $ rpm-lockfile-prototype --image registry.access.redhat.com/ubi9/ubi-minimal:latest rpms.in.yaml Signed-off-by: Ralph Bean <[email protected]>
RPM prefetch for the catalog build
Signed-off-by: Mohamed Mahmoud <[email protected]>
remove pip install requirement file nolonger needed
Signed-off-by: Mohamed Mahmoud <[email protected]>
update catalog container file to use 4.17 image
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Bumps the production-dependencies group with 1 update: google.golang.org/protobuf. Updates `google.golang.org/protobuf` from 1.34.2 to 1.35.1 --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
…dependencies-833739ebf7 chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 in the production-dependencies group
- Added BpfApplication to the list of CRDs in the operator description - Changed default tag for containerImage: quay.io/bpfman/bpfman-operator from v0.0.0 to latest. - Ran `make bundle` Also ran `make bundle` and then updated image tags as needed to v0.5.2. Signed-off-by: Andre Fredette <[email protected]>
base clusterserviceversion updates
Runs for pull requests, on demand, and periodically. This allows us to easily run an integration test on a new version of bpfman, and also runs the integration tests periodically so that they run with the latest bfpman even if there are no changes in there are no changes in bpfman-operator. Signed-off-by: Andre Fredette <[email protected]>
Add separate workflow to run Kubernetes integration tests
Signed-off-by: Andre Fredette <[email protected]>
bpfman-operator release v0.5.4
Signed-off-by: Mohamed Mahmoud <[email protected]>
Signed-off-by: Mohamed Mahmoud <[email protected]>
Signed-off-by: Mohamed Mahmoud <[email protected]>
Signed-off-by: Mohamed Mahmoud <[email protected]>
Signed-off-by: Mohamed Mahmoud <[email protected]>
Signed-off-by: Mohamed Mahmoud <[email protected]>
Signed-off-by: Mohamed Mahmoud <[email protected]>
Signed-off-by: Mohamed Mahmoud <[email protected]>
TCX ebpf hook support
Signed-off-by: Mohamed Mahmoud <[email protected]>
Originally reported in [bpfman:#1311](bpfman/bpfman#1311) and tracked in #328, `GetID()` and `reconcileBpfProgram()` both have instances where they detect errors but return nil for err, causing the calling functions to continue and eventually panic. Signed-off-by: Billy McFall <[email protected]>
panic in bpfman-agent due to err not being returned
Bumps the production-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [k8s.io/api](https://github.com/kubernetes/api) | `0.31.1` | `0.31.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.31.1` | `0.31.2` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.1` | `0.31.2` | | [k8s.io/code-generator](https://github.com/kubernetes/code-generator) | `0.31.1` | `0.31.2` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.19.0` | `0.19.1` | Updates `k8s.io/api` from 0.31.1 to 0.31.2 - [Commits](kubernetes/api@v0.31.1...v0.31.2) Updates `k8s.io/apimachinery` from 0.31.1 to 0.31.2 - [Commits](kubernetes/apimachinery@v0.31.1...v0.31.2) Updates `k8s.io/client-go` from 0.31.1 to 0.31.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.1...v0.31.2) Updates `k8s.io/code-generator` from 0.31.1 to 0.31.2 - [Commits](kubernetes/code-generator@v0.31.1...v0.31.2) Updates `sigs.k8s.io/controller-runtime` from 0.19.0 to 0.19.1 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.19.0...v0.19.1) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: k8s.io/code-generator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
…dependencies-93fb0bbe92 chore(deps): bump the production-dependencies group with 5 updates
OCPBUGS-42593: hardening service account automount
Used instructions from https://github.com/ossf/scorecard-action#installation. Signed-off-by: Andre Fredette <[email protected]>
Signed-off-by: Andre Fredette <[email protected]>
Create scorecard.yml
Signed-off-by: Andre Fredette <[email protected]>
Fix scorecard badge URLs in README
…ce per direction Signed-off-by: Mohamed Mahmoud <[email protected]>
interface's based hooks don't allow more than one function per intf per direction
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add make catalog-deploy to allow loading dev operator from console