{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":132053036,"defaultBranch":"master","name":"pulumi-awsx","ownerLogin":"pulumi","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-05-03T21:46:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/21992475?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715866136.0","currentOid":""},"activityList":{"items":[{"before":"0a53937eba337b47a5a1aadf499b47b13797653c","after":null,"ref":"refs/heads/1220-fargate-error-message","pushedAt":"2024-05-16T13:28:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"}},{"before":"8bcfa31d9fd0ad52e4dddec2cfcc5ed3144d165b","after":"512ee59c698f16bebc5d74da4783f01117ad6413","ref":"refs/heads/master","pushedAt":"2024-05-16T13:28:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Ensure requested ECS container resources are within Fargate limits (#1289)\n\nIn the prior implementation, if an ECS task's requested resources surpassed the Fargate limits, the system defaulted to the maximum resources permitted by Fargate.\r\nThis led to obscure AWS API errors indicating that the containers were requesting more resources than the task could provide.\r\n\r\nFixes #1220","shortMessageHtmlLink":"Ensure requested ECS container resources are within Fargate limits (#…"}},{"before":"093fdb73d8711ef5ff02d4d7e067a859a4642a48","after":"0a53937eba337b47a5a1aadf499b47b13797653c","ref":"refs/heads/1220-fargate-error-message","pushedAt":"2024-05-16T11:13:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"linting","shortMessageHtmlLink":"linting"}},{"before":"06d9bf180100e61de6d15a65b3bd43f94741e227","after":"093fdb73d8711ef5ff02d4d7e067a859a4642a48","ref":"refs/heads/1220-fargate-error-message","pushedAt":"2024-05-16T10:22:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Remove leftover code","shortMessageHtmlLink":"Remove leftover code"}},{"before":null,"after":"06d9bf180100e61de6d15a65b3bd43f94741e227","ref":"refs/heads/1220-fargate-error-message","pushedAt":"2024-05-16T10:20:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Ensure requested ECS container resources are within Fargate limits\n\nIn the prior implementation, if an ECS task's requested resources surpassed the Fargate limits,\nthe system defaulted to the maximum resources permitted by Fargate.\nThis led to obscure AWS API errors indicating that the containers were requesting more resources than the task could provide.","shortMessageHtmlLink":"Ensure requested ECS container resources are within Fargate limits"}},{"before":"77c5805d43f599f3ee13d741230363082bb1bf95","after":null,"ref":"refs/heads/1282-lb-security-group","pushedAt":"2024-05-14T12:47:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"}},{"before":"18bd13bfcc386d2b420ecd967f2fe925f78ee67b","after":"8bcfa31d9fd0ad52e4dddec2cfcc5ed3144d165b","ref":"refs/heads/master","pushedAt":"2024-05-14T12:47:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Add Security Group to NLBs (#1285)\n\nSince August 23 NLBs support Security Groups as well now (see [AWS blog\r\npost](https://aws.amazon.com/blogs/containers/network-load-balancers-now-support-security-groups/)).\r\n\r\nThis change adds the parameter for configuring security groups to the\r\nNLB component. The one notable difference compared to the ALB component\r\nis that I refrained from adding the default security group. For NLBs\r\nsecurity groups cannot be added if none are currently present, and\r\ncannot all be removed once added. Adding a default security group to\r\nNLBs would cause replacements during upgrades.\r\n\r\nFixes https://github.com/pulumi/pulumi-awsx/issues/1282\r\n\r\nAlso re-enabled the LB upgrade tests and re-recorded them. They were\r\nfailing because they were using invokes under the hood to get the\r\ndefault subnet. Invokes are not compatible with upgrade tests because\r\nthey don't use the recorded calls and instead reach out to the cloud\r\ninstead.\r\nFixes https://github.com/pulumi/pulumi-awsx/issues/1265 &\r\nhttps://github.com/pulumi/pulumi-awsx/issues/1114","shortMessageHtmlLink":"Add Security Group to NLBs (#1285)"}},{"before":"bdd8a492a5b531a1561304f8bb76173a83110ada","after":"77c5805d43f599f3ee13d741230363082bb1bf95","ref":"refs/heads/1282-lb-security-group","pushedAt":"2024-05-14T11:10:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Rework LB examples to not rely on invokes","shortMessageHtmlLink":"Rework LB examples to not rely on invokes"}},{"before":"a3f385c5710df6e7215a782dc819004412d88fdb","after":"bdd8a492a5b531a1561304f8bb76173a83110ada","ref":"refs/heads/1282-lb-security-group","pushedAt":"2024-05-14T07:03:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Re-record NLB test","shortMessageHtmlLink":"Re-record NLB test"}},{"before":"c4bd5fa59c1633bdc8e057affd32fbd9f15985e1","after":null,"ref":"refs/heads/1287-explicit-subnet-missing-tags","pushedAt":"2024-05-13T18:46:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"}},{"before":"adae402632bd5a2b5907745ad1c3b699f2165755","after":"18bd13bfcc386d2b420ecd967f2fe925f78ee67b","ref":"refs/heads/master","pushedAt":"2024-05-13T18:46:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Propagate subnet tags for explicit strategy (#1288)\n\nPreviously when using the explicit subnet distribution strategy (i.e.\r\nwhen specifying specific subnet CIDRs) the tags didn't get propagated to\r\nthe subnet. This fixes that.\r\n\r\nFixes https://github.com/pulumi/pulumi-awsx/issues/1287","shortMessageHtmlLink":"Propagate subnet tags for explicit strategy (#1288)"}},{"before":"b95e02633ca752e04c909fd1a97431cc0bfb7e26","after":"a3f385c5710df6e7215a782dc819004412d88fdb","ref":"refs/heads/1282-lb-security-group","pushedAt":"2024-05-13T18:44:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Re-enable LB upgrade tests","shortMessageHtmlLink":"Re-enable LB upgrade tests"}},{"before":null,"after":"c4bd5fa59c1633bdc8e057affd32fbd9f15985e1","ref":"refs/heads/1287-explicit-subnet-missing-tags","pushedAt":"2024-05-13T08:34:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Propagate subnet tags for explicit strategy\n\nPreviously when using the explicit subnet distribution strategy (i.e. when\nspecifying specific subnet CIDRs) the tags didn't get propagated to the\nsubnet.\nThis fixes that.","shortMessageHtmlLink":"Propagate subnet tags for explicit strategy"}},{"before":"6798c35c86908d2248fa55d72b71406be48f9d88","after":"b95e02633ca752e04c909fd1a97431cc0bfb7e26","ref":"refs/heads/1282-lb-security-group","pushedAt":"2024-05-09T14:51:22.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Remove default security group from NLB","shortMessageHtmlLink":"Remove default security group from NLB"}},{"before":null,"after":"6798c35c86908d2248fa55d72b71406be48f9d88","ref":"refs/heads/1282-lb-security-group","pushedAt":"2024-05-08T23:02:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Add integration test for nlb security groups","shortMessageHtmlLink":"Add integration test for nlb security groups"}},{"before":"544963d54dc8566fb4e49f5975151a00bfc36a75","after":"5dde889bb3600203f483db24ae8373379ab531f8","ref":"refs/heads/947-optional-igw","pushedAt":"2024-05-08T16:22:09.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Use public subnets to identify whether to create Internet Gateway","shortMessageHtmlLink":"Use public subnets to identify whether to create Internet Gateway"}},{"before":null,"after":"544963d54dc8566fb4e49f5975151a00bfc36a75","ref":"refs/heads/947-optional-igw","pushedAt":"2024-05-08T12:36:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Add integration test for creating VPC without IGW","shortMessageHtmlLink":"Add integration test for creating VPC without IGW"}},{"before":"09673e0306f0424a2bd01bddbd5f3a1f4358cb16","after":"b9b562f4ff2903a0d308f6f0ab56977afd677762","ref":"refs/heads/buildx","pushedAt":"2024-04-26T22:29:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"blampe","name":"Bryce Lampe","path":"/blampe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/848843?s=80&v=4"},"commit":{"message":"docker-build","shortMessageHtmlLink":"docker-build"}},{"before":null,"after":"09673e0306f0424a2bd01bddbd5f3a1f4358cb16","ref":"refs/heads/buildx","pushedAt":"2024-04-26T22:28:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"blampe","name":"Bryce Lampe","path":"/blampe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/848843?s=80&v=4"},"commit":{"message":"Use docker-build","shortMessageHtmlLink":"Use docker-build"}},{"before":"96d69637a20f775807388e735fde06d037201498","after":"2a018c96e151c28783b48d8438440df1eb7b9040","ref":"refs/heads/1197-policyArns-input","pushedAt":"2024-04-24T13:53:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"linting","shortMessageHtmlLink":"linting"}},{"before":null,"after":"96d69637a20f775807388e735fde06d037201498","ref":"refs/heads/1197-policyArns-input","pushedAt":"2024-04-24T13:13:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Regenerate SDK","shortMessageHtmlLink":"Regenerate SDK"}},{"before":null,"after":"59e96ef691bb1903672509c293c294e2965398f5","ref":"refs/heads/dependabot/go_modules/examples/go_modules-e125f7c481","pushedAt":"2024-04-24T08:06:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the go_modules group across 5 directories with 1 update\n\nBumps the go_modules group with 1 update in the /examples directory: [golang.org/x/net](https://github.com/golang/net).\nBumps the go_modules group with 1 update in the /examples/cloudtrail/go directory: [golang.org/x/net](https://github.com/golang/net).\nBumps the go_modules group with 1 update in the /examples_legacy directory: [golang.org/x/net](https://github.com/golang/net).\nBumps the go_modules group with 1 update in the /schemagen directory: [golang.org/x/net](https://github.com/golang/net).\nBumps the go_modules group with 1 update in the /sdk directory: [golang.org/x/net](https://github.com/golang/net).\n\n\nUpdates `golang.org/x/net` from 0.22.0 to 0.23.0\n- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)\n\nUpdates `golang.org/x/net` from 0.19.0 to 0.23.0\n- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)\n\nUpdates `golang.org/x/net` from 0.22.0 to 0.23.0\n- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)\n\nUpdates `golang.org/x/net` from 0.22.0 to 0.23.0\n- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)\n\nUpdates `golang.org/x/net` from 0.21.0 to 0.23.0\n- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n dependency-group: go_modules\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n dependency-group: go_modules\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n dependency-group: go_modules\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n dependency-group: go_modules\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n dependency-group: go_modules\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the go_modules group across 5 directories with 1 update"}},{"before":"3f9f6c126d757944f3638762b9121baa5131f458","after":"adae402632bd5a2b5907745ad1c3b699f2165755","ref":"refs/heads/master","pushedAt":"2024-04-24T08:05:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Upgrade AWS Provider to 6.32.0 (#1274)\n\nThis includes the following changes:\r\n- **Upgrade AWS provider to 6.32.0 (latest)**\r\n- **Regenerate SDKs after AWS provider upgrade**\r\n\r\nFixes https://github.com/pulumi/pulumi-awsx/issues/1237.\r\n`ServiceServiceConnectConfigurationService` includes timeout settings\r\nnow.","shortMessageHtmlLink":"Upgrade AWS Provider to 6.32.0 (#1274)"}},{"before":"e6fd0a11a1c0808ae444c38a6d41fd38b20885f4","after":null,"ref":"refs/heads/1237-aws-provider-upgrade","pushedAt":"2024-04-24T08:05:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"}},{"before":"9ee7500ee83a1364c0bae03934672a4683a38d53","after":"e6fd0a11a1c0808ae444c38a6d41fd38b20885f4","ref":"refs/heads/1237-aws-provider-upgrade","pushedAt":"2024-04-23T13:11:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Clean working tree after removing plugins","shortMessageHtmlLink":"Clean working tree after removing plugins"}},{"before":null,"after":"9ee7500ee83a1364c0bae03934672a4683a38d53","ref":"refs/heads/1237-aws-provider-upgrade","pushedAt":"2024-04-23T12:29:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Regenerate SDKs after AWS provider upgrade","shortMessageHtmlLink":"Regenerate SDKs after AWS provider upgrade"}},{"before":"c3a70aa291aade5b58ca23760d5ede8eb5b8b83b","after":null,"ref":"refs/heads/t0yv0/node-18","pushedAt":"2024-04-19T18:06:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"t0yv0","name":"Anton Tayanovskyy","path":"/t0yv0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/56450?s=80&v=4"}},{"before":"7930f2ac13b4ba309d06dfa07a4610393afa5925","after":"3f9f6c126d757944f3638762b9121baa5131f458","ref":"refs/heads/master","pushedAt":"2024-04-19T18:06:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"t0yv0","name":"Anton Tayanovskyy","path":"/t0yv0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/56450?s=80&v=4"},"commit":{"message":"Standardize CI on Node 18 (#1273)\n\nFixes recent failure of AWS Classic lint on master. Latest dependencies\r\nof pulumi/pulumi no longer work with 16.\r\n\r\nhttps://github.com/pulumi/pulumi-awsx/issues/1268","shortMessageHtmlLink":"Standardize CI on Node 18 (#1273)"}},{"before":"69245893f00d262922c2218035e114b8b69bd129","after":null,"ref":"refs/heads/update-local-dev-instructions","pushedAt":"2024-04-19T16:33:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"}},{"before":"823348c326cb16b81bf3d70d62bdde2c63e5d80e","after":"7930f2ac13b4ba309d06dfa07a4610393afa5925","ref":"refs/heads/master","pushedAt":"2024-04-19T16:33:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"flostadler","name":"Florian Stadler","path":"/flostadler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2453580?s=80&v=4"},"commit":{"message":"Change DotNet tests to auto configure PULUMI_LOCAL_NUGET (#1270)\n\nThe DotNet tests require the path to the directory containing the awsx\r\nnuget package to be set using `PULUMI_LOCAL_NUGET`. This adds\r\nfunctionality for automatically setting this env variable with the path\r\nto the dotnet sdk\r\n\r\nAlso added a convenience make target to install all SDKs","shortMessageHtmlLink":"Change DotNet tests to auto configure PULUMI_LOCAL_NUGET (#1270)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAES6nlBgA","startCursor":null,"endCursor":null}},"title":"Activity · pulumi/pulumi-awsx"}