Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

NE-1809: Add new OLM channel for 1.2 release #142

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

alebedev87
Copy link
Contributor

  • Updated bundle metadata in bundle.Dockerfile and bundle/metadata/annotations.yaml with new channel.
  • Updated config/manifests/ to use the new version for CSV.
  • Regenerated the bundle using make bundle command.
  • Updated catalog/ with new bundle version and new minor version channel using make catalog command.
  • Updated docs/versioning.md with the new version.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Dec 11, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Dec 11, 2024

@alebedev87: This pull request references NE-1809 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.19.0" version, but no target version was set.

In response to this:

  • Updated bundle metadata in bundle.Dockerfile and bundle/metadata/annotations.yaml with new channel.
  • Updated config/manifests/ to use the new version for CSV.
  • Regenerated the bundle using make bundle command.
  • Updated catalog/ with new bundle version and new minor version channel using make catalog command.
  • Updated docs/versioning.md with the new version.

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 openshift-eng/jira-lifecycle-plugin repository.

@alebedev87
Copy link
Contributor Author

/test e2e-aws-rosa-operator

@candita
Copy link

candita commented Dec 11, 2024

/assign

@alebedev87
Copy link
Contributor Author

/test e2e-aws-rosa-operator

1 similar comment
@alebedev87
Copy link
Contributor Author

/test e2e-aws-rosa-operator

@alebedev87
Copy link
Contributor Author

/retest

1 similar comment
@alebedev87
Copy link
Contributor Author

/retest

@alebedev87
Copy link
Contributor Author

alebedev87 commented Dec 19, 2024

The operator secret provisioning failed. The CI PR which aims at addressing this intermittent problem: openshift/release#60039.

/test e2e-aws-operator

Comment on lines +176 to +180
- image: openshift.io/aws-load-balancer-operator:latest
name: ""
- image: quay.io/aws-load-balancer-operator/aws-load-balancer-operator-bundle:v1.1.0
- image: quay.io/aws-load-balancer-operator/aws-load-balancer-operator-bundle:v1.2.0
name: ""
- image: quay.io/aws-load-balancer-operator/aws-load-balancer-operator:latest
- image: quay.io/openshift/origin-kube-rbac-proxy:latest
Copy link

Choose a reason for hiding this comment

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

Can you add something to the commit message that explains/documents the changes to image registries and tags?

  • kube-rbac-proxy now being pulled from quay with latest instead of specific tag
  • aws-load-balancer-operator now being pulled from openshift.io instead of quay

Copy link
Contributor Author

@alebedev87 alebedev87 Dec 19, 2024

Choose a reason for hiding this comment

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

Updated the commit message to explain kube-rbac-proxy and annotation changes. aws-load-balancer-operator image is just a placeholded used by default in Makefile, it's coming from bundle/ and substituted during CI tests.

For info - the catalog is not used in the CI (operator is deployed from the bundle directly) or by any customer.

Comment on lines +102 to +108
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/fips-compliant: "true"
features.operators.openshift.io/proxy-aware: "true"
features.operators.openshift.io/tls-profiles: "false"
features.operators.openshift.io/token-auth-aws: "true"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
Copy link

@candita candita Dec 19, 2024

Choose a reason for hiding this comment

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

Can you add something to the commit message that explains the new feature configuration? I see where proxy-aware config changed, but there are some new (required?) changes as well.

Or, is it changed here just to match the existing config in
bundle/manifests/aws-load-balancer-operator.clusterserviceversion.yaml
and config/manifests/bases/aws-load-balancer-operator.clusterserviceversion.yaml?

Copy link
Contributor Author

@alebedev87 alebedev87 Dec 19, 2024

Choose a reason for hiding this comment

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

Or, is it changed here just to match the existing config in
bundle/manifests/aws-load-balancer-operator.clusterserviceversion.yaml
and config/manifests/bases/aws-load-balancer-operator.clusterserviceversion.yaml?

Yes. The catalog generation is a not optimal and has to be done manually for the moment. I'm working on fixing this (openshift/release#57465).

- Updated bundle metadata in `bundle.Dockerfile` and `bundle/metadata/annotations.yaml` with `1.2` channel.
- Updated `config/manifests/` to use `1.2` version for CSV.
- Regenerated the bundle using `make bundle` command.
- Updated `catalog/` using `make catalog` command:
    - Added `1.2` channel.
    - Updated bundle image to `1.2.0` tag.
    - Updated infrastructure annotation according to latest changes (openshift#128).
    - Updated kube-rbac-proxy image according to latest changes (openshift#116).
- Updated `docs/versioning.md` with `1.2.0` version.
@candita
Copy link

candita commented Dec 19, 2024

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Dec 19, 2024
Copy link
Contributor

openshift-ci bot commented Dec 19, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: candita

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 Dec 19, 2024
@alebedev87
Copy link
Contributor Author

/label px-approved

Docs is enough for this feature.

@openshift-ci openshift-ci bot added the px-approved Signifies that Product Support has signed off on this PR label Dec 19, 2024
@alebedev87
Copy link
Contributor Author

/label docs-approved

@openshift-ci openshift-ci bot added the docs-approved Signifies that Docs has signed off on this PR label Dec 19, 2024
Copy link
Contributor

openshift-ci bot commented Dec 19, 2024

@alebedev87: 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-sigs/prow repository. I understand the commands that are listed here.

@lihongan
Copy link

/label qe-approved

@openshift-ci openshift-ci bot added the qe-approved Signifies that QE has signed off on this PR label Dec 20, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Dec 20, 2024

@alebedev87: This pull request references NE-1809 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.19.0" version, but no target version was set.

In response to this:

  • Updated bundle metadata in bundle.Dockerfile and bundle/metadata/annotations.yaml with new channel.
  • Updated config/manifests/ to use the new version for CSV.
  • Regenerated the bundle using make bundle command.
  • Updated catalog/ with new bundle version and new minor version channel using make catalog command.
  • Updated docs/versioning.md with the new version.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-merge-bot openshift-merge-bot bot merged commit 6b54b29 into openshift:main Dec 20, 2024
9 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. docs-approved Signifies that Docs has signed off on this PR 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. px-approved Signifies that Product Support has signed off on this PR qe-approved Signifies that QE has signed off on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants