Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile.version.aarch64.var
Original file line number Diff line number Diff line change
@@ -1 +1 @@
OCP_VERSION := 4.18.0-0.nightly-arm64-2025-01-28-222549
OCP_VERSION := 4.18.0-0.nightly-arm64-2025-01-29-183712
2 changes: 1 addition & 1 deletion Makefile.version.x86_64.var
Original file line number Diff line number Diff line change
@@ -1 +1 @@
OCP_VERSION := 4.18.0-0.nightly-2025-01-28-165333
OCP_VERSION := 4.18.0-0.nightly-2025-01-29-133231
2 changes: 1 addition & 1 deletion assets/optional/multus/release-multus-aarch64.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"release": {
"base": "4.18.0-0.nightly-arm64-2025-01-28-222549"
"base": "4.18.0-0.nightly-arm64-2025-01-29-183712"
},
"images": {
"multus-cni-microshift": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:cff936abaaf77fcae90d16563afaffa5fabed681ff6a84cd0d07cd753f23483e",
Expand Down
2 changes: 1 addition & 1 deletion assets/optional/multus/release-multus-x86_64.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"release": {
"base": "4.18.0-0.nightly-2025-01-28-165333"
"base": "4.18.0-0.nightly-2025-01-29-133231"
},
"images": {
"multus-cni-microshift": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:098bab222712ecdbf85e748e0b676814b0e08debfdbc15127b057b63c136fcab",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"release": {
"base": "4.18.0-0.nightly-arm64-2025-01-28-222549"
"base": "4.18.0-0.nightly-arm64-2025-01-29-183712"
},
"images": {
"operator-lifecycle-manager": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:77b44abd29994f5e934a1158c909eaa4a944e10c12c580fca1ff1e18b13f0427",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"release": {
"base": "4.18.0-0.nightly-2025-01-28-165333"
"base": "4.18.0-0.nightly-2025-01-29-133231"
},
"images": {
"operator-lifecycle-manager": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:47b0670fa1051335fd2d2c9e8361e4ed77c7760c33a2180b136f7c7f59863ec2",
Expand Down
2 changes: 1 addition & 1 deletion assets/release/release-aarch64.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"release": {
"base": "4.18.0-0.nightly-arm64-2025-01-28-222549"
"base": "4.18.0-0.nightly-arm64-2025-01-29-183712"
},
"images": {
"cli": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c66f20a4028a99307e49e0c84d0417a6b8e1ed0d46449333994c0b38fa309931",
Expand Down
2 changes: 1 addition & 1 deletion assets/release/release-x86_64.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"release": {
"base": "4.18.0-0.nightly-2025-01-28-165333"
"base": "4.18.0-0.nightly-2025-01-29-133231"
},
"images": {
"cli": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:2b353d327072af12fb862132f03a255774a331f8e7a8bfc17254df8849d91f36",
Expand Down
112 changes: 0 additions & 112 deletions scripts/auto-rebase/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,112 +0,0 @@
- cluster-network-operator embedded-component 3dcc293ae93174f099054b75a4d0cde5ca039f9b to 8d768a83424e930352ca565094c24208dadb4725
- 8a2e192 2025-01-27T22:43:49+00:00 (C)UDN CRD: add IPAM section and IPAM.Mode field.

- machine-config-operator embedded-component c3c615e27f62881947ba84a2d42454df86cfad48 to 158c393d63629581981a7feea2b3dbf8b284ea27
- 92c3c4d9 2025-01-24T01:52:47+00:00 controller: add extension validation to controller

- ovn-kubernetes image-amd64 f0ab7904387fc2588c5110f1ff9d7187d5ce3e11 to 1b2d4eb9e76916676bc10fdde5d683c7cd8bdff5
- 34411135 2025-01-27T07:53:19-05:00 Revert "hard code disable-udn-host-isolation to "true""
- e82f43db 2025-01-24T18:23:09+01:00 Cleanup networkpolicy when a namespace was already removed
- 988cb71e 2025-01-24T18:23:05+01:00 Get active network from annotations on pod deletion
- a1427dc8 2025-01-23T18:04:30+01:00 gateway_localnet_linux_test.go: Fix various test issues.
- 29ec1066 2025-01-23T17:50:59+01:00 subnet_allocator: Take lock when reading subnetAllocatorRanges.
- 3bf51092 2025-01-23T17:50:59+01:00 node_ip_handler_linux_test: Avoid DATA race due to concurrent config access.
- 199d61d4 2025-01-23T17:50:59+01:00 gateway_localnet_linux_test: Serialize access to openflow manager flow table.
- ad85acc8 2025-01-23T17:50:59+01:00 ovn_test: Properly shutdown the watch factory.
- f952cee7 2025-01-23T17:50:31+01:00 factory: Reduce event queue size for unit tests.
- 6dda0b51 2025-01-23T17:49:05+01:00 factory: Bump the event queue size to 1K.
- fe17136c 2025-01-23T17:49:05+01:00 factory: Reduce contention on informer locks.
- 2b8be272 2025-01-23T17:49:05+01:00 factory: Use 15 event queues per informer for pod, node and namespace.
- 5530ab8a 2025-01-23T17:49:05+01:00 Always use queued informer
- ab83afb4 2025-01-23T17:26:11+01:00 UDN isolation: trigger update on open-default-ports annotation change.
- bbc56776 2025-01-23T09:54:25+01:00 Fix race between NAD and NetPol deletions
- f21f8fb5 2025-01-22T15:22:52-05:00 Fixes SNAT removal with egress IP
- f0723b30 2025-01-22T18:55:05+00:00 Set network ID on netInfo even when already annotated
- e65cc4e7 2025-01-22T12:35:24-05:00 Unit tests: set klog level explicitly
- c5b834d4 2025-01-22T16:59:15+01:00 EIP node: skip OVN managed interfaces that don't serve as secondary
- 0306d4ce 2025-01-22T15:00:46+01:00 Do not rely on the active network while removing the EndpointSlice
- 16ef5d8c 2025-01-21T16:59:47+01:00 Ignore removed namespaces in clustermanager
- 0a06cfe1 2025-01-21T15:29:33+01:00 docs: update (C)UDN CRD reference.
- 46c34a2c 2025-01-21T15:28:43+01:00 e2e, pudn: Use port to check overlapping isolation
- 561af6ef 2025-01-21T14:09:28+01:00 Use annotations in mirrored EndpointSlices for potentially long values
- 089009ce 2025-01-20T14:24:22-05:00 Skip session affinity conformance test
- 344d4dca 2025-01-20T20:03:46+01:00 Remove per-pod-SNAT for UDNs
- 9743feba 2025-01-20T19:01:15+01:00 Refactor and fix UDN/CUDN readiness checks
- 73492d99 2025-01-20T14:48:27+01:00 Dockerfile.fedora: Bump OVN to ovn24.09-24.09.1-10.fc41
- 0058b326 2025-01-20T14:48:27+01:00 e2e/external_gateways: Update test to avoid accidental matching of conntrack entries.
- e8a0e68b 2025-01-18T15:01:47-05:00 Fix missing error wrap on IC remote node add
- 87de9f82 2025-01-18T14:39:48-05:00 Suppress layer 2 missing pod anno errors
- 4be55de6 2025-01-18T09:49:21+00:00 EIP: reduce log spam from errors that arent really errors due to race for data
- a3c44c24 2025-01-17T13:00:18-08:00 Add missing host-cidrs annotation for DPU Host
- 8bbeac79 2025-01-17T14:38:44+01:00 Fix pods cleanup in ClusterUserDefinedNetwork test
- f31b70f1 2025-01-16T13:36:21+02:00 e2e,udn crd: Use the right IP family according to env
- 299db52c 2025-01-16T10:14:58+01:00 (C)UDN CRD: add IPAM section and IPAM.Mode field.
- da702b8b 2025-01-14T21:01:42-05:00 Fix multicast tests for ipv6 with UDN
- 10a2af04 2025-01-14T16:50:31+01:00 Add GetInterfaceUDNs to convert interface name to (C)UDN ns+name.
- b8c3d788 2025-01-13T16:23:07-05:00 Adds E2E to verify UDN label cannot be added/removed later
- a084679e 2025-01-13T16:23:07-05:00 Adds e2e test to for wiring pod with missing UDN label
- ef21acb5 2025-01-13T16:23:07-05:00 Remove per network load balancer groups on cleanup
- a9b3e445 2025-01-13T16:23:06-05:00 Update kubevirt e2es
- 0dd81cf4 2025-01-13T16:23:06-05:00 Fix egress IP delete path
- 253025a4 2025-01-13T16:23:06-05:00 Fix egress IP tests
- 41dfd98d 2025-01-13T16:23:06-05:00 Fix multicast net seg tests ip family
- 0b71fe6c 2025-01-13T16:23:06-05:00 Update E2Es to for required UDN label
- 7bb83ce1 2025-01-13T16:23:06-05:00 Disable adding/removing the UDN namespace label
- d31b0475 2025-01-13T16:23:06-05:00 Require namespace label for primary UDN
- 6c5f5d99 2025-01-12T14:19:19-08:00 Update OVS bridge flows for supporting gateway VLANs
- d940cab5 2025-01-12T06:11:51+00:00 UDN EIP IP: change scope from link to global
- 901989c9 2024-12-19T11:40:39+01:00 (C)UDN CRD: update CEL validations.

- ovn-kubernetes image-arm64 f0ab7904387fc2588c5110f1ff9d7187d5ce3e11 to 1b2d4eb9e76916676bc10fdde5d683c7cd8bdff5
- 34411135 2025-01-27T07:53:19-05:00 Revert "hard code disable-udn-host-isolation to "true""
- e82f43db 2025-01-24T18:23:09+01:00 Cleanup networkpolicy when a namespace was already removed
- 988cb71e 2025-01-24T18:23:05+01:00 Get active network from annotations on pod deletion
- a1427dc8 2025-01-23T18:04:30+01:00 gateway_localnet_linux_test.go: Fix various test issues.
- 29ec1066 2025-01-23T17:50:59+01:00 subnet_allocator: Take lock when reading subnetAllocatorRanges.
- 3bf51092 2025-01-23T17:50:59+01:00 node_ip_handler_linux_test: Avoid DATA race due to concurrent config access.
- 199d61d4 2025-01-23T17:50:59+01:00 gateway_localnet_linux_test: Serialize access to openflow manager flow table.
- ad85acc8 2025-01-23T17:50:59+01:00 ovn_test: Properly shutdown the watch factory.
- f952cee7 2025-01-23T17:50:31+01:00 factory: Reduce event queue size for unit tests.
- 6dda0b51 2025-01-23T17:49:05+01:00 factory: Bump the event queue size to 1K.
- fe17136c 2025-01-23T17:49:05+01:00 factory: Reduce contention on informer locks.
- 2b8be272 2025-01-23T17:49:05+01:00 factory: Use 15 event queues per informer for pod, node and namespace.
- 5530ab8a 2025-01-23T17:49:05+01:00 Always use queued informer
- ab83afb4 2025-01-23T17:26:11+01:00 UDN isolation: trigger update on open-default-ports annotation change.
- bbc56776 2025-01-23T09:54:25+01:00 Fix race between NAD and NetPol deletions
- f21f8fb5 2025-01-22T15:22:52-05:00 Fixes SNAT removal with egress IP
- f0723b30 2025-01-22T18:55:05+00:00 Set network ID on netInfo even when already annotated
- e65cc4e7 2025-01-22T12:35:24-05:00 Unit tests: set klog level explicitly
- c5b834d4 2025-01-22T16:59:15+01:00 EIP node: skip OVN managed interfaces that don't serve as secondary
- 0306d4ce 2025-01-22T15:00:46+01:00 Do not rely on the active network while removing the EndpointSlice
- 16ef5d8c 2025-01-21T16:59:47+01:00 Ignore removed namespaces in clustermanager
- 0a06cfe1 2025-01-21T15:29:33+01:00 docs: update (C)UDN CRD reference.
- 46c34a2c 2025-01-21T15:28:43+01:00 e2e, pudn: Use port to check overlapping isolation
- 561af6ef 2025-01-21T14:09:28+01:00 Use annotations in mirrored EndpointSlices for potentially long values
- 089009ce 2025-01-20T14:24:22-05:00 Skip session affinity conformance test
- 344d4dca 2025-01-20T20:03:46+01:00 Remove per-pod-SNAT for UDNs
- 9743feba 2025-01-20T19:01:15+01:00 Refactor and fix UDN/CUDN readiness checks
- 73492d99 2025-01-20T14:48:27+01:00 Dockerfile.fedora: Bump OVN to ovn24.09-24.09.1-10.fc41
- 0058b326 2025-01-20T14:48:27+01:00 e2e/external_gateways: Update test to avoid accidental matching of conntrack entries.
- e8a0e68b 2025-01-18T15:01:47-05:00 Fix missing error wrap on IC remote node add
- 87de9f82 2025-01-18T14:39:48-05:00 Suppress layer 2 missing pod anno errors
- 4be55de6 2025-01-18T09:49:21+00:00 EIP: reduce log spam from errors that arent really errors due to race for data
- a3c44c24 2025-01-17T13:00:18-08:00 Add missing host-cidrs annotation for DPU Host
- 8bbeac79 2025-01-17T14:38:44+01:00 Fix pods cleanup in ClusterUserDefinedNetwork test
- f31b70f1 2025-01-16T13:36:21+02:00 e2e,udn crd: Use the right IP family according to env
- 299db52c 2025-01-16T10:14:58+01:00 (C)UDN CRD: add IPAM section and IPAM.Mode field.
- da702b8b 2025-01-14T21:01:42-05:00 Fix multicast tests for ipv6 with UDN
- 10a2af04 2025-01-14T16:50:31+01:00 Add GetInterfaceUDNs to convert interface name to (C)UDN ns+name.
- b8c3d788 2025-01-13T16:23:07-05:00 Adds E2E to verify UDN label cannot be added/removed later
- a084679e 2025-01-13T16:23:07-05:00 Adds e2e test to for wiring pod with missing UDN label
- ef21acb5 2025-01-13T16:23:07-05:00 Remove per network load balancer groups on cleanup
- a9b3e445 2025-01-13T16:23:06-05:00 Update kubevirt e2es
- 0dd81cf4 2025-01-13T16:23:06-05:00 Fix egress IP delete path
- 253025a4 2025-01-13T16:23:06-05:00 Fix egress IP tests
- 41dfd98d 2025-01-13T16:23:06-05:00 Fix multicast net seg tests ip family
- 0b71fe6c 2025-01-13T16:23:06-05:00 Update E2Es to for required UDN label
- 7bb83ce1 2025-01-13T16:23:06-05:00 Disable adding/removing the UDN namespace label
- d31b0475 2025-01-13T16:23:06-05:00 Require namespace label for primary UDN
- 6c5f5d99 2025-01-12T14:19:19-08:00 Update OVS bridge flows for supporting gateway VLANs
- d940cab5 2025-01-12T06:11:51+00:00 UDN EIP IP: change scope from link to global
- 901989c9 2024-12-19T11:40:39+01:00 (C)UDN CRD: update CEL validations.

2 changes: 1 addition & 1 deletion scripts/auto-rebase/last_rebase.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash -x
./scripts/auto-rebase/rebase.sh to "registry.ci.openshift.org/ocp/release:4.18.0-0.nightly-2025-01-28-165333" "registry.ci.openshift.org/ocp-arm64/release-arm64:4.18.0-0.nightly-arm64-2025-01-28-222549"
./scripts/auto-rebase/rebase.sh to "registry.ci.openshift.org/ocp/release:4.18.0-0.nightly-2025-01-29-133231" "registry.ci.openshift.org/ocp-arm64/release-arm64:4.18.0-0.nightly-arm64-2025-01-29-183712"