-
Notifications
You must be signed in to change notification settings - Fork 31
OCPBUGS-45195: Synchronize From Upstream Repositories #266
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
OCPBUGS-45195: Synchronize From Upstream Repositories #266
Conversation
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
* pin to go1.23.4 Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> * Upgrade bingo - tools * fix lint issue found after the upgrade to v1.63.4 Following the error fixed. make lint GOLANGCI_LINT_ARGS="--out-format colored-line-number" /Users/camilam/go/bin/golangci-lint-v1.63.4 run --build-tags containers_image_openpgp --out-format colored-line-number internal/rukpak/convert/registryv1_test.go:489:2: encoded-compare: use require.JSONEq (testifylint) require.Equal(t, `[{"type":"from-csv-annotations-key","value":"from-csv-annotations-value"},{"type":"from-file-key","value":"from-file-value"}]`, chrt.Metadata.Annotations[olmProperties]) --------- Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> Co-authored-by: Per Goncalves da Silva <pegoncal@redhat.com>
* bump k8s libs Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> * fix unit test error strings Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> --------- Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> Co-authored-by: Per Goncalves da Silva <pegoncal@redhat.com>
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> Co-authored-by: Per Goncalves da Silva <pegoncal@redhat.com>
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> Co-authored-by: Per Goncalves da Silva <pegoncal@redhat.com>
* bump containers/images to v5.33.0 Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> * patch default policy load error handling Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> --------- Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> Co-authored-by: Per Goncalves da Silva <pegoncal@redhat.com>
Bumps [github.com/operator-framework/operator-registry](https://github.com/operator-framework/operator-registry) from 1.48.0 to 1.50.0. - [Release notes](https://github.com/operator-framework/operator-registry/releases) - [Commits](operator-framework/operator-registry@v1.48.0...v1.50.0) --- updated-dependencies: - dependency-name: github.com/operator-framework/operator-registry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/operator-framework/helm-operator-plugins](https://github.com/operator-framework/helm-operator-plugins) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/operator-framework/helm-operator-plugins/releases) - [Changelog](https://github.com/operator-framework/helm-operator-plugins/blob/main/.goreleaser.yml) - [Commits](operator-framework/helm-operator-plugins@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: github.com/operator-framework/helm-operator-plugins dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
We should not refer to catalogd repo since the monorepo implementation.
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.16.4 to 3.17.0. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.16.4...v3.17.0) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dtfranz <dfranz@redhat.com>
…ates without restart (#1554) Signed-off-by: dtfranz <dfranz@redhat.com>
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.33.0 to 5.33.1. - [Release notes](https://github.com/containers/image/releases) - [Commits](containers/image@v5.33.0...v5.33.1) --- updated-dependencies: - dependency-name: github.com/containers/image/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.20.2 to 0.20.3. - [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.20.2...v0.20.3) --- updated-dependencies: - dependency-name: github.com/google/go-containerregistry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add artifact collection to upgrade-e2e-tests Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> * mitigate upgrade-e2e flakiness Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> --------- Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> Co-authored-by: Per Goncalves da Silva <pegoncal@redhat.com>
* [Monorepo] Update documentation for old catalogd repository references - Replaced references to https://github.com/operator-framework/catalogd/ across the documentation. - Ensures that all mentions of the old catalogd repository are correctly updated. * [Monorepo] Move catalogd/README.md content to project README - Integrated relevant content from catalogd/README.md into the project's main README by adding Demo and Quick-Start steps from catalogd/README.md to the main README. - Removed the old catalogd/README.md as its remaining content (e.g., contribution guidelines) is already covered in CONTRIBUTING.md. * [Monorepo] enhancements and ajustments in the contributing guide Co-authored-by: Jordan Keister Co-authored-by: Per Goncalves da Silva <perdasilva@redhat.com> * [Monorepo] Update docs/contribute/developer.md : Fix Tilt info since now we have only one service Co-authored-by: Brett Tofel <btofel@redhat.com> * [Monorepo] Small fixes in the docs and tutorials regards the changes - Update catalogd/docs/fetching-catalog-contents.md - Updare docs/tutorials/add-catalog.md --------- Co-authored-by: Per Goncalves da Silva <perdasilva@redhat.com> Co-authored-by: Brett Tofel <btofel@redhat.com>
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> Co-authored-by: Per Goncalves da Silva <pegoncal@redhat.com>
The tests were failing silently with the following error: trace -vv test/upgrade bash: line 1: trace: command not found This issue occurred because Ginkgo was not found to execute the tests with the specified options.
…1600) Co-authored-by: Artur Zych <5843875+azych@users.noreply.github.com>
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
…(#1638) Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.49 to 9.5.50. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.49...9.5.50) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
orderKappsValidateErr() is meant as a temporary solution to an external (ie. dependency) problem. carvel.dev/kapp/pkg/kapp/crdupgradesafety Validate() can return a multi-line error message which comes in random order. Until that is changed upstream, we need to fix this on our side to avoid falling into cycle of constantly trying to reconcile ClusterExtension's status due to random error message we set in its conditions. Co-authored-by: Artur Zych <5843875+azych@users.noreply.github.com>
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Replace cytopia/upload-artifact-retry-action with actions/upload-artifact This is the same action that e2e-kind uses cytopia/upload-artifact-retry-action uses an out-of-date upload-artifact action, and has been stale since Nov 2022 Signed-off-by: Todd Short <tshort@redhat.com>
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.14 to 10.14.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.14...10.14.1) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Todd Short <tshort@redhat.com>
.tiltignore specifies files for Tilt to ignore when it does automatic rebuilds. Ignoring these common text files prevents unnecessary rebuilds. Signed-off-by: Tayler Geiger <tayler@redhat.com>
With the change we will use the operator-controller releases for catalogd demo script Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
Bumps [markdown2](https://github.com/trentm/python-markdown2) from 2.5.2 to 2.5.3. - [Changelog](https://github.com/trentm/python-markdown2/blob/master/CHANGES.md) - [Commits](trentm/python-markdown2@2.5.2...2.5.3) --- updated-dependencies: - dependency-name: markdown2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Move to openshift/catalogd the specific manifest under: https://github.com/openshift/operator-framework-catalogd/tree/main/openshift - Add call to generate catalogd manifest to 'make manifest'. Make verify test is now done for catalogd and operator-controller Openshift's manifests
…CA configmap Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
…alogd deployments This allows for use of the any image.config.openshift.io trusted CAs Signed-off-by: Todd Short <todd.short@me.com>
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
…CA configmap Signed-off-by: Todd Short <todd.short@me.com>
…tations Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
…r CAs to avoid subPath limitations" This reverts commit 548caa4.
…tations Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
The `vet` target was removed upstream. Signed-off-by: Todd Short <todd.short@me.com>
Signed-off-by: Todd Short <todd.short@me.com>
86b312f
to
aed8bf2
Compare
/label acknowledge-critical-fixes-only |
@openshift-bot: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/lgtm |
[ART PR BUILD NOTIFIER] Distgit: ose-olm-operator-controller |
[ART PR BUILD NOTIFIER] Distgit: ose-olm-catalogd |
/retitle OCPBUGS-45195: Synchronize From Upstream Repositories |
@openshift-bot: Jira Issue OCPBUGS-45195: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-45195 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
The downstream repository has been updated through the following upstream commit:
The
vendor/
directory has been updated and the following commits were carried:This pull request is expected to merge without any human intervention. If tests are failing here, changes must land upstream to fix any issues so that future downstreaming efforts succeed.
/cc @openshift/openshift-team-operator-framework