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

Update k8s.io to v0.26.7 #141

Merged
merged 1 commit into from
Jul 24, 2023
Merged

Update k8s.io to v0.26.7 #141

merged 1 commit into from
Jul 24, 2023

Conversation

openstack-k8s-ci-robot
Copy link

@openstack-k8s-ci-robot openstack-k8s-ci-robot commented Apr 15, 2023

This PR contains the following updates:

Package Type Update Change
k8s.io/api require patch v0.26.6 -> v0.26.7
k8s.io/apiextensions-apiserver indirect patch v0.26.6 -> v0.26.7
k8s.io/apimachinery require patch v0.26.6 -> v0.26.7
k8s.io/client-go require patch v0.26.6 -> v0.26.7
k8s.io/component-base indirect patch v0.26.6 -> v0.26.7

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

kubernetes/api (k8s.io/api)

v0.26.7

Compare Source

kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)

v0.26.7

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.26.7

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.26.7

Compare Source

kubernetes/component-base (k8s.io/component-base)

v0.26.7

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@slagle
Copy link
Contributor

slagle commented May 10, 2023

/retest

@openstack-k8s-ci-robot openstack-k8s-ci-robot force-pushed the renovate/k8s.io branch 4 times, most recently from 3a76792 to 91f53fa Compare May 18, 2023 06:08
@openstack-k8s-ci-robot openstack-k8s-ci-robot changed the title Update k8s.io to v0.27.1 Update k8s.io to v0.27.2 May 18, 2023
@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). For information on how to proceed, see
http://docs.openstack.org/infra/manual/developers.html#automated-testing

https://review.rdoproject.org/zuul/buildset/cac5ff9c8d9649e19ec2ccec424b1790

ansibleee-operator-content-provider FAILURE in 6m 25s
⚠️ ansibleee-operator-crc-podified-edpm-deployment SKIPPED Skipped due to failed job ansibleee-operator-content-provider

@openstack-k8s-ci-robot openstack-k8s-ci-robot changed the title Update k8s.io Update k8s.io to v0.26.7 Jul 21, 2023
Copy link
Contributor

@gibizer gibizer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. This is according to the pinned dependencies.

@openshift-ci openshift-ci bot added the lgtm label Jul 21, 2023
@gibizer gibizer requested a review from fao89 July 21, 2023 14:26
@softwarefactory-project-zuul
Copy link

@gibizer
Copy link
Contributor

gibizer commented Jul 21, 2023

recheck

Error from server (InternalError): error when creating "STDIN": Internal error occurred: failed calling webhook "mopenstackdataplane.kb.io": failed to call webhook: Post "https://dataplane-operator-controller-manager-service.openstack-operators.svc:443/mutate-dataplane-openstack-org-v1beta1-openstackdataplane?timeout=10s": dial tcp 10.217.0.100:9443: connect: connection refused

@abays
Copy link
Contributor

abays commented Jul 21, 2023

recheck

@softwarefactory-project-zuul
Copy link

@abays
Copy link
Contributor

abays commented Jul 21, 2023

recheck

@softwarefactory-project-zuul
Copy link

@gibizer
Copy link
Contributor

gibizer commented Jul 24, 2023

recheck

@rebtoor rebtoor self-requested a review July 24, 2023 09:19
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 24, 2023

@openstack-k8s-ci-robot: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/golangci 079995e link true /test golangci
ci/prow/govet 079995e link true /test govet
ci/prow/unit f0bdfa0 link true /test unit

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/test-infra repository. I understand the commands that are listed here.

@gibizer
Copy link
Contributor

gibizer commented Jul 24, 2023

/test ansibleee-operator-build-deploy-kuttl

+ make crc_storage
bash scripts/create-pv.sh
+ PV_NUM=12
++ oc get pv -o json
++ jq -r '.items[] | select(.status.phase | test("Released")).metadata.name'
+ released=
++ oc get node -o name -l node-role.kubernetes.io/worker
+ NODE_NAMES=node/oko-04-ssxgx-master-0
+ '[' -z node/oko-04-ssxgx-master-0 ']'
+ for node in $NODE_NAMES
++ seq -w -s ' ' 12
+ oc debug node/oko-04-ssxgx-master-0 -T -- chroot /host /usr/bin/bash -c 'for i in 01 02 03 04 05 06 07 08 09 10 11 12; do echo "creating dir /mnt/openstack/pv$i on node/oko-04-ssxgx-master-0"; mkdir -p /mnt/openstack/pv$i; done'
Starting pod/oko-04-ssxgx-master-0-debug ...
To use host binaries, run `chroot /host`
Pod IP: 10.0.2.186
If you don't see a command prompt, try pressing enter.

Removing debug pod ...
error: unable to upgrade connection: container container-00 not found in pod oko-04-ssxgx-master-0-debug_openstack
make: *** [Makefile:386: crc_storage] Error 1
+ n=3
+ ((  n >= retries  ))
+ echo 'Failed to run '\''make crc_storage'\'' target. Aborting'
Failed to run 'make crc_storage' target. Aborting
+ exit 1
{

@openshift-ci openshift-ci bot added the lgtm label Jul 24, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 24, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gibizer, openstack-k8s-ci-robot, rebtoor

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit b9a74c5 into main Jul 24, 2023
4 checks passed
@openstack-k8s-ci-robot openstack-k8s-ci-robot deleted the renovate/k8s.io branch July 24, 2023 15:13
danpawlik pushed a commit to danpawlik/openstack-ansibleee-operator that referenced this pull request Oct 12, 2023
…rators/zuul_job

Introduce Zuul jobs directory structure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants