{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":740149471,"defaultBranch":"main","name":"terraform-provider-fmc","ownerLogin":"netascode","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-01-07T17:09:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/85959792?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718274120.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"336214672b0c2bbe0bd47f49dcc6cffa009f1bf5","ref":"refs/heads/policymu","pushedAt":"2024-06-13T10:22:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"},"commit":{"message":"policyMu for DeviceResource.Destroy\n\nThe `r.client` would internally protect every DELETE/PUT/POST with `WritingMutex.Lock()` .\n\nBut this draft is about protecting also a span between a GET and subsequent PUT. Example scenario: FmcDevice.Destroy() meets another's FmcDevice.Update(), and we want to avoid this sequence of calls: GET policyassignments, DELETE devicerecords, PUT policyassignments, and this PUT fails with \"device does not exist\" (for deleted device's UUID).","shortMessageHtmlLink":"policyMu for DeviceResource.Destroy"}},{"before":"58452bbbb04e7d3c1d166489a5641cf5bca33c64","after":null,"ref":"refs/heads/writingmutex","pushedAt":"2024-06-13T10:07:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"}},{"before":null,"after":"58452bbbb04e7d3c1d166489a5641cf5bca33c64","ref":"refs/heads/writingmutex","pushedAt":"2024-06-13T08:54:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"},"commit":{"message":"cosmetic time.Until(end)","shortMessageHtmlLink":"cosmetic time.Until(end)"}},{"before":"4af634b4a540c6065a9f6dca155712050f578f93","after":null,"ref":"refs/heads/delete_me","pushedAt":"2024-06-12T08:06:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"}},{"before":"82afe3191bff93f4cb9f162b41f0959046845121","after":null,"ref":"refs/heads/ci","pushedAt":"2024-06-12T07:26:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"}},{"before":"a500dc3d95a3984c846e802e9cf6c854be8f453c","after":null,"ref":"refs/heads/loafoe","pushedAt":"2024-06-12T07:26:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"}},{"before":"659523f928c32b50d4de597e403e408ca0fe7490","after":null,"ref":"refs/heads/abandon-ylzqmsun","pushedAt":"2024-06-12T07:26:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"}},{"before":"a500dc3d95a3984c846e802e9cf6c854be8f453c","after":null,"ref":"refs/heads/abandon-wlypynry","pushedAt":"2024-06-12T07:26:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"}},{"before":"4af634b4a540c6065a9f6dca155712050f578f93","after":null,"ref":"refs/heads/abandon-slmvlnxk","pushedAt":"2024-06-12T07:26:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"}},{"before":"659523f928c32b50d4de597e403e408ca0fe7490","after":null,"ref":"refs/heads/fmc_policy_assignment","pushedAt":"2024-06-12T07:23:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"}},{"before":null,"after":"4af634b4a540c6065a9f6dca155712050f578f93","ref":"refs/heads/abandon-slmvlnxk","pushedAt":"2024-06-12T07:23:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"},"commit":{"message":"but the problem with access_policy.assigned_targets\n\n```\nresource \"fmc_access_control_policy\" \"this\" {\n default_action = \"BLOCK\"\n description = \"Jakub\"\n name = \"dev\"\n default_action_log_begin = true\n default_action_send_events_to_fmc = true\n default_action_send_syslog = false\n assigned_targets = [{\n id = data.fmc_device.this.id\n }]\n}\n\nresource \"fmc_access_control_policy\" \"crucial\" {\n default_action = \"PERMIT\"\n description = \"crucial test\"\n name = \"dev2\"\n default_action_log_begin = false\n default_action_send_events_to_fmc = false\n default_action_send_syslog = false\n assigned_targets = [{\n id = data.fmc_device.this.id\n }]\n}\n\n```\n\nThat TF is flapping (always in drift).","shortMessageHtmlLink":"but the problem with access_policy.assigned_targets"}},{"before":null,"after":"659523f928c32b50d4de597e403e408ca0fe7490","ref":"refs/heads/abandon-ylzqmsun","pushedAt":"2024-06-12T07:23:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"},"commit":{"message":"but the problem: add fmc_policy_assignment\n\n\nThe fmc_policy_assignment seems problematic.\nWe cannot prevent this situation:\n\n```\nresource \"fmc_policy_assignment\" \"this\" {\n policy_id = \"0050568A-3746-0ed3-0000-017180010185\"\n targets = [\n { id = fmc_device.this.id }\n ]\n}\n\nresource \"fmc_policy_assignment\" \"another\" {\n policy_id = \"0050568A-3746-0ed3-0000-017180010185\"\n targets = [\n { id = fmc_device.another.id }\n ]\n}\n```\n\nFirst run (parallelism=1):\n\n- POST /policyassignments 200\n- POST /policyassignments 200\n\nReturned uuids are identical:\n\nfmc_policy_assignment.this.id == fmc_policy_assignment.another.id == policy_id == \"0050568A-3746-0ed3-0000-017180010185\"\n\nSecond run detects a drift:\n\n- GET /policyassignments/id reads targets == { id = fmc_device.another.id } - hence PUT is required\n- GET /policyassignments/id reads targets == { id = fmc_device.another.id }\n- PUT /policyassignments/id\n\nThird run detects an opposite drift, etc.\n\nOnce one of the objects is deleted (not through DELETE (unsupported) but through PUT targets = []):\n\n- GET /policyassignments/id 404\n- GET /policyassignments/id 404","shortMessageHtmlLink":"but the problem: add fmc_policy_assignment"}},{"before":null,"after":"a500dc3d95a3984c846e802e9cf6c854be8f453c","ref":"refs/heads/abandon-wlypynry","pushedAt":"2024-06-12T07:23:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"},"commit":{"message":"docs: no parallelism warning","shortMessageHtmlLink":"docs: no parallelism warning"}},{"before":"53d4bbb2c0885f333b09ab590f284ba399fdfe21","after":"4461538af65ddc790f1a56e4c9fef2a446ec9831","ref":"refs/heads/main","pushedAt":"2024-06-10T15:46:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"danischm","name":"Daniel Schmidt","path":"/danischm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79086712?s=80&v=4"},"commit":{"message":"Add device resource and data source (#32)","shortMessageHtmlLink":"Add device resource and data source (#32)"}},{"before":"5b2afbe24e343f3944956f2c37a98db75ce00b26","after":"a500dc3d95a3984c846e802e9cf6c854be8f453c","ref":"refs/heads/loafoe","pushedAt":"2024-06-10T15:43:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"},"commit":{"message":"docs: no parallelism warning","shortMessageHtmlLink":"docs: no parallelism warning"}},{"before":null,"after":"4af634b4a540c6065a9f6dca155712050f578f93","ref":"refs/heads/delete_me","pushedAt":"2024-06-10T15:11:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"},"commit":{"message":"but the problem with access_policy.assigned_targets\n\n```\nresource \"fmc_access_control_policy\" \"this\" {\n default_action = \"BLOCK\"\n description = \"Jakub\"\n name = \"dev\"\n default_action_log_begin = true\n default_action_send_events_to_fmc = true\n default_action_send_syslog = false\n assigned_targets = [{\n id = data.fmc_device.this.id\n }]\n}\n\nresource \"fmc_access_control_policy\" \"crucial\" {\n default_action = \"PERMIT\"\n description = \"crucial test\"\n name = \"dev2\"\n default_action_log_begin = false\n default_action_send_events_to_fmc = false\n default_action_send_syslog = false\n assigned_targets = [{\n id = data.fmc_device.this.id\n }]\n}\n\n```\n\nThat TF is flapping (always in drift).","shortMessageHtmlLink":"but the problem with access_policy.assigned_targets"}},{"before":null,"after":"5b2afbe24e343f3944956f2c37a98db75ce00b26","ref":"refs/heads/loafoe","pushedAt":"2024-06-10T15:11:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"},"commit":{"message":"add provider attr req_timeout FMC_REQTIMEOUT\n\nSometimes our lab gets really bad networking, it makes no sense\nto wait x*60s by default.","shortMessageHtmlLink":"add provider attr req_timeout FMC_REQTIMEOUT"}},{"before":null,"after":"659523f928c32b50d4de597e403e408ca0fe7490","ref":"refs/heads/fmc_policy_assignment","pushedAt":"2024-06-10T15:11:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"},"commit":{"message":"but the problem: add fmc_policy_assignment\n\n\nThe fmc_policy_assignment seems problematic.\nWe cannot prevent this situation:\n\n```\nresource \"fmc_policy_assignment\" \"this\" {\n policy_id = \"0050568A-3746-0ed3-0000-017180010185\"\n targets = [\n { id = fmc_device.this.id }\n ]\n}\n\nresource \"fmc_policy_assignment\" \"another\" {\n policy_id = \"0050568A-3746-0ed3-0000-017180010185\"\n targets = [\n { id = fmc_device.another.id }\n ]\n}\n```\n\nFirst run (parallelism=1):\n\n- POST /policyassignments 200\n- POST /policyassignments 200\n\nReturned uuids are identical:\n\nfmc_policy_assignment.this.id == fmc_policy_assignment.another.id == policy_id == \"0050568A-3746-0ed3-0000-017180010185\"\n\nSecond run detects a drift:\n\n- GET /policyassignments/id reads targets == { id = fmc_device.another.id } - hence PUT is required\n- GET /policyassignments/id reads targets == { id = fmc_device.another.id }\n- PUT /policyassignments/id\n\nThird run detects an opposite drift, etc.\n\nOnce one of the objects is deleted (not through DELETE (unsupported) but through PUT targets = []):\n\n- GET /policyassignments/id 404\n- GET /policyassignments/id 404","shortMessageHtmlLink":"but the problem: add fmc_policy_assignment"}},{"before":null,"after":"82afe3191bff93f4cb9f162b41f0959046845121","ref":"refs/heads/ci","pushedAt":"2024-06-10T15:11:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"},"commit":{"message":"basic CI","shortMessageHtmlLink":"basic CI"}},{"before":"52eb62a6959f1179b925fcb838af5ecc6f832371","after":null,"ref":"refs/heads/loafoe","pushedAt":"2024-06-07T08:22:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"}},{"before":null,"after":"52eb62a6959f1179b925fcb838af5ecc6f832371","ref":"refs/heads/loafoe","pushedAt":"2024-06-07T08:19:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jabielecki","name":"Jakub Bielecki","path":"/jabielecki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47531708?s=80&v=4"},"commit":{"message":"checks for TypeSet","shortMessageHtmlLink":"checks for TypeSet"}},{"before":"e1720d14866e02e4c27f07ec97d922bcc7e4a019","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/hashicorp/terraform-plugin-docs-0.19.4","pushedAt":"2024-06-07T00:51:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"danischm","name":"Daniel Schmidt","path":"/danischm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79086712?s=80&v=4"}},{"before":"a2fd0f709d8a4e37c321b57ce27384db06a55c19","after":"53d4bbb2c0885f333b09ab590f284ba399fdfe21","ref":"refs/heads/main","pushedAt":"2024-06-07T00:51:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"danischm","name":"Daniel Schmidt","path":"/danischm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79086712?s=80&v=4"},"commit":{"message":"Bump github.com/hashicorp/terraform-plugin-docs from 0.19.2 to 0.19.4 (#37)\n\nBumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.19.2 to 0.19.4.\r\n- [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)\r\n- [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.19.2...v0.19.4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: github.com/hashicorp/terraform-plugin-docs\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump github.com/hashicorp/terraform-plugin-docs from 0.19.2 to 0.19.4 ("}},{"before":"b0c9d7b493592b98e2aa3c110b98a9f64d386b02","after":"e1720d14866e02e4c27f07ec97d922bcc7e4a019","ref":"refs/heads/dependabot/go_modules/github.com/hashicorp/terraform-plugin-docs-0.19.4","pushedAt":"2024-06-07T00:48:43.000Z","pushType":"force_push","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 github.com/hashicorp/terraform-plugin-docs from 0.19.2 to 0.19.4\n\nBumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.19.2 to 0.19.4.\n- [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)\n- [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.19.2...v0.19.4)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/hashicorp/terraform-plugin-docs\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/hashicorp/terraform-plugin-docs from 0.19.2 to 0.19.4"}},{"before":"1c6a0b5e5ea2c7cde8636ed806f87dad169a088f","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/tools-0.22.0","pushedAt":"2024-06-07T00:48:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"danischm","name":"Daniel Schmidt","path":"/danischm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79086712?s=80&v=4"}},{"before":"0ba6c60eb43a62ce0051f6e4200759263c4907f3","after":"a2fd0f709d8a4e37c321b57ce27384db06a55c19","ref":"refs/heads/main","pushedAt":"2024-06-07T00:48:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"danischm","name":"Daniel Schmidt","path":"/danischm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79086712?s=80&v=4"},"commit":{"message":"Bump golang.org/x/tools from 0.21.0 to 0.22.0 (#38)\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.21.0 to 0.22.0.\r\n- [Release notes](https://github.com/golang/tools/releases)\r\n- [Commits](https://github.com/golang/tools/compare/v0.21.0...v0.22.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/tools\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump golang.org/x/tools from 0.21.0 to 0.22.0 (#38)"}},{"before":"54a660c7bd59db1599621263697e17e8396a630c","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/hashicorp/terraform-plugin-framework-1.9.0","pushedAt":"2024-06-07T00:48:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"danischm","name":"Daniel Schmidt","path":"/danischm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79086712?s=80&v=4"}},{"before":"a5dfaf8c54f8b403a146fd179c78df5ae578d0b6","after":"0ba6c60eb43a62ce0051f6e4200759263c4907f3","ref":"refs/heads/main","pushedAt":"2024-06-07T00:47:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"danischm","name":"Daniel Schmidt","path":"/danischm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79086712?s=80&v=4"},"commit":{"message":"Bump github.com/hashicorp/terraform-plugin-framework from 1.8.0 to 1.9.0 (#36)\n\nBumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.8.0 to 1.9.0.\r\n- [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases)\r\n- [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/hashicorp/terraform-plugin-framework/compare/v1.8.0...v1.9.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: github.com/hashicorp/terraform-plugin-framework\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump github.com/hashicorp/terraform-plugin-framework from 1.8.0 to 1.…"}},{"before":"33486918f48df83a4d5e9a73ec485c5d6f257a40","after":null,"ref":"refs/heads/dependabot/github_actions/goreleaser/goreleaser-action-6.0.0","pushedAt":"2024-06-07T00:47:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"danischm","name":"Daniel Schmidt","path":"/danischm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79086712?s=80&v=4"}},{"before":"017f77157a36705000df5973bed564bb7fd56627","after":"a5dfaf8c54f8b403a146fd179c78df5ae578d0b6","ref":"refs/heads/main","pushedAt":"2024-06-07T00:47:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"danischm","name":"Daniel Schmidt","path":"/danischm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79086712?s=80&v=4"},"commit":{"message":"Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#35)\n\nBumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5.1.0 to 6.0.0.\r\n- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)\r\n- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v5.1.0...v6.0.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: goreleaser/goreleaser-action\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#35)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEZEU3KwA","startCursor":null,"endCursor":null}},"title":"Activity · netascode/terraform-provider-fmc"}