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

Merge pull request #43 from msherif1234/dev-ui #1

Open
wants to merge 501 commits into
base: dev-ui
Choose a base branch
from

Conversation

msherif1234
Copy link
Owner

Add make catalog-deploy to allow loading dev operator from console

red-hat-konflux bot and others added 30 commits September 19, 2024 10:05
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
…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
remove pip install requirement file nolonger needed
update catalog container file to use 4.17 image
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
dependabot bot and others added 30 commits October 14, 2024 03:06
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]>
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]>
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
Fix scorecard badge URLs in README
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants