{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":446488043,"defaultBranch":"master","name":"installer","ownerLogin":"r4f4","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-01-10T15:56:33.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/112756?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1724168168.0","currentOid":""},"activityList":{"items":[{"before":"79812b51f4fc01f35c0b8d863451d93a3b1579e3","after":"c1d2d3cf3711ed5ef049f577aafaf1e0fcb7ed97","ref":"refs/heads/validate-release-arch","pushedAt":"2024-08-20T17:48:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"ic: add unit tests for release arch validation","shortMessageHtmlLink":"ic: add unit tests for release arch validation"}},{"before":"fddc94f97d62a59363ae6669564b2b4ba42d6801","after":"cc0cbe11f68dd171dc9ccb84ee29f6d0df37af5e","ref":"refs/heads/aws-public-subnets-validate","pushedAt":"2024-08-20T15:37:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"aws/validation: add unit tests for public-only cluster configs","shortMessageHtmlLink":"aws/validation: add unit tests for public-only cluster configs"}},{"before":null,"after":"fddc94f97d62a59363ae6669564b2b4ba42d6801","ref":"refs/heads/aws-public-subnets-validate","pushedAt":"2024-08-20T15:36:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"aws/validation: add unit tests for public-only cluster configs","shortMessageHtmlLink":"aws/validation: add unit tests for public-only cluster configs"}},{"before":"1306754a49672c80653307e9987b2041ab918bfd","after":"d0ed5437a9719d607e8672a4602cfc5090062edb","ref":"refs/heads/upi-aws-python-ver","pushedAt":"2024-08-19T12:08:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"OCPBUGS-38235: upi/aws: update lambda runtime python version\n\nThe usage of python3.8 in lambda runtimes is being deprecated soon (Oct\n14, 2024). This change updates it to python3.11 which can be easily\ninstalled in RHEL 9.","shortMessageHtmlLink":"OCPBUGS-38235: upi/aws: update lambda runtime python version"}},{"before":"807bf8dc8164cbb455198243be4ec019d68cd336","after":"06f5919658698a462d296696359c603f8601280d","ref":"refs/heads/cve-go-retryablehttp-4.13","pushedAt":"2024-08-16T08:02:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"terraform: update vendor","shortMessageHtmlLink":"terraform: update vendor"}},{"before":null,"after":"7b9fe9e54411e1cdd4573406db93dcebbc1af196","ref":"refs/heads/aws-fix-lb-register-instance-4.16","pushedAt":"2024-08-15T09:33:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"capi/aws: bump CRD","shortMessageHtmlLink":"capi/aws: bump CRD"}},{"before":null,"after":"79812b51f4fc01f35c0b8d863451d93a3b1579e3","ref":"refs/heads/validate-release-arch","pushedAt":"2024-08-14T17:50:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"ic: add unit tests for release arch validation","shortMessageHtmlLink":"ic: add unit tests for release arch validation"}},{"before":null,"after":"ff822c415d143197f20c6cd67bf557014a122938","ref":"refs/heads/aws-fix-lb-register-instance-4.17","pushedAt":"2024-08-14T07:23:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"capi/aws: bump CRD","shortMessageHtmlLink":"capi/aws: bump CRD"}},{"before":null,"after":"33083bc8e995b492348e6624c8294602812f28a0","ref":"refs/heads/aws-destroy-gov-tagging","pushedAt":"2024-08-12T19:44:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"OCPBUGS-38034: destroy/aws: remove gov cloud tagging endpoint workaround\n\nIn previous versions of the AWS SDK, us-gov-east region didn't have a\ntagging endpoint and tagging operations were done via the us-gov-west\nendpoint [1]. That seems to have changed and both regions have their own\ntagging endpoint now [2].\n\nIf we don't remove the cross-region tagging endpoint client from the\ndestroy code, we get an error like:\n```\nINFO error while finding resources to delete error=get tagged resources: InvalidSignatureException: Credential should be scoped to a valid region.\n\tstatus code: 400, request id: 7151f2ae-dccf-4ef6-baa4-320c14d8dba2\n```\n\n[1] https://github.com/openshift/installer/pull/4042\n[2] https://docs.aws.amazon.com/general/latest/gr/arg.html","shortMessageHtmlLink":"OCPBUGS-38034: destroy/aws: remove gov cloud tagging endpoint workaround"}},{"before":null,"after":"998aa3ab05155608f12bf59824c03b7d487246cf","ref":"refs/heads/aws-bump-capa-lb-dns-fix","pushedAt":"2024-08-12T16:34:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"WIP: OCPBUGS-35898: capi/aws: bump provider for LB DNS fix - 2\n\n* Fix for DNS name resolution too early: https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/5093","shortMessageHtmlLink":"WIP: OCPBUGS-35898: capi/aws: bump provider for LB DNS fix - 2"}},{"before":"8501b611906a5a8dd1dc4e217808dfb85515c2f0","after":"1306754a49672c80653307e9987b2041ab918bfd","ref":"refs/heads/upi-aws-python-ver","pushedAt":"2024-08-10T11:19:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"OCPBUGS-38235: upi/aws: update lambda runtime python version\n\nThe usage of python3.8 in lambda runtimes is being deprecated soon (Oct\n14, 2024). This change updates it to python3.9 which is the default\nversion in RHEL 9.","shortMessageHtmlLink":"OCPBUGS-38235: upi/aws: update lambda runtime python version"}},{"before":null,"after":"8501b611906a5a8dd1dc4e217808dfb85515c2f0","ref":"refs/heads/upi-aws-python-ver","pushedAt":"2024-08-10T11:12:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"OCPBUGS-38235: upi/aws: update lambda runtime python version\n\nThe usage of python3.8 in lambda runtimes is being deprecated soon (Oct\n14, 2024). This change updates it to python3.9 which is the default\nversion in RHEL 9.","shortMessageHtmlLink":"OCPBUGS-38235: upi/aws: update lambda runtime python version"}},{"before":"29ff54b48729caf07d3005a609aa2e0694062ff2","after":"f8ef4c85b571977e6939ea431f2262b890a4c405","ref":"refs/heads/multi-arch-day0-default","pushedAt":"2024-08-08T21:37:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"update vendor","shortMessageHtmlLink":"update vendor"}},{"before":"31ffd6da9035321e6a66a7c5e40570a9461a2776","after":"29ff54b48729caf07d3005a609aa2e0694062ff2","ref":"refs/heads/multi-arch-day0-default","pushedAt":"2024-08-08T20:46:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"update vendor","shortMessageHtmlLink":"update vendor"}},{"before":null,"after":"da4c642a482837a48ba31a14a54487bc2df90871","ref":"refs/heads/pr/8810","pushedAt":"2024-08-08T14:22:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"destroy: gcp: remove some function indirection","shortMessageHtmlLink":"destroy: gcp: remove some function indirection"}},{"before":"3460f1d086b4cc64780f2f28adc78d09d38a9c6f","after":"31ffd6da9035321e6a66a7c5e40570a9461a2776","ref":"refs/heads/multi-arch-day0-default","pushedAt":"2024-08-07T21:48:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"ic: validation: fix heterogeneous unit tests\n\nAWS and GCP now allow multi-arch clusters. Other platforms do not.","shortMessageHtmlLink":"ic: validation: fix heterogeneous unit tests"}},{"before":null,"after":"3460f1d086b4cc64780f2f28adc78d09d38a9c6f","ref":"refs/heads/multi-arch-day0-default","pushedAt":"2024-08-07T16:32:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"update vendor","shortMessageHtmlLink":"update vendor"}},{"before":null,"after":"1137999dafa9b9b9a1ee05509b07a5610d090b7d","ref":"refs/heads/aws-capi-public-subnets-only","pushedAt":"2024-08-07T16:02:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"aws: add support for clusters with public-only subnets\n\nWe lost support to this internal feature when we move from terraform to\nCAPI. Although it's still possible to get a cluster with public-only\nsubnets by editing the AWSCluster manifest before install, it's more\nconvenient to have a fully automated process to be used in CI.","shortMessageHtmlLink":"aws: add support for clusters with public-only subnets"}},{"before":"867455cab92efb479b518c944b035bf5d1d534df","after":"5b14c8e2578d2a3bf32a92226f761504ae4e44c7","ref":"refs/heads/aws-generate-permissions-policy","pushedAt":"2024-08-07T14:10:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"CORS-3612: hack: add permissions policy file generation\n\nThis simple program will generate permission policies for relevant\nplatforms. For now only AWS is implemented.","shortMessageHtmlLink":"CORS-3612: hack: add permissions policy file generation"}},{"before":"280cdf589e7d9e84f07f368105b29460786fd33e","after":"ddc6af2fd0ecf2f75a32480467e82e83a9fc1b47","ref":"refs/heads/aws-compute-pool-multi-arch","pushedAt":"2024-08-05T15:30:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"aws: add compute pool arch validation tests","shortMessageHtmlLink":"aws: add compute pool arch validation tests"}},{"before":null,"after":"462db3ad9b223c4c69447399e5fc6226f6dcc70f","ref":"refs/heads/multi-arch-day0-tech-preview","pushedAt":"2024-08-01T07:36:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"update vendor","shortMessageHtmlLink":"update vendor"}},{"before":"a9153651f59de2732c687707276791b04c5880a8","after":"867455cab92efb479b518c944b035bf5d1d534df","ref":"refs/heads/aws-generate-permissions-policy","pushedAt":"2024-07-31T21:25:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"CORS-3612: hack: add permissions policy file generation\n\nThis simple program will generate permission policies for relevant\nplatforms. For now only AWS is implemented.","shortMessageHtmlLink":"CORS-3612: hack: add permissions policy file generation"}},{"before":"3e222105e6cbdf7e82942397b9f81ade452dcb1b","after":"3e3f56a0c5f204a9c41b4ae1532454c555ecf279","ref":"refs/heads/aws-secret-region-nlb-sgs","pushedAt":"2024-07-31T19:35:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"DNM: bump CAPA for secret region fix","shortMessageHtmlLink":"DNM: bump CAPA for secret region fix"}},{"before":null,"after":"a9153651f59de2732c687707276791b04c5880a8","ref":"refs/heads/aws-generate-permissions-policy","pushedAt":"2024-07-31T19:21:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"CORS-3612: hack: add permissions policy file generation\n\nThis simple program will generate permission policies for relevant\nplatforms. For now only AWS is implemented.","shortMessageHtmlLink":"CORS-3612: hack: add permissions policy file generation"}},{"before":null,"after":"280cdf589e7d9e84f07f368105b29460786fd33e","ref":"refs/heads/aws-compute-pool-multi-arch","pushedAt":"2024-07-31T19:02:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"OCPBUGS-37780: aws: do not allow edge pools of different arch\n\nWhen we enabled the multi-arch day0 feature via the MultiArchInstallAWS\nfeature gate, we inadvertently allowed \"worker\" and \"edge\" compute\nmachine pools to have different architectures.\n\nThis change introduces a validation to check all the compute pools use\nthe same architecture and errors out otherwise.","shortMessageHtmlLink":"OCPBUGS-37780: aws: do not allow edge pools of different arch"}},{"before":"b794453864d0556eaa65bb4138b92a590b90e21c","after":"e1fab6ae5e3b3b8252299fbd818f92d7c8f95820","ref":"refs/heads/analyze-gather-fails","pushedAt":"2024-07-31T17:53:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"CORS-2775: analyze: replace deprecated github.com/pkg/errors","shortMessageHtmlLink":"CORS-2775: analyze: replace deprecated github.com/pkg/errors"}},{"before":"d598da40af9e2d43d71ea71247f8dfc5f56da2bd","after":"b794453864d0556eaa65bb4138b92a590b90e21c","ref":"refs/heads/analyze-gather-fails","pushedAt":"2024-07-31T15:17:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"fixup! OCPBUGS-34953: analyze: improve error msg when gather fails","shortMessageHtmlLink":"fixup! OCPBUGS-34953: analyze: improve error msg when gather fails"}},{"before":null,"after":"d598da40af9e2d43d71ea71247f8dfc5f56da2bd","ref":"refs/heads/analyze-gather-fails","pushedAt":"2024-07-31T12:28:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"DNM: force bootstrap failure","shortMessageHtmlLink":"DNM: force bootstrap failure"}},{"before":"134136cf80e4ce723219e9f34415dfd88d14cf17","after":"1504b4dd72ae38be4e462bd374c86ad64e3dc089","ref":"refs/heads/aws-fix-lb-register-instance","pushedAt":"2024-07-30T11:35:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"capi/aws: bump CRD","shortMessageHtmlLink":"capi/aws: bump CRD"}},{"before":"ceac7228c8bf38a3df9892e4737c267bbaeab30c","after":"ed11e4dcb03c21615e569c25f00fe8fc36190209","ref":"refs/heads/aws-generate-permissions","pushedAt":"2024-07-26T13:22:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r4f4","name":"Rafael F.","path":"/r4f4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112756?s=80&v=4"},"commit":{"message":"permissions: add CCO/cluster permissions to the list\n\nBecause CCO can operate in both mint and passthrough creds mode, we have\nto generate one policy for each mode since they require different\npermissions.","shortMessageHtmlLink":"permissions: add CCO/cluster permissions to the list"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEn2OC1wA","startCursor":null,"endCursor":null}},"title":"Activity ยท r4f4/installer"}