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

[WIP] THREESCALE-11281 - bump to go 1.22 #1016

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

valerymo
Copy link
Contributor

@valerymo valerymo commented Sep 2, 2024

Jira: https://issues.redhat.com/browse/THREESCALE-11281

Verification

  1. Install and sanity validation
    3scale installed locally
cd 3scale-operator
make install
export NAMESPACE=3scale-test
oc new-project $NAMESPACE
oc project $NAMESPACE
make download
make run

Installed correctly
routes/UI verified

~/go/3scale-operator oc project
Using project "3scale-test" on server "https://api.vmo01.xxxxx".
~/go/3scale-operator oc get deploy
NAME                 READY   UP-TO-DATE   AVAILABLE   AGE
apicast-production   1/1     1            1           43h
apicast-staging      1/1     1            1           43h
backend-cron         1/1     1            1           43h
backend-listener     1/1     1            1           43h
backend-redis        1/1     1            1           43h
backend-worker       1/1     1            1           43h
system-app           1/1     1            1           43h
system-memcache      1/1     1            1           43h
system-postgresql    1/1     1            1           43h
system-redis         1/1     1            1           43h
system-searchd       1/1     1            1           43h
system-sidekiq       1/1     1            1           43h
zync                 1/1     1            1           43h
zync-database        1/1     1            1           43h
zync-que             1/1     1            1           43h
  1. CVEs analysys
    Quay.io Security Scan - Passed
  • Image was built to see CVE check in Quay.io. Security Scan is running / will be updated
  • Repo: quay.io/vmogilev_rhmi/3scale-operator:test-go121
  • Command used to build image:
docker build . --platform linux/amd64 -t quay.io/vmogilev_rhmi/3scale-operator:test-go121

image

@valerymo valerymo requested a review from a team as a code owner September 2, 2024 14:48
@valerymo valerymo changed the title [WIP]THREESCALE-11281 - bump to go 1.21 THREESCALE-11281 - bump to go 1.21 Sep 3, 2024
Copy link
Contributor

@carlkyrillos carlkyrillos left a comment

Choose a reason for hiding this comment

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

Reviewed the changed files and verified the operator works when run locally, OLM(cluster-scoped), and OLM(namespace-scoped).

This is ready to merge once 2.15 is released.

/lgtm

Dockerfile Outdated Show resolved Hide resolved
@valerymo valerymo changed the title THREESCALE-11281 - bump to go 1.21 THREESCALE-11281 - bump to go 1.22 Nov 21, 2024
@valerymo valerymo changed the title THREESCALE-11281 - bump to go 1.22 [WIP] THREESCALE-11281 - bump to go 1.22 Nov 21, 2024
@valerymo
Copy link
Contributor Author

/retest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants