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

OCPBUGS-22087: UPSTREAM 1733: deps: Bump dependencies #279

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

pierreprinetti
Copy link
Member

In particular, bump golang.org/x/net to v0.17.0 and k8s.io/api{machinery,server} to v0.27.7.

In particular, bump golang.org/x/net to v0.17.0 and
k8s.io/api{machinery,server} to v0.27.7.
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Oct 26, 2023
@openshift-ci-robot
Copy link

@pierreprinetti: This pull request references Jira Issue OCPBUGS-22087, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.15.0) matches configured target version for branch (4.15.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)

No GitHub users were found matching the public email listed for the QA contact in Jira (itbrown@redhat.com), skipping review request.

The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

In particular, bump golang.org/x/net to v0.17.0 and k8s.io/api{machinery,server} to v0.27.7.

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.

@openshift-ci-robot openshift-ci-robot added the jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. label Oct 26, 2023
@openshift-ci openshift-ci bot requested review from mandre and mdbooth October 26, 2023 14:39
@openshift-ci
Copy link

openshift-ci bot commented Oct 26, 2023

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

@mdbooth
Copy link

mdbooth commented Oct 26, 2023

/approve
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 26, 2023
@openshift-ci
Copy link

openshift-ci bot commented Oct 26, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mdbooth

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-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 26, 2023
@openshift-ci openshift-ci bot merged commit 084aab5 into openshift:main Oct 26, 2023
3 checks passed
@openshift-ci-robot
Copy link

@pierreprinetti: Jira Issue OCPBUGS-22087: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-22087 has been moved to the MODIFIED state.

In response to this:

In particular, bump golang.org/x/net to v0.17.0 and k8s.io/api{machinery,server} to v0.27.7.

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.

@pierreprinetti pierreprinetti deleted the bump_dependencies branch October 26, 2023 20:49
pierreprinetti pushed a commit to shiftstack/cluster-api-provider-openstack that referenced this pull request Apr 22, 2024
* Add container linux support.

This adds Container Linux support. The way this is done is via Container
Linux configuration. To be able to make this possible, this patch adds:

* Postprocessor support to the userData secrets.
    This was needed so that we could add the container linux yaml file to the
    secret instead of an ignition file. Besides the yaml being much more
    readable and maintainable, having template variables in the ignition
    file proved to be much more difficult and fragile than wanted. To
    work around these issues, I've chosen to add postprocessor support
    to the userData injection.
* Create a coreos overlay to the manager kustomization.
    Container Linux has a read-only /usr, which made the mount of
    /usr/bin/kubeadm in the manager container problematic. This
    customization changes /usr/bin/kubeadm to /opt/bin/kubeadm. This is
    where kubeadm lives on Container Linux. Adding this overlay also
    required me to break up the manager kustomization into its seperate
    components. And move the kustomization files to base/ and
    overlays/ directories in config.
* Create common.yaml, master.yaml, and worker.yaml configs.
    This is the actual configuration for container linux. common.yaml
    contains the configuration that's common to both controlplane and worker
    nodes, master.yaml has the relevant configuration to controlplane
    nodes, and worker.yaml has the configuration relevant to worker
    nodes. generate-yaml.sh will use yq to merge them into the proper
    configuration files.
* Change generate-yaml.sh to support Container Linux.
* New dependency on the container linux ct config transpiler for
  postprocessing support.

* Upgrade calico, crictl and CNI plugins for coreos.

* Rework kubeadm configs to v1beta1.

* Tweaked docker config and loaded modules.

Stopped docker from managing iptables and added the needed modules for
kubernetes to run.

* Moved overlays to their own directory.

Kubebuilder is pretty rigid with its directory structure, so I moved the
overlays out into their own directory and restored the config directory
the way it is.

I also had to name the overlay directory "overlays-config" as kustomize
threw an error my preferred "config-overlays".

* Add newlines to files without them.

* Ignore generated coreos user-data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants