diff --git a/Makefile.version.aarch64.var b/Makefile.version.aarch64.var index 7fab6cfdda..5fa94ed9a4 100644 --- a/Makefile.version.aarch64.var +++ b/Makefile.version.aarch64.var @@ -1 +1 @@ -OCP_VERSION := 4.14.0-0.nightly-arm64-2023-06-21-011654 +OCP_VERSION := 4.14.0-0.nightly-arm64-2023-06-25-192344 diff --git a/assets/release/release-aarch64.json b/assets/release/release-aarch64.json index e8d518abfc..a9c3710211 100644 --- a/assets/release/release-aarch64.json +++ b/assets/release/release-aarch64.json @@ -1,16 +1,16 @@ { "release": { - "base": "4.14.0-0.nightly-arm64-2023-06-21-011654" + "base": "4.14.0-0.nightly-arm64-2023-06-25-192344" }, "images": { - "cli": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:46b862bf98f033849857a7c2e242df19ab6da9fb7affb92f1e3fa93063e2d3fc", - "coredns": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:5551810825d86b7f91e151f8862a16505b80c532dfe40ff6a572839438070e49", - "haproxy-router": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:33445094091e09a0ab5dfabe8824e59988656c5adfbdd08e644f55cc4425c7c1", - "kube-rbac-proxy": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d09670e372b736799f6dc4beb167e6f53be4db1f2a50741dcafca7e398e35644", + "cli": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d5f0bde118d3ef409a039d08943ac4dfa999511ceca55a5f168019502dd4ed16", + "coredns": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:11787bf9241994f3f3316c7ca213c0c363f88a3ee0a1b735a1ce36945cdf5fc1", + "haproxy-router": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f070ffbb743e71ff0acf01ce58847e57becc11ed96f13e140cb2fcc75008be82", + "kube-rbac-proxy": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:bf9cb346af8a438c0927b33e67f5f75ff0a994e6ad2476d4c47fe06a5d09ec65", "openssl": "registry.access.redhat.com/ubi8/openssl@sha256:9e743d947be073808f7f1750a791a3dbd81e694e37161e8c6c6057c2c342d671", - "ovn-kubernetes-microshift": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c8f816dbe76872c421121bc9e135396173cb04306caa340d63bfe7839045213d", - "pod": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:76f6aa9bada29cee650e9f958f1aaf41ea9b91bdb24f91936ab7ceb306b65eb5", - "service-ca-operator": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:97121a166a4d7cb65a45d793c026a9e22f6db6ee1df4c5c0e6f9761a2e10d299", + "ovn-kubernetes-microshift": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:62d33e3cae2df3061b0c59a85f7ffe6b08e296f9c94f9e994b924070a50876ba", + "pod": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:954f8bea1f5b3cfa3fc5733a3d3498a0e570bf4b2c5c043f9cd2c9b8ad8db042", + "service-ca-operator": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6e73c56b610cdef9c56c28e3450585f482d74f3db0d436dedcbe8eaeea6f4349", "topolvm_csi": "registry.redhat.io/lvms4/topolvm-rhel8@sha256:10bffded5317da9de6c45ba74f0bb10e0a08ddb2bfef23b11ac61287a37f10a1", "topolvm_csi_registrar": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4319ff7c736ca9fe20500dc3e5862d6bb446f2428ea2eadfb5f042195f4f860", "topolvm_csi_livenessprobe": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9df24be671271f5ea9414bfd08e58bc2fa3dc4bc68075002f3db0fd020b58be0", diff --git a/go.mod b/go.mod index b64816a08f..eb63d4986b 100644 --- a/go.mod +++ b/go.mod @@ -38,6 +38,8 @@ require ( sigs.k8s.io/yaml v1.3.0 ) +require sigs.k8s.io/kustomize/api v0.13.2 + require ( cloud.google.com/go v0.97.0 // indirect github.com/Azure/azure-sdk-for-go v55.0.0+incompatible // indirect @@ -221,7 +223,6 @@ require ( sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 // indirect sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect sigs.k8s.io/kube-storage-version-migrator v0.0.4 // indirect - sigs.k8s.io/kustomize/api v0.13.2 // indirect sigs.k8s.io/kustomize/kyaml v0.14.1 // indirect sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect ) diff --git a/packaging/crio.conf.d/microshift_arm64.conf b/packaging/crio.conf.d/microshift_arm64.conf index df62d11f87..12ebc8cc40 100644 --- a/packaging/crio.conf.d/microshift_arm64.conf +++ b/packaging/crio.conf.d/microshift_arm64.conf @@ -25,6 +25,6 @@ plugin_dirs = [ # for community builds on top of OKD, this setting has no effect [crio.image] global_auth_file="/etc/crio/openshift-pull-secret" -pause_image = "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:76f6aa9bada29cee650e9f958f1aaf41ea9b91bdb24f91936ab7ceb306b65eb5" +pause_image = "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:954f8bea1f5b3cfa3fc5733a3d3498a0e570bf4b2c5c043f9cd2c9b8ad8db042" pause_image_auth_file = "/etc/crio/openshift-pull-secret" pause_command = "/usr/bin/pod" diff --git a/scripts/auto-rebase/changelog.txt b/scripts/auto-rebase/changelog.txt index 0d23df404a..1a9938ddb5 100644 --- a/scripts/auto-rebase/changelog.txt +++ b/scripts/auto-rebase/changelog.txt @@ -1,114 +1,45 @@ -- cluster-ingress-operator embedded-component 0e500e647303c6a63a7077de4a3d465d45f683d2 to b1a6bb5c8b9ee864fd54374bc833fc24b7b935fd - - 960a8d6 2023-06-07T13:04:25-04:00 OCPBUGS-13810: Update TestAWSELBConnectionIdleTimeout to not use wildcard DNS record - -- cluster-kube-controller-manager-operator embedded-component 1e15498f434994aa6676c146638b886e08c93aa5 to 1807a0d1872e8a2a15afc663da269eaacd84fd57 - - 77fb2dd 2023-06-16T10:10:21+02:00 OCPCLOUD-2010: Re-vendor api and library-go for external platform support - -- cluster-kube-scheduler-operator embedded-component f42458c923d20576d88decb5495888c410ac6051 to c2928b4ab9aa2c1e9bcc0989caa1d209b610b863 - - 4502640 2023-06-17T12:05:15+08:00 remove loglevel in deploy - -- cluster-openshift-controller-manager-operator embedded-component 005db16dd2e3847c0dc76d1a91314c51a55f99b4 to bab7be17127e3e8a661991d78aecd7d5a0542cec - - ee183a2 2023-05-11T09:08:17+08:00 change the operator log level to 2 - -- oc image-amd64 fcd851887c7c44255c535c2908f9a7d9cacf07c8 to feedec57726f8a276ebc3a680441086562a35480 - - f8c5669d 2023-06-19T09:21:32-04:00 Allow keeping sparse manifest lists (#1334) - - 5922e0a8 2023-06-07T16:37:50-07:00 pkg/cli/admin/upgrade: Surface Recommended=Unknown more prominently - - 6a9508c6 2023-01-26T10:03:16-08:00 pkg/cli/admin/upgrade: Add post-period to space to some error messages - -- kube-rbac-proxy image-amd64 27c255551673ba529ac6c9419abe13451afa3e4d to 86f31e2de5221ed4acd6509fa7a010a286089f1f - - f0deaab 2023-06-05T17:35:49+02:00 vendor: bump - - 27fe09d 2023-06-05T15:12:28+02:00 cut release v0.14.2 - - 87a2ff9 2023-06-05T12:04:55+02:00 go*: update deps without k8s - - 12a02cf 2023-05-12T11:45:14+02:00 bump up golang version to 1.20 - - 7c550b6 2023-05-12T11:38:39+02:00 propagate GOOS to docker container build in test local setup - - 85e4ad4 2023-05-12T11:25:11+02:00 bump up golang version to 1.20 - -- oc image-arm64 fcd851887c7c44255c535c2908f9a7d9cacf07c8 to 97651ff6bfeee420c8ac2bdc6b2a08c9066ea6bc - - f8c5669d 2023-06-19T09:21:32-04:00 Allow keeping sparse manifest lists (#1334) - - 5922e0a8 2023-06-07T16:37:50-07:00 pkg/cli/admin/upgrade: Surface Recommended=Unknown more prominently - - f9fa6f66 2023-05-29T10:08:19+02:00 Fix the output of error prompt - - 6a9508c6 2023-01-26T10:03:16-08:00 pkg/cli/admin/upgrade: Add post-period to space to some error messages - -- kube-rbac-proxy image-arm64 27c255551673ba529ac6c9419abe13451afa3e4d to 86f31e2de5221ed4acd6509fa7a010a286089f1f - - f0deaab 2023-06-05T17:35:49+02:00 vendor: bump - - 27fe09d 2023-06-05T15:12:28+02:00 cut release v0.14.2 - - 87a2ff9 2023-06-05T12:04:55+02:00 go*: update deps without k8s - - 12a02cf 2023-05-12T11:45:14+02:00 bump up golang version to 1.20 - - 7c550b6 2023-05-12T11:38:39+02:00 propagate GOOS to docker container build in test local setup - - 85e4ad4 2023-05-12T11:25:11+02:00 bump up golang version to 1.20 - -- ovn-kubernetes image-arm64 5217351470aaa77bcfca04a1b6ee1ebf2bfbe7d9 to 2bb2d9ff3911f5eefc66fdf3b45c55c408f8fe9a - - f90d045 2023-06-18T15:00:27-04:00 CARRY: bump dockerfile to golang 1.20 - - 4e8a543 2023-06-15T10:47:35-07:00 update go version for github jobs - - cb5374a 2023-06-15T10:47:35-07:00 rebase_1.27: update lint to v1.52.2 (latest) and fix lint errors - - 3ce2d31 2023-06-15T10:47:35-07:00 rebase_1.27: update OnAdd calls from client-go - - 2c4701d 2023-06-15T10:47:34-07:00 rebase_1.27: update k8s.io modules and vendor - - 70918fc 2023-06-14T15:55:08+00:00 Use the old leadership lock name for global zone - - 908d683 2023-06-14T13:15:56+00:00 fake address set: don't check for concurrency on destroy - - 092234d 2023-06-12T19:18:13+02:00 Validate port before deleting conntrack flow - - 36a9193 2023-06-12T11:34:39+02:00 Add NCMWatchFactory - - 747d3b4 2023-06-09T16:38:18-04:00 kind ic: Fix kind deployment failure if cluster name is specified. - - afee2e8 2023-06-09T14:23:18-04:00 Skip APB External Route tests in e2e when IC is enabled - - 29ca926 2023-06-09T14:05:26-04:00 pod annotations: refactor GetPodCIDRsWithFullMask - - 9434ddc 2023-06-09T14:05:26-04:00 pod annotations: refactor GetPodIPsOfNetwork - - a92deee 2023-06-09T14:05:26-04:00 pod annotations, tests: GetPodIPsOfNetwork for secondary network - - f029b4c 2023-06-09T14:05:26-04:00 pod annotations, tests: parametrize GetPodIPsOfNetwork networkInfo - - 5f0e846 2023-06-09T14:05:26-04:00 Fixes usages of get pod IPs - - 13edc85 2023-06-09T13:54:30-04:00 Fix golangci-lint issues - - 91e29d9 2023-06-09T11:37:32-04:00 APB External Route fixes for unit test: * Fixed APB External Route flaky unit test when comparing static hop slices for policy changes by ensuring the comparison is done after the CR has been updated * Removed sorting functions in gatewayInfoList as they were not clear how they would sort the struct and were only used in test scenarios. They have been replaced by the Equal() functions. - - 3888bea 2023-06-08T10:26:14-07:00 fix issue running tests in docker - - 7bd8d5d 2023-06-08T11:41:13-04:00 fix hybrid overlay test flakes by removing periodic syncflows from testing - - e2d9ee7 2023-06-07T11:48:01-04:00 kind: Remove separate cluster manager support. - - 49ae4e3 2023-06-07T16:42:19+02:00 multi-homing, tests: skip NetConfList network configurations - - e881c76 2023-06-07T16:42:19+02:00 multi-homing, tests: test parsing the default network config - - 4c6bc6f 2023-06-07T16:42:19+02:00 multi-homing, tests: add successful scenario - - e7b5dc9 2023-06-07T16:42:19+02:00 multi-homing: remove redundant check - - a111f50 2023-06-07T16:42:19+02:00 multi-homing: fail if NetAttachDef provides ipam key - - 857019f 2023-06-07T08:36:20-04:00 Add EgressService flag to IC templates - - fa5c490 2023-06-07T08:36:20-04:00 Fix CPU Pinning tests in control plane for IC=true - - 77713d2 2023-06-07T08:36:20-04:00 Fix EIP control-plane tests when IC=true - - f49c71c 2023-06-07T08:36:20-04:00 CI: Add lane for kind-dual-stack-conversion with ovn-ic enabled - - f9a7975 2023-06-07T08:36:20-04:00 CI: Test multizone interconnect. - - 981900c 2023-06-07T08:36:20-04:00 e2e cp tests: Strip the leading and trailing qoutes from stdout of a cmd. - - 0742ee4 2023-06-07T08:36:20-04:00 kind: Enhance interconnect support to deploy multiple nodes in a zone. - - 3f96b2f 2023-06-07T08:36:20-04:00 kind: Add support for interconnect and multiple zones support. - - c9dccc44 2023-06-06T08:14:50-04:00 Remove check for removal of egress GW annotation in namespace during tests - - 25d892c 2023-06-05T17:11:48-04:00 Fixes invalid error while getting router NATs - - e62ff50 2023-06-05T12:48:07-05:00 test: use new libovsdb test server CreateTestData() in address set tests - - bc487cb 2023-06-05T12:47:49-05:00 testing: add CreateTestData() method for libovsdb test server - - 4a4046e 2023-06-05T12:47:49-05:00 test: rename libovsdbtest Cleanup -> Context - - a44dc11 2023-06-05T18:49:04+02:00 Add multi-zone support for egressservice - - d93a590 2023-06-05T18:49:04+02:00 Move egressservice allocation to cluster-manager - - 815884a 2023-06-05T18:49:04+02:00 Unify egressservice file naming - - 2560332 2023-06-03T12:24:48-04:00 fedora: Update OVN to 23.06.0-0. - - f543d45 2023-06-02T12:09:04-05:00 apbroute: consolidate some startup code - - 7368222 2023-06-02T18:21:45+02:00 CVE-2022-41723: net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding - - a1b8aef 2023-06-02T09:35:13+02:00 Stop using a waitgroup in route manager - - 0927ea4 2023-06-01T10:12:27+00:00 Increase unit test timeout to 20m for ovn pkg - - 91e8a3b 2023-06-01T06:19:11+02:00 Fix cleanupStalePodSNATs if no podIPs are found - - 77ba451 2023-05-31T18:06:16+02:00 Extract all namespace pod ips only when creating nsInfo. - - ed147de 2023-05-31T10:40:20+02:00 multi-net, e2e, kind: remove shift instruction - - e579396 2023-05-31T10:40:20+02:00 multi-homing, localnet, tests: configure underlay - - d4a92b5 2023-05-31T10:40:20+02:00 multi-homing, e2e tests: extra interface for the kind deployment - - a747b14 2023-05-31T10:40:20+02:00 e2e, kind: parametrize OCI_BIN when creating secondary interfaces - - 5742aa1 2023-05-30T12:58:46-05:00 code in the AddPod() for hybrid overlay that inits the Node not required - - 6af07aa 2023-05-30T12:58:46-05:00 rename podLister to localPodLister for hybrid overlay - - 28d8241 2023-05-26T16:33:53+02:00 docs, multi-homing, policy: document IPAM-less policies restrictions - - ae94d5b 2023-05-26T13:39:07+02:00 multi-net policies, IPAM less: only warn for IPAMed networks - - dc94736 2023-05-26T13:39:07+02:00 multi-net policies, IPAM less, e2e: add test for IPAMless flat L2 policies - - faa0a7e 2023-05-26T13:39:07+02:00 multi-net policies, IPAM less: allow ipBlock peers - - 8ae10c3 2023-05-26T13:39:07+02:00 multi-net policies, IPAM less: fail when converting invalid policies - - 5acded9 2023-05-26T13:39:07+02:00 e2e: improve the error message of the getNetCIDRSubnet func - - e80027a 2023-05-26T10:23:22+08:00 Use no-uplink gateway bridge in compact-mode e2e test - - 89f953d 2023-05-26T10:23:03+08:00 Allow external gateway bridge without uplink port In local gateway mode - - 41fb665 2023-05-25T14:19:35-04:00 upgrade go and linter versions - - 513482b 2023-05-25T19:25:36+02:00 Initialize EgressIP stopChan in cluster-manager - - 91046e8 2023-05-24T16:27:33-04:00 Summary of changes: * Implements controllers for Admin Policy Based External Route to handle changes to namespaces, pods and admin policy based external route CRs. * Initialize in master node to handle interactions with the north bound DB. Initialize in worker nodes to handle changes to the conntrack (delete ECMP entries when a gateway IP is no longer a valid external gateway IP) * Implements repair() function for the master node. * Integrates with the annotation logic to avoid duplications in cache by sharing the externalGWCache and EXGWCacheMutex objects between the annotation and controller logic. * Updates the annotation logic to ensure the namespace anontation k8s.ovn.org/external-gw-pod-ips is updated when changes occur in a CR instance that coexists in the same namespace and that can impact the list of dynamic gateway IPs. * The implementation no longer relies on namespace annotations, including "k8s.ovn.org/external-gw-pod-ips", instead it uses its own cache structure to identify the valid pod IPs for a given namespace. * Implement E2E tests for admin policy based external route. The tests are a duplication of the existing annotated based logic for external gateways using the CR instead. - - 39bdf00 2023-05-24T14:27:06-04:00 Add Admin Policy Based External Route CRD and related generated code (informer,lister,api) - - df58e4f 2023-05-24T17:50:04+02:00 Add doc changes for IC metrics move - - b74b3aa 2023-05-24T17:47:14+02:00 EIP: Move relevant metrics to CM - - 665b934 2023-05-23T21:28:30+02:00 Split egressip into global and zone controllers - - 744f097 2023-05-23T21:28:30+02:00 Add utility DeleteLogicalRouterStaticRoutesWithPredicateOps - - 79a9b52 2023-05-23T21:28:30+02:00 Add egressIP factory to cluster-manager - - 2356819 2023-05-23T21:28:30+02:00 Add egressip feature enable flag to CM +- oc image-arm64 97651ff6bfeee420c8ac2bdc6b2a08c9066ea6bc to 1e09f3e0285c2c0bec04275a86f1d3aadc117328 + - 614e7e72 2023-06-21T09:08:31-04:00 handle the error case of node retrieval while waiting for reboot + - 6e7acc63 2023-06-21T09:40:41+01:00 Clarify the use of the filter without keep-manifest-list + - e7700e30 2023-03-27T23:59:14+02:00 make registry auth prefence default to podman config locations for + +- ovn-kubernetes image-arm64 2bb2d9ff3911f5eefc66fdf3b45c55c408f8fe9a to fb1c5655ec121f3f08eb0f2013e0d4252f8d982b + - c0a7236 2023-06-21T17:46:19-04:00 Add validation for type cast for pod,namespace and policy in onAdd,onDelete and onUpdate + - 5413a8d 2023-06-21T17:46:19-04:00 Adds cast check when getting object from queue in APB logic + - f68161a 2023-06-21T18:44:10+02:00 EgressIP: do not patch the status if the object no longer exists + - 4759e64 2023-06-21T18:40:15+02:00 EgressIP: do not patch the status if the object no longer exists + - f24f31d 2023-06-21T11:21:30-04:00 Fixes panic with APB sync conntrack + - 6941cd1 2023-06-21T10:59:45-04:00 Remove warning that APB is starting + - 1c9e04f 2023-06-21T10:58:56-04:00 Fixes waiting for informer cache sync with APB resources + - 5743521 2023-06-21T10:19:07-04:00 Fixes race in delete legacy hybrid route policies + - 049d469 2023-06-20T13:22:28-04:00 Disable gofmt check for register.go and factory.go autogenerated files inside go-controller/pkg/crd/ to avoid unwanted errors due to invalid formatting + - 497686c 2023-06-20T11:26:52+02:00 Emit a warning event for duplicated egress IP + - 2f78a27 2023-06-15T13:42:11+03:00 EgressService: sync node labels + - 2575a60 2023-06-15T10:28:35+03:00 EgressService: Update docs for separated Network and SNAT + - de40f0f 2023-06-15T10:28:22+03:00 EgressService E2E: Support separated Network and SNAT + - b0f66db 2023-06-15T10:28:18+03:00 EgressService: ovnkube-node support separated SNAT and Network + - 94ccdf3 2023-06-15T10:28:01+03:00 EgressService: zone support for separated Network and SNAT + - 07367da 2023-06-15T10:27:25+03:00 EgressService: clustermanager support for separated Network and SNAT + - abb5351 2023-06-15T09:54:31+03:00 EgressService: Update CRD with SNAT and Network separated + +- kubernetes image-arm64 b4518170e4f4b621ae1e97d5fd178191bf2b285d to cb4b47e5ddfbaf7844237b2e2eb2b0acfed5f1b5 + - b9512d245 2023-06-20T13:55:54-03:00 UPSTREAM: : hack/update-vendor.sh, make update and update image + - d72ca3b59 2023-06-19T10:31:52-03:00 UPSTREAM: : manually resolve conflicts + - 25b4e4319 2023-06-14T09:47:38+00:00 Release commit for Kubernetes v1.27.3 + - e0a2a6efd 2023-06-08T00:09:03-06:00 update-vendor: update vendored go.sums + - 82b2c5aef 2023-06-07T21:34:57-06:00 releng/go: Update images, dependencies and version to Go 1.20.5 + - b30e94b12 2023-06-06T21:10:53+00:00 kube-proxy avoid race condition using LocalModeNodeCIDR + - d59b91d97 2023-06-05T12:01:34-07:00 Add ephemeralcontainer to imagepolicy securityaccount admission plugin + - c345ce91a 2023-05-29T10:43:54+08:00 supported version of etcd 3.5.7-0 for Kubernetes v1.27.0-rc.0 + - 788879887 2023-05-26T12:02:29+00:00 e2e framework retry on Service unavailable errors + - f41a169a3 2023-05-26T10:18:48+00:00 e2e: apply timeout for CSI Storage Capacity test only to node + - e407c2b4b 2023-05-24T09:14:44+02:00 Add DisruptionTarget condition when preempting for critical pod + - d2bd738e2 2023-05-23T00:14:18+08:00 update webhook test to go 1.21 + - 9107eee65 2023-05-18T12:21:40-04:00 Test APIService safe handling at startup + - 0bff4e356 2023-05-18T12:21:40-04:00 Fix waiting for CRD sync at server start + - 1ae728f43 2023-05-18T22:40:50+08:00 kubeadm: fix a bug where the static pod changes detection logic is inconsistent with kubelet + - f404d1c4d 2023-05-17T14:39:11+00:00 Update CHANGELOG/CHANGELOG-1.27.md for v1.27.2 + - 0d5eb41ef 2023-05-11T11:29:04-07:00 kubeadm: Make etcd member removal idempotent + - a64d6600d 2023-05-11T11:29:04-07:00 kubeadm: Add etcd client unit tests + - 38bbd2d54 2023-05-11T11:29:04-07:00 kubeadm: Use internal etcd client through an interface diff --git a/scripts/auto-rebase/commits.txt b/scripts/auto-rebase/commits.txt index ea71a332cc..b7f9ff8a2d 100644 --- a/scripts/auto-rebase/commits.txt +++ b/scripts/auto-rebase/commits.txt @@ -19,10 +19,10 @@ https://github.com/openshift/kube-rbac-proxy image-amd64 86f31e2de5221ed4acd6509 https://github.com/openshift/ovn-kubernetes image-amd64 5217351470aaa77bcfca04a1b6ee1ebf2bfbe7d9 https://github.com/openshift/kubernetes image-amd64 b4518170e4f4b621ae1e97d5fd178191bf2b285d https://github.com/openshift/service-ca-operator image-amd64 f0bd313003d3d79593b44936fb7cf0bab2a6daae -https://github.com/openshift/oc image-arm64 97651ff6bfeee420c8ac2bdc6b2a08c9066ea6bc +https://github.com/openshift/oc image-arm64 1e09f3e0285c2c0bec04275a86f1d3aadc117328 https://github.com/openshift/coredns image-arm64 a2c62dd3976b27d6a45e273532c63ba914700917 https://github.com/openshift/router image-arm64 0cd9a58dff77127562f7851ccfa5cda79b8cef48 https://github.com/openshift/kube-rbac-proxy image-arm64 86f31e2de5221ed4acd6509fa7a010a286089f1f -https://github.com/openshift/ovn-kubernetes image-arm64 2bb2d9ff3911f5eefc66fdf3b45c55c408f8fe9a -https://github.com/openshift/kubernetes image-arm64 b4518170e4f4b621ae1e97d5fd178191bf2b285d +https://github.com/openshift/ovn-kubernetes image-arm64 fb1c5655ec121f3f08eb0f2013e0d4252f8d982b +https://github.com/openshift/kubernetes image-arm64 cb4b47e5ddfbaf7844237b2e2eb2b0acfed5f1b5 https://github.com/openshift/service-ca-operator image-arm64 f0bd313003d3d79593b44936fb7cf0bab2a6daae diff --git a/scripts/auto-rebase/last_rebase.sh b/scripts/auto-rebase/last_rebase.sh index 1d42231a40..0751225785 100755 --- a/scripts/auto-rebase/last_rebase.sh +++ b/scripts/auto-rebase/last_rebase.sh @@ -1,2 +1,2 @@ #!/bin/bash -x -./scripts/auto-rebase/rebase.sh to "registry.ci.openshift.org/ocp/release:4.14.0-0.nightly-2023-06-20-065807" "registry.ci.openshift.org/ocp-arm64/release-arm64:4.14.0-0.nightly-arm64-2023-06-21-011654" "registry.access.redhat.com/lvms4/lvms-operator-bundle:v4.12" +./scripts/auto-rebase/rebase.sh to "registry.ci.openshift.org/ocp/release:4.14.0-0.nightly-2023-06-20-065807" "registry.ci.openshift.org/ocp-arm64/release-arm64:4.14.0-0.nightly-arm64-2023-06-25-192344" "registry.access.redhat.com/lvms4/lvms-operator-bundle:v4.12"