{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":182618276,"defaultBranch":"main","name":"gcr-cleaner","ownerLogin":"GoogleCloudPlatform","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-04-22T03:41:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2810941?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1722532780.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"86630b3d11a74edfc5d88bc0a83497fa9657ce05","ref":"refs/heads/dependabot/go_modules/go_modules-d85902239e","pushedAt":"2024-08-01T17:19:40.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 github.com/docker/docker in the go_modules group across 1 directory\n\nBumps the go_modules group with 1 update in the / directory: [github.com/docker/docker](https://github.com/docker/docker).\n\n\nUpdates `github.com/docker/docker` from 25.0.5+incompatible to 25.0.6+incompatible\n- [Release notes](https://github.com/docker/docker/releases)\n- [Commits](https://github.com/docker/docker/compare/v25.0.5...v25.0.6)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/docker/docker\n dependency-type: indirect\n dependency-group: go_modules\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/docker/docker in the go_modules group across 1 directory"}},{"before":"f10ce1aeeb989187f81a88b3c6a1bcd1f45aa422","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/docker/docker-25.0.5incompatible","pushedAt":"2024-03-22T00:54:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"}},{"before":"4658d1104b950af4f01c21ba580a328ece7ae1c1","after":"20bdcefa29c80a0357fb35603aff9c5a431024ee","ref":"refs/heads/main","pushedAt":"2024-03-22T00:54:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"},"commit":{"message":"Bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+incompatible (#160)\n\nBumps [github.com/docker/docker](https://github.com/docker/docker) from\r\n25.0.3+incompatible to 25.0.5+incompatible.\r\n
\r\nRelease notes\r\n

Sourced from github.com/docker/docker's\r\nreleases.

\r\n
\r\n

25.0.5

\r\n

For a full list of pull requests and changes in this release, refer\r\nto the relevant GitHub milestones:

\r\n
    \r\n
  • docker/cli,\r\n25.0.5 milestone
  • \r\n
  • moby/moby,\r\n25.0.5 milestone
  • \r\n
  • Deprecated and removed features, see Deprecated\r\nFeatures.
  • \r\n
  • Changes to the Engine API, see API\r\nversion history.
  • \r\n
\r\n

Security

\r\n

This release contains a security fix for CVE-2024-29018,\r\na potential data exfiltration from 'internal' networks via authoritative\r\nDNS servers.

\r\n

Bug fixes and enhancements

\r\n
    \r\n
  • CVE-2024-29018:\r\nDo not forward requests to external DNS servers for a container that is\r\nonly connected to an 'internal' network. Previously, requests were\r\nforwarded if the host's DNS server was running on a loopback address,\r\nlike systemd's 127.0.0.53. moby/moby#47589
  • \r\n
  • plugin: fix mounting /etc/hosts when running in UserNS. moby/moby#47588
  • \r\n
  • rootless: fix open /etc/docker/plugins: permission\r\ndenied. moby/moby#47587
  • \r\n
  • Fix multiple parallel docker build runs leaking disk\r\nspace. moby/moby#47527
  • \r\n
\r\n

v25.0.4

\r\n

For a full list of pull requests and changes in this release, refer\r\nto the relevant GitHub milestones:

\r\n
    \r\n
  • docker/cli,\r\n25.0.4 milestone
  • \r\n
  • moby/moby,\r\n25.0.4 milestone
  • \r\n
  • Deprecated and removed features, see Deprecated\r\nFeatures.
  • \r\n
  • Changes to the Engine API, see API\r\nversion history.
  • \r\n
\r\n

Bug fixes and enhancements

\r\n
    \r\n
  • Restore DNS names for containers in the default "nat"\r\nnetwork on Windows. moby/moby#47490
  • \r\n
  • Fix docker start failing when used with\r\n--checkpoint moby/moby#47466
  • \r\n
  • Don't enforce new validation rules for existing swarm networks moby/moby#47482
  • \r\n
  • Restore IP connectivity between the host and containers on an\r\ninternal bridge network. moby/moby#47481
  • \r\n
  • Fix a regression introduced in v25.0 that prevented the classic\r\nbuilder from ADDing a tar archive with xattrs created on a non-Linux OS\r\nmoby/moby#47483
  • \r\n
  • containerd image store: Fix image pull not emitting Pulling fs\r\nlayer status moby/moby#47484
  • \r\n
\r\n

API

\r\n
    \r\n
  • To preserve backwards compatibility, make read-only mounts not\r\nrecursive by default when using older clients (API version < v1.44).\r\nmoby/moby#47393
  • \r\n
  • GET /images/{id}/json omits the Created\r\nfield (previously it was 0001-01-01T00:00:00Z) if the\r\nCreated field is missing from the image config. moby/moby#47451
  • \r\n
  • Populate a missing Created field in GET\r\n/images/{id}/json with 0001-01-01T00:00:00Z for API\r\nversion <= 1.43. moby/moby#47387
  • \r\n
  • Fix a regression that caused API socket connection failures to\r\nreport an API version negotiation failure instead. moby/moby#47470
  • \r\n
  • Preserve supplied endpoint configuration in a container-create API\r\nrequest, when a container-wide MAC address is specified, but\r\nNetworkMode name-or-id is not the same as the name-or-id\r\nused in NetworkSettings.Networks. moby/moby#47510
  • \r\n
\r\n

Packaging updates

\r\n
    \r\n
  • Upgrade Go runtime to 1.21.8. moby/moby#47503
  • \r\n
  • Upgrade RootlessKit to v2.0.2.\r\nmoby/moby#47508
  • \r\n
  • Upgrade Compose to v2.24.7.\r\ndocker/docker-ce-packaging#998
  • \r\n
  • Upgrade Buildx to v0.13.0.\r\ndocker/docker-ce-packaging#997
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=25.0.3+incompatible&new-version=25.0.5+incompatible)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/GoogleCloudPlatform/gcr-cleaner/network/alerts).\r\n\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/docker/docker from 25.0.3+incompatible to 25.0.5+inco…"}},{"before":null,"after":"f10ce1aeeb989187f81a88b3c6a1bcd1f45aa422","ref":"refs/heads/dependabot/go_modules/github.com/docker/docker-25.0.5incompatible","pushedAt":"2024-03-20T18:01: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 github.com/docker/docker\n\nBumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.3+incompatible to 25.0.5+incompatible.\n- [Release notes](https://github.com/docker/docker/releases)\n- [Commits](https://github.com/docker/docker/compare/v25.0.3...v25.0.5)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/docker/docker\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/docker/docker"}},{"before":"0a050166309844f15e391221f368f29fa29d466a","after":"4658d1104b950af4f01c21ba580a328ece7ae1c1","ref":"refs/heads/main","pushedAt":"2024-03-06T13:52:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"},"commit":{"message":"Update bug.yml\n\nSigned-off-by: Seth Vargo ","shortMessageHtmlLink":"Update bug.yml"}},{"before":"471dc42cf3daaf5abc25b2ea886ffff9b8956c6f","after":"0a050166309844f15e391221f368f29fa29d466a","ref":"refs/heads/main","pushedAt":"2024-03-06T13:38:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"},"commit":{"message":"Remove deprecated flag from go-releaser","shortMessageHtmlLink":"Remove deprecated flag from go-releaser"}},{"before":"b12d8900d7bbfc39a56d117dc7ec9e21fb2028c0","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/docker/docker-24.0.7incompatible","pushedAt":"2024-03-06T13:27:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"f321ae966c9ae00ec4a6ec775835715aac4efdaf","after":null,"ref":"refs/heads/sethvargo/up","pushedAt":"2024-03-06T13:27:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"}},{"before":"ff567eb9a74521b731a082ee3516fe5b04113cfd","after":"471dc42cf3daaf5abc25b2ea886ffff9b8956c6f","ref":"refs/heads/main","pushedAt":"2024-03-06T13:27:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"},"commit":{"message":"Update dependencies (#159)","shortMessageHtmlLink":"Update dependencies (#159)"}},{"before":"88c6cc1e167c01bc084916abb95bf34f383a9f2d","after":"f321ae966c9ae00ec4a6ec775835715aac4efdaf","ref":"refs/heads/sethvargo/up","pushedAt":"2024-03-06T13:24:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"},"commit":{"message":"Upgrade GitHub Actions","shortMessageHtmlLink":"Upgrade GitHub Actions"}},{"before":"4a3517180ac31014c38e34b81bebd156ae45379d","after":"88c6cc1e167c01bc084916abb95bf34f383a9f2d","ref":"refs/heads/sethvargo/up","pushedAt":"2024-03-06T13:24:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"},"commit":{"message":"Update dependencies","shortMessageHtmlLink":"Update dependencies"}},{"before":null,"after":"4a3517180ac31014c38e34b81bebd156ae45379d","ref":"refs/heads/sethvargo/up","pushedAt":"2024-03-06T13:22:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"},"commit":{"message":"Update dependencies","shortMessageHtmlLink":"Update dependencies"}},{"before":"83b2c4168d622a002ca982bf398c07985ca4f7c7","after":"ff567eb9a74521b731a082ee3516fe5b04113cfd","ref":"refs/heads/main","pushedAt":"2024-02-14T02:16:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"},"commit":{"message":"Update README.md\n\nSigned-off-by: Seth Vargo ","shortMessageHtmlLink":"Update README.md"}},{"before":null,"after":"b12d8900d7bbfc39a56d117dc7ec9e21fb2028c0","ref":"refs/heads/dependabot/go_modules/github.com/docker/docker-24.0.7incompatible","pushedAt":"2023-10-30T15:42: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 github.com/docker/docker\n\nBumps [github.com/docker/docker](https://github.com/docker/docker) from 23.0.6+incompatible to 24.0.7+incompatible.\n- [Release notes](https://github.com/docker/docker/releases)\n- [Commits](https://github.com/docker/docker/compare/v23.0.6...v24.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/docker/docker\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/docker/docker"}},{"before":"da11688d66e654cb5b33be58974cb4c043a8d693","after":"83b2c4168d622a002ca982bf398c07985ca4f7c7","ref":"refs/heads/main","pushedAt":"2023-10-23T19:41:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"},"commit":{"message":"Update README.md\n\nPoint to cleanup policies.\n\nSigned-off-by: Seth Vargo ","shortMessageHtmlLink":"Update README.md"}},{"before":"c7c179b60b0f400a5a11d4d6c6200e1df564dc76","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.17.0","pushedAt":"2023-10-11T23:55:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"}},{"before":"f613d666f4a6e638ee5369fa021260d1d1318023","after":"da11688d66e654cb5b33be58974cb4c043a8d693","ref":"refs/heads/main","pushedAt":"2023-10-11T23:55:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"},"commit":{"message":"Bump golang.org/x/net from 0.8.0 to 0.17.0 (#156)\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to\r\n0.17.0.\r\n
\r\nCommits\r\n
    \r\n
  • b225e7c\r\nhttp2: limit maximum handler goroutines to MaxConcurrentStreams
  • \r\n
  • 88194ad\r\ngo.mod: update golang.org/x dependencies
  • \r\n
  • 2b60a61\r\nquic: fix several bugs in flow control accounting
  • \r\n
  • 73d82ef\r\nquic: handle DATA_BLOCKED frames
  • \r\n
  • 5d5a036\r\nquic: handle streams moving from the data queue to the meta queue
  • \r\n
  • 350aad2\r\nquic: correctly extend peer's flow control window after MAX_DATA
  • \r\n
  • 21814e7\r\nquic: validate connection id transport parameters
  • \r\n
  • a600b35\r\nquic: avoid redundant MAX_DATA updates
  • \r\n
  • ea63359\r\nhttp2: check stream body is present on read timeout
  • \r\n
  • ddd8598\r\nquic: version negotiation
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.8.0&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/GoogleCloudPlatform/gcr-cleaner/network/alerts).\r\n\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/net from 0.8.0 to 0.17.0 (#156)"}},{"before":null,"after":"c7c179b60b0f400a5a11d4d6c6200e1df564dc76","ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.17.0","pushedAt":"2023-10-11T23:35:22.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 golang.org/x/net from 0.8.0 to 0.17.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0.\n- [Commits](https://github.com/golang/net/compare/v0.8.0...v0.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/net from 0.8.0 to 0.17.0"}},{"before":"9eba1b5a8ad0292ede3433cb44c9e5f92307991e","after":"f613d666f4a6e638ee5369fa021260d1d1318023","ref":"refs/heads/main","pushedAt":"2023-09-15T19:49:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"},"commit":{"message":"Update vulnerable dependencies (#155)\n\n* Bumped dependecies that were marked insecure by Scorecard\r\n(https://github.com/ossf/scorecard) and Trivy\r\n(https://github.com/aquasecurity/trivy)\r\n\r\n\r\nThe vulnerable dependencies can also be automatically bumped with\r\ndependabot, similar to #154:\r\n\r\n```yaml\r\nupdates:\r\n - package-ecosystem: \"gomod\" # See documentation for possible values\r\n directory: \"/\" \r\n schedule:\r\n interval: \"daily\"\r\n commit-message:\r\n prefix: \"gomod\"\r\n```","shortMessageHtmlLink":"Update vulnerable dependencies (#155)"}},{"before":"32063602df26308887534bbbfde6621e39d4c592","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/docker/distribution-2.8.2incompatible","pushedAt":"2023-06-06T13:47:43.410Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"}},{"before":"579175713c08436e93a3e230f3c2a35efecbc9a9","after":"9eba1b5a8ad0292ede3433cb44c9e5f92307991e","ref":"refs/heads/main","pushedAt":"2023-06-06T13:47:30.854Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"},"commit":{"message":"Document deploying to GKE (#148)\n\nDescribe the permissions and resource I used to leverage workload\r\nidentity with a CronJob","shortMessageHtmlLink":"Document deploying to GKE (#148)"}},{"before":null,"after":"32063602df26308887534bbbfde6621e39d4c592","ref":"refs/heads/dependabot/go_modules/github.com/docker/distribution-2.8.2incompatible","pushedAt":"2023-05-11T20:45:14.293Z","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 github.com/docker/distribution\n\nBumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible.\n- [Release notes](https://github.com/docker/distribution/releases)\n- [Commits](https://github.com/docker/distribution/compare/v2.8.1...v2.8.2)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/docker/distribution\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/docker/distribution"}},{"before":"fbd9afcfc11b737d535a3e9b7acf8776362c5e8e","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.7.0","pushedAt":"2023-03-20T14:05:44.196Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"d349ab065a574802fc9c0546eeda06b614a6f84a","after":null,"ref":"refs/heads/sethvargo/deps","pushedAt":"2023-03-20T14:05:33.902Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"}},{"before":"dc0ce9c390bc95b2a4a2b0c1156a35c7c96e56f0","after":"579175713c08436e93a3e230f3c2a35efecbc9a9","ref":"refs/heads/main","pushedAt":"2023-03-20T14:05:32.173Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"},"commit":{"message":"Update deps (#139)\n\nCloses #137","shortMessageHtmlLink":"Update deps (#139)"}},{"before":null,"after":"d349ab065a574802fc9c0546eeda06b614a6f84a","ref":"refs/heads/sethvargo/deps","pushedAt":"2023-03-20T14:04:29.994Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"},"commit":{"message":"Update deps","shortMessageHtmlLink":"Update deps"}},{"before":"d7171f679a2b09cac601519a0a40b43fee2e7a16","after":"dc0ce9c390bc95b2a4a2b0c1156a35c7c96e56f0","ref":"refs/heads/main","pushedAt":"2023-03-20T14:03:11.117Z","pushType":"push","commitsCount":1,"pusher":{"login":"sethvargo","name":"Seth Vargo","path":"/sethvargo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/408570?s=80&v=4"},"commit":{"message":"Update bug.yml\n\nSigned-off-by: Seth Vargo ","shortMessageHtmlLink":"Update bug.yml"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEj2YECQA","startCursor":null,"endCursor":null}},"title":"Activity · GoogleCloudPlatform/gcr-cleaner"}