ankitm123

Results 31 issues of ankitm123

Golang supports only 2 major releases: https://endoflife.date/go Go 1.19 is expected to be out in August 2022. We should start the upgrade process to go 1.18, before go 1.17 becomes...

help wanted
good first issue
priority/important-soon
area/plumbing
area/go

AWS ECR supports storing OCI artifacts https://docs.aws.amazon.com/AmazonECR/latest/userguide/push-oci-artifact.html It would be good to have support for pushing charts directly to AWS ECR. OCI support in helm became GA in 3.8.0: https://github.com/helm/helm/releases/tag/v3.8.0...

area/eks
area/helm

KES is in maintaince mode, and we should move to ESO instead https://github.com/external-secrets/kubernetes-external-secrets/issues/864

area/secrets

jx version may show incorrect golang versions. We hard code it to a value: https://github.com/jenkins-x/jx/blob/366fb476158989cf1f12d9cbe6f722bca635cda6/.github/workflows/jenkins-x/upload-binaries.sh#L16 It should instead derive the value from the image it's using to run the goreleaser...

kind/bug
area/cli
area/supplychain

Our clean up script does not delete these, needs to be updated. ``` Request `Create IAM Members roles/storage.admin serviceAccount:[email protected] for project "jenkins-x-bdd-XXXXX"` returned error: Batch request and retried single request...

area/test
area/infrastructure

We leave behind all the repositories created during the bdd tests. Now we have more than 10k repos in the jenkins-x-bdd org: https://github.com/orgs/jenkins-x-bdd/repositories

area/test
area/infrastructure

Similar to https://github.com/jenkins-x/jx/issues/8054 but for bitbucket cloud instead of server. ``` JX_LOG_LEVEL=debug jx pipeline start DEBUG: using the plugin command: /home/ankitm123/.jx3/plugins/bin/jx-pipeline-0.0.163 start DEBUG: could not find SourceRepository dev in namespace...

area/bitbucket

Not sure what the error is, but lint passes in the CI and locally even if exported structs dont have comments. Most probably, it's an issue with the golangci yaml...

help wanted
good first issue
area/quality

``` k get pa org-repo-pr-1634-2 NAME GIT URL STATUS org-repo-pr-1634-2 https://github.com/org/repo.git Running ``` The underlying tekton job has a failed status. Looking at kubernetes events, the job failed because the...

kind/bug
area/kubernetes

While doing jx project import, you will get a weird permission error (It should show as warning: cannot create go/charts folder, permission denied) in jx version 3.2.235 or 3.2.236. Because...

kind/bug