This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/build/operatorhub-repos/community-operators/operators/cert-manager/1.13.3/bundle.Dockerfile b/build/operatorhub-repos/community-operators/operators/cert-manager/1.14.1-rc1/bundle.Dockerfile | |
| index 4101107..7364697 100644 | |
| --- a/build/operatorhub-repos/community-operators/operators/cert-manager/1.13.3/bundle.Dockerfile | |
| +++ b/build/operatorhub-repos/community-operators/operators/cert-manager/1.14.1-rc1/bundle.Dockerfile | |
| @@ -5,9 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 | |
| LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ | |
| LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ | |
| LABEL operators.operatorframework.io.bundle.package.v1=cert-manager | |
| -LABEL operators.operatorframework.io.bundle.channels.v1=candidate,stable | |
| -LABEL operators.operatorframework.io.bundle.channel.default.v1=stable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/build/operatorhub-repos/community-operators-prod/operators/cert-manager/1.13.3/bundle.Dockerfile b/build/operatorhub-repos/community-operators-prod/operators/cert-manager/1.14.1-rc1/bundle.Dockerfile | |
| index 4101107..7364697 100644 | |
| --- a/build/operatorhub-repos/community-operators-prod/operators/cert-manager/1.13.3/bundle.Dockerfile | |
| +++ b/build/operatorhub-repos/community-operators-prod/operators/cert-manager/1.14.1-rc1/bundle.Dockerfile | |
| @@ -5,9 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 | |
| LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ | |
| LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ | |
| LABEL operators.operatorframework.io.bundle.package.v1=cert-manager | |
| -LABEL operators.operatorframework.io.bundle.channels.v1=candidate,stable | |
| -LABEL operators.operatorframework.io.bundle.channel.default.v1=stable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/build/operatorhub-repos/community-operators/operators/cert-manager/1.13.3/bundle.Dockerfile b/build/operatorhub-repos/community-operators/operators/cert-manager/1.14.2/bundle.Dockerfile | |
| index 4101107..ff869b9 100644 | |
| --- a/build/operatorhub-repos/community-operators/operators/cert-manager/1.13.3/bundle.Dockerfile | |
| +++ b/build/operatorhub-repos/community-operators/operators/cert-manager/1.14.2/bundle.Dockerfile | |
| @@ -5,9 +5,9 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 | |
| LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ | |
| LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ | |
| LABEL operators.operatorframework.io.bundle.package.v1=cert-manager | |
| -LABEL operators.operatorframework.io.bundle.channels.v1=candidate,stable | |
| +LABEL operators.operatorframework.io.bundle.channels.v1=stable,candidate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/build/operatorhub-repos/community-operators-prod/operators/cert-manager/1.13.3/bundle.Dockerfile b/build/operatorhub-repos/community-operators-prod/operators/cert-manager/1.14.2/bundle.Dockerfile | |
| index 4101107..ff869b9 100644 | |
| --- a/build/operatorhub-repos/community-operators-prod/operators/cert-manager/1.13.3/bundle.Dockerfile | |
| +++ b/build/operatorhub-repos/community-operators-prod/operators/cert-manager/1.14.2/bundle.Dockerfile | |
| @@ -5,9 +5,9 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 | |
| LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ | |
| LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ | |
| LABEL operators.operatorframework.io.bundle.package.v1=cert-manager | |
| -LABEL operators.operatorframework.io.bundle.channels.v1=candidate,stable | |
| +LABEL operators.operatorframework.io.bundle.channels.v1=stable,candidate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- list.controller.status 2024-07-17 10:32:48.831470443 +0100 | |
| +++ watchlist.controller.status 2024-07-17 10:33:21.717412850 +0100 | |
| @@ -1,12 +1,12 @@ | |
| -VmPeak: 1883968 kB | |
| -VmSize: 1883968 kB | |
| +VmPeak: 1423716 kB | |
| +VmSize: 1423716 kB | |
| VmLck: 0 kB | |
| VmPin: 0 kB | |
| -VmHWM: 436468 kB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # https://github.com/cert-manager/cert-manager/pull/7259 | |
| # | |
| # Creates a Kind cluster and installs cert-manager from master and then from the | |
| # bug fix branch containing the fix. | |
| # | |
| # The logs are printed in each case to demonstrate that there are rapid | |
| # repeating errors in the master branch, and only 2-3 errors in the bug fix | |
| # branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # https://github.com/cert-manager/cert-manager/pull/7291 | |
| # | |
| # Creates a Kind cluster and installs cert-manager from master and then from the | |
| # bug fix branch containing the fix. | |
| # | |
| # The logs are printed in each case to demonstrate that there are | |
| # repeating errors in the master branch, and fewer errors in the bug fix | |
| # branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -r -u /home/richard/projects/cert-manager/cert-manager/out.test.cert-manager.7175.4HZhPg2/measurements/before/cainjector-binary.memory /home/richard/projects/cert-manager/cert-manager/out.test.cert-manager.7175.4HZhPg2/measurements/after/cainjector-binary.memory | |
| --- /home/richard/projects/cert-manager/cert-manager/out.test.cert-manager.7175.4HZhPg2/measurements/before/cainjector-binary.memory 2024-09-24 12:55:00.352591089 +0100 | |
| +++ /home/richard/projects/cert-manager/cert-manager/out.test.cert-manager.7175.4HZhPg2/measurements/after/cainjector-binary.memory 2024-09-24 12:56:18.791011687 +0100 | |
| @@ -1,12 +1,12 @@ | |
| -VmPeak: 1278180 kB | |
| -VmSize: 1278180 kB | |
| +VmPeak: 1278184 kB | |
| +VmSize: 1278184 kB | |
| VmLck: 0 kB | |
| VmPin: 0 kB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- /dev/fd/63 2024-09-26 12:16:45.377345201 +0100 | |
| +++ /dev/fd/62 2024-09-26 12:16:45.377345201 +0100 | |
| @@ -89,7 +89,7 @@ | |
| name: Issuer | |
| type: string | |
| - jsonPath: .spec.username | |
| - name: Requestor | |
| + name: Requester | |
| type: string | |
| - jsonPath: .status.conditions[?(@.type=="Ready")].message |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -r -u /home/richard/projects/cert-manager/cert-manager/out.test.cert-manager.7315.pII8tE0/measurements/before/cainjector-binary.memory /home/richard/projects/cert-manager/cert-manager/out.test.cert-manager.7315.pII8tE0/measurements/after/cainjector-binary.memory | |
| --- /home/richard/projects/cert-manager/cert-manager/out.test.cert-manager.7315.pII8tE0/measurements/before/cainjector-binary.memory 2024-10-01 14:27:42.868515393 +0100 | |
| +++ /home/richard/projects/cert-manager/cert-manager/out.test.cert-manager.7315.pII8tE0/measurements/after/cainjector-binary.memory 2024-10-01 14:28:57.217698454 +0100 | |
| @@ -1,10 +1,10 @@ | |
| -VmPeak: 1279204 kB | |
| -VmSize: 1279204 kB | |
| +VmPeak: 1278436 kB | |
| +VmSize: 1278436 kB | |
| VmLck: 0 kB | |
| VmPin: 0 kB |