{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":606291676,"defaultBranch":"main","name":"athens-charts","ownerLogin":"gomods","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-02-25T03:45:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/36861827?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715334619.0","currentOid":""},"activityList":{"items":[{"before":"ce26c24bdd0c01b5d9e7bdbcc19cb72ddb70173f","after":"aaab21c4336449e8ec0f810bec48efcade29798f","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T09:50:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update index.yaml\n\nSigned-off-by: DrPsychick ","shortMessageHtmlLink":"Update index.yaml"}},{"before":"208562dad54a56c7bfd7acd5d0d7684fee9436f6","after":"1fb640b836ed01274ff8b036faabb91f52ce7a69","ref":"refs/heads/main","pushedAt":"2024-05-10T09:44:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"fix: preprovisioned service account unable to be included in deployment (#74)\n\n#71 excludes serviceAccounts in the deployment template entirely if\r\n`serviceAccount.enabled` is set to false, meaning it defaults to\r\n\"default\" for the deployment. Previously, we could create a service\r\naccount that was named identical to `fullname`, i.e., either the release\r\nname or an override via values, and have that SA be used for the pod.\r\n\r\nThis PR re-adds the ability to use service accounts in the deployment\r\n*without* creating one, and also extends upon the pre-#71 behavior of\r\nallowing you to set the name of the service account to use via\r\n`serviceAccount.name`. The property is not set in the chart's default\r\nvalues, and defaults to the `fullname` behavior of < v0.9.4.\r\n\r\nAdditionally, we also swapped out a bunch of \"templates\" for \"includes\",\r\nas per\r\nhttps://helm.sh/docs/howto/charts_tips_and_tricks/#using-the-include-function.\r\n\r\n---------\r\n\r\nSigned-off-by: Alexander Bartolomey ","shortMessageHtmlLink":"fix: preprovisioned service account unable to be included in deployme…"}},{"before":"2db26e53f25df21317c20b3e058ebab6402c9bfd","after":"ce26c24bdd0c01b5d9e7bdbcc19cb72ddb70173f","ref":"refs/heads/gh-pages","pushedAt":"2024-05-02T20:52:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update index.yaml\n\nSigned-off-by: DrPsychick ","shortMessageHtmlLink":"Update index.yaml"}},{"before":"ccd2077a62201feea93cdfbe2931533eee955bf7","after":"208562dad54a56c7bfd7acd5d0d7684fee9436f6","ref":"refs/heads/main","pushedAt":"2024-05-02T20:50:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"chore(deps): update gomods/athens docker tag to v0.14.0 (#72)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Update | Change |\r\n|---|---|---|\r\n| [gomods/athens](https://togithub.com/gomods/athens) | minor |\r\n`v0.13.3` -> `v0.14.0` |\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\ngomods/athens (gomods/athens)\r\n\r\n### [`v0.14.0`](https://togithub.com/gomods/athens/releases/tag/v0.14.0)\r\n\r\n[Compare\r\nSource](https://togithub.com/gomods/athens/compare/v0.13.3...v0.14.0)\r\n\r\n#### What's Changed\r\n\r\n- update-go-pkg(deps): bump github.com/aws/aws-sdk-go from 1.44.220 to\r\n1.51.21 by [@​dependabot](https://togithub.com/dependabot) in\r\n[https://github.com/gomods/athens/pull/1942](https://togithub.com/gomods/athens/pull/1942)\r\n- Add an introduction page as the home page by\r\n[@​matt0x6F](https://togithub.com/matt0x6F) in\r\n[https://github.com/gomods/athens/pull/1945](https://togithub.com/gomods/athens/pull/1945)\r\n- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by\r\n[@​dependabot](https://togithub.com/dependabot) in\r\n[https://github.com/gomods/athens/pull/1946](https://togithub.com/gomods/athens/pull/1946)\r\n- Add logging configuration docs by\r\n[@​matt0x6F](https://togithub.com/matt0x6F) in\r\n[https://github.com/gomods/athens/pull/1952](https://togithub.com/gomods/athens/pull/1952)\r\n- Docs overhaul by [@​matt0x6F](https://togithub.com/matt0x6F) in\r\n[https://github.com/gomods/athens/pull/1954](https://togithub.com/gomods/athens/pull/1954)\r\n- Upgrade to AWS SDK v2\r\n([#​1938](https://togithub.com/gomods/athens/issues/1938)) by\r\n[@​nesangcode](https://togithub.com/nesangcode) in\r\n[https://github.com/gomods/athens/pull/1950](https://togithub.com/gomods/athens/pull/1950)\r\n- update-github-action(deps): bump golangci/golangci-lint-action from 4\r\nto 5 by [@​dependabot](https://togithub.com/dependabot) in\r\n[https://github.com/gomods/athens/pull/1956](https://togithub.com/gomods/athens/pull/1956)\r\n- Bump\r\ngo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc\r\nfrom 0.25.0 to 0.46.0 by\r\n[@​dependabot](https://togithub.com/dependabot) in\r\n[https://github.com/gomods/athens/pull/1901](https://togithub.com/gomods/athens/pull/1901)\r\n- update-go-pkg(deps): bump github.com/unrolled/secure from\r\n0.0.0-20181221173256-0d6b5bb13069 to 1.14.0 by\r\n[@​dependabot](https://togithub.com/dependabot) in\r\n[https://github.com/gomods/athens/pull/1955](https://togithub.com/gomods/athens/pull/1955)\r\n\r\n#### New Contributors\r\n\r\n- [@​nesangcode](https://togithub.com/nesangcode) made their first\r\ncontribution in\r\n[https://github.com/gomods/athens/pull/1950](https://togithub.com/gomods/athens/pull/1950)\r\n\r\n**Full Changelog**:\r\nhttps://github.com/gomods/athens/compare/v0.13.3...v0.14.0\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/gomods/athens-charts).\r\n\r\n\r\n\r\n---------\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\r\nCo-authored-by: DrPsychick ","shortMessageHtmlLink":"chore(deps): update gomods/athens docker tag to v0.14.0 (#72)"}},{"before":"780723b64962991e26a58e0b2a5c2fa460c6f4f8","after":"df2be94a2674ca96a6bb6b4752d2ca5946ff10da","ref":"refs/heads/renovate/gomods-athens-0.x","pushedAt":"2024-05-02T17:03:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"chore: bump chart version","shortMessageHtmlLink":"chore: bump chart version"}},{"before":null,"after":"780723b64962991e26a58e0b2a5c2fa460c6f4f8","ref":"refs/heads/renovate/gomods-athens-0.x","pushedAt":"2024-05-01T20:39:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update gomods/athens docker tag to v0.14.0","shortMessageHtmlLink":"chore(deps): update gomods/athens docker tag to v0.14.0"}},{"before":"40b971c1a6d5a6d0ead30e1634b47094b6750c09","after":null,"ref":"refs/heads/dependabot/github_actions/main/helm/kind-action-1.10.0","pushedAt":"2024-04-30T19:57:05.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":"7c7e8d7e099fed9a858cf8f452255c7424eb6b4d","after":"ccd2077a62201feea93cdfbe2931533eee955bf7","ref":"refs/heads/main","pushedAt":"2024-04-30T19:56:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"update-github-action(deps): bump helm/kind-action from 1.9.0 to 1.10.0 (#70)\n\nBumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0\r\nto 1.10.0.\r\n
\r\nRelease notes\r\n

Sourced from helm/kind-action's\r\nreleases.

\r\n
\r\n

v1.10.0

\r\n

Requirements

\r\n

We changed to use wget instead of curl

\r\n

What's Changed

\r\n
    \r\n
  • Update kind to release v0.21.0 by @​cpanato in helm/kind-action#104
  • \r\n
  • Bump actions/checkout from 4.1.1 to 4.1.2 by @​dependabot in helm/kind-action#106
  • \r\n
  • Bump actions/checkout from 4.1.2 to 4.1.3 by @​dependabot in helm/kind-action#108
  • \r\n
  • bump kind to 0.22.0 / kubectl and general housekeeping by @​cpanato in helm/kind-action#107
  • \r\n
  • Bump actions/checkout from 4.1.2 to 4.1.3 in the actions group by @​dependabot in helm/kind-action#109
  • \r\n
\r\n

Full Changelog: https://github.com/helm/kind-action/compare/v1.9.0...v1.10.0

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 0025e74\r\nBump actions/checkout from 4.1.2 to 4.1.3 in the actions group (#109)
  • \r\n
  • 2a7d25f\r\nbump kind to 0.22.0 / kubectl and general housekeeping (#107)
  • \r\n
  • d821386\r\nBump actions/checkout from 4.1.2 to 4.1.3 (#108)
  • \r\n
  • e89fbc4\r\nBump actions/checkout from 4.1.1 to 4.1.2 (#106)
  • \r\n
  • 8300bd0\r\nUpdate kind to release v0.21.0 (#104)
  • \r\n
  • See full diff 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=helm/kind-action&package-manager=github_actions&previous-version=1.9.0&new-version=1.10.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\n\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":"update-github-action(deps): bump helm/kind-action from 1.9.0 to 1.10.0 ("}},{"before":"32d8eafbcadcf46f8be969599d3aee3b3532d73f","after":"2db26e53f25df21317c20b3e058ebab6402c9bfd","ref":"refs/heads/gh-pages","pushedAt":"2024-04-30T19:56:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update index.yaml\n\nSigned-off-by: DrPsychick ","shortMessageHtmlLink":"Update index.yaml"}},{"before":"202b42ad328fc93254bb43d2c54372f7fd8a7829","after":"7c7e8d7e099fed9a858cf8f452255c7424eb6b4d","ref":"refs/heads/main","pushedAt":"2024-04-30T19:54:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"fix: only reference service account if it is created (#71)\n\ncloses #69","shortMessageHtmlLink":"fix: only reference service account if it is created (#71)"}},{"before":null,"after":"40b971c1a6d5a6d0ead30e1634b47094b6750c09","ref":"refs/heads/dependabot/github_actions/main/helm/kind-action-1.10.0","pushedAt":"2024-04-29T14:13:09.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":"update-github-action(deps): bump helm/kind-action from 1.9.0 to 1.10.0\n\nBumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.0.\n- [Release notes](https://github.com/helm/kind-action/releases)\n- [Commits](https://github.com/helm/kind-action/compare/v1.9.0...v1.10.0)\n\n---\nupdated-dependencies:\n- dependency-name: helm/kind-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"update-github-action(deps): bump helm/kind-action from 1.9.0 to 1.10.0"}},{"before":"919ef9aabfb6bd6d53a8060d7c4f0c2230e84710","after":"202b42ad328fc93254bb43d2c54372f7fd8a7829","ref":"refs/heads/main","pushedAt":"2024-04-19T16:05:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"fix: don't specify replicas when autoscaling is enabled (#68)","shortMessageHtmlLink":"fix: don't specify replicas when autoscaling is enabled (#68)"}},{"before":"ede3f7443c754f256f61b5ff34f42465ad456609","after":"32d8eafbcadcf46f8be969599d3aee3b3532d73f","ref":"refs/heads/gh-pages","pushedAt":"2024-04-16T23:50:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update index.yaml\n\nSigned-off-by: matt0x6F ","shortMessageHtmlLink":"Update index.yaml"}},{"before":"cbb9f538c1fee350ade626f98b32267d97ca69a3","after":"919ef9aabfb6bd6d53a8060d7c4f0c2230e84710","ref":"refs/heads/main","pushedAt":"2024-04-16T23:49:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"matt0x6F","name":"Matt","path":"/matt0x6F","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8207468?s=80&v=4"},"commit":{"message":"chore: bump chart version for athens v0.13.3 (#67)","shortMessageHtmlLink":"chore: bump chart version for athens v0.13.3 (#67)"}},{"before":"d3c676825dc01139e4accf7efe00fab4b29ffcbf","after":null,"ref":"refs/heads/renovate/gomods-athens-0.x","pushedAt":"2024-04-16T17:42:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"5ddd1377ad0e8c1efc3eb3a08311a3f56b0a1fd8","after":"cbb9f538c1fee350ade626f98b32267d97ca69a3","ref":"refs/heads/main","pushedAt":"2024-04-16T17:41:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"chore(deps): update gomods/athens docker tag to v0.13.3 (#65)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Update | Change |\r\n|---|---|---|\r\n| [gomods/athens](https://togithub.com/gomods/athens) | patch |\r\n`v0.13.1` -> `v0.13.3` |\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\ngomods/athens (gomods/athens)\r\n\r\n### [`v0.13.3`](https://togithub.com/gomods/athens/releases/tag/v0.13.3)\r\n\r\n[Compare\r\nSource](https://togithub.com/gomods/athens/compare/v0.13.2...v0.13.3)\r\n\r\n#### What's Changed\r\n\r\n- Update README.md by\r\n[@​computerscienceiscool](https://togithub.com/computerscienceiscool)\r\nin\r\n[https://github.com/gomods/athens/pull/1932](https://togithub.com/gomods/athens/pull/1932)\r\n- update-go-pkg(deps): bump github.com/stretchr/testify from 1.8.4 to\r\n1.9.0 by [@​dependabot](https://togithub.com/dependabot) in\r\n[https://github.com/gomods/athens/pull/1933](https://togithub.com/gomods/athens/pull/1933)\r\n- Upgrade logrus from 1.7.0 => 1.9.3 by\r\n[@​matt0x6F](https://togithub.com/matt0x6F) in\r\n[https://github.com/gomods/athens/pull/1934](https://togithub.com/gomods/athens/pull/1934)\r\n- should use errors.AsErr to extract and detect errors.Error by\r\n[@​kkHAIKE](https://togithub.com/kkHAIKE) in\r\n[https://github.com/gomods/athens/pull/1936](https://togithub.com/gomods/athens/pull/1936)\r\n- correcting the misuse of the context in the copyContextWithCustomTime…\r\nby [@​kkHAIKE](https://togithub.com/kkHAIKE) in\r\n[https://github.com/gomods/athens/pull/1941](https://togithub.com/gomods/athens/pull/1941)\r\n- remove hardcoded rootPath values by\r\n[@​Jeansen](https://togithub.com/Jeansen) in\r\n[https://github.com/gomods/athens/pull/1874](https://togithub.com/gomods/athens/pull/1874)\r\n\r\n#### New Contributors\r\n\r\n-\r\n[@​computerscienceiscool](https://togithub.com/computerscienceiscool)\r\nmade their first contribution in\r\n[https://github.com/gomods/athens/pull/1932](https://togithub.com/gomods/athens/pull/1932)\r\n- [@​kkHAIKE](https://togithub.com/kkHAIKE) made their first\r\ncontribution in\r\n[https://github.com/gomods/athens/pull/1936](https://togithub.com/gomods/athens/pull/1936)\r\n- [@​Jeansen](https://togithub.com/Jeansen) made their first\r\ncontribution in\r\n[https://github.com/gomods/athens/pull/1874](https://togithub.com/gomods/athens/pull/1874)\r\n\r\n**Full Changelog**:\r\nhttps://github.com/gomods/athens/compare/v0.13.2...v0.13.3\r\n\r\n### [`v0.13.2`](https://togithub.com/gomods/athens/releases/tag/v0.13.2)\r\n\r\n[Compare\r\nSource](https://togithub.com/gomods/athens/compare/v0.13.1...v0.13.2)\r\n\r\n#### What's Changed\r\n\r\n- Send standard logger's output to logrus by\r\n[@​mikesep](https://togithub.com/mikesep) in\r\n[https://github.com/gomods/athens/pull/1912](https://togithub.com/gomods/athens/pull/1912)\r\n- chore: fix broken links to 'absolutely everybody' blog post by\r\n[@​darrylblake](https://togithub.com/darrylblake) in\r\n[https://github.com/gomods/athens/pull/1914](https://togithub.com/gomods/athens/pull/1914)\r\n- update-github-action(deps): bump golangci/golangci-lint-action from 3\r\nto 4 by [@​dependabot](https://togithub.com/dependabot) in\r\n[https://github.com/gomods/athens/pull/1915](https://togithub.com/gomods/athens/pull/1915)\r\n- update-go-pkg(deps): bump github.com/gorilla/mux from 1.6.2 to 1.8.1\r\nby [@​dependabot](https://togithub.com/dependabot) in\r\n[https://github.com/gomods/athens/pull/1917](https://togithub.com/gomods/athens/pull/1917)\r\n- update-go-pkg(deps): bump github.com/stretchr/testify from 1.8.1 to\r\n1.8.4 by [@​dependabot](https://togithub.com/dependabot) in\r\n[https://github.com/gomods/athens/pull/1918](https://togithub.com/gomods/athens/pull/1918)\r\n- update-go-pkg(deps): bump go.etcd.io/etcd/api/v3 from 3.5.9 to 3.5.12\r\nby [@​dependabot](https://togithub.com/dependabot) in\r\n[https://github.com/gomods/athens/pull/1919](https://togithub.com/gomods/athens/pull/1919)\r\n- Fix Markdown link in Storage docs by\r\n[@​chriskuehl](https://togithub.com/chriskuehl) in\r\n[https://github.com/gomods/athens/pull/1922](https://togithub.com/gomods/athens/pull/1922)\r\n- Use quotes for args by\r\n[@​matt0x6F](https://togithub.com/matt0x6F) in\r\n[https://github.com/gomods/athens/pull/1925](https://togithub.com/gomods/athens/pull/1925)\r\n- Add log formatting settings by\r\n[@​matt0x6F](https://togithub.com/matt0x6F) in\r\n[https://github.com/gomods/athens/pull/1926](https://togithub.com/gomods/athens/pull/1926)\r\n- upgrade mongodb driver by\r\n[@​xytan0056](https://togithub.com/xytan0056) in\r\n[https://github.com/gomods/athens/pull/1928](https://togithub.com/gomods/athens/pull/1928)\r\n- update-go-pkg(deps): bump github.com/lib/pq from 1.10.7 to 1.10.9 by\r\n[@​dependabot](https://togithub.com/dependabot) in\r\n[https://github.com/gomods/athens/pull/1923](https://togithub.com/gomods/athens/pull/1923)\r\n- Rework logging defaults by\r\n[@​matt0x6F](https://togithub.com/matt0x6F) in\r\n[https://github.com/gomods/athens/pull/1927](https://togithub.com/gomods/athens/pull/1927)\r\n\r\n#### New Contributors\r\n\r\n- [@​darrylblake](https://togithub.com/darrylblake) made their\r\nfirst contribution in\r\n[https://github.com/gomods/athens/pull/1914](https://togithub.com/gomods/athens/pull/1914)\r\n- [@​chriskuehl](https://togithub.com/chriskuehl) made their first\r\ncontribution in\r\n[https://github.com/gomods/athens/pull/1922](https://togithub.com/gomods/athens/pull/1922)\r\n- [@​matt0x6F](https://togithub.com/matt0x6F) made their first\r\ncontribution in\r\n[https://github.com/gomods/athens/pull/1925](https://togithub.com/gomods/athens/pull/1925)\r\n\r\n**Full Changelog**:\r\nhttps://github.com/gomods/athens/compare/v0.13.1...v0.13.2\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/gomods/athens-charts).\r\n\r\n\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update gomods/athens docker tag to v0.13.3 (#65)"}},{"before":null,"after":"d3c676825dc01139e4accf7efe00fab4b29ffcbf","ref":"refs/heads/renovate/gomods-athens-0.x","pushedAt":"2024-04-16T17:38:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update gomods/athens docker tag to v0.13.3","shortMessageHtmlLink":"chore(deps): update gomods/athens docker tag to v0.13.3"}},{"before":"7f7c0157dce8ef2f626fe4f03d09c0cb73b4ef65","after":"5ddd1377ad0e8c1efc3eb3a08311a3f56b0a1fd8","ref":"refs/heads/main","pushedAt":"2024-04-16T17:38:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"chore: Configure Renovate (#59)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nWelcome to [Renovate](https://togithub.com/renovatebot/renovate)! This\r\nis an onboarding PR to help you understand and configure settings before\r\nregular Pull Requests begin.\r\n\r\n🚦 To activate Renovate, merge this Pull Request. To disable Renovate,\r\nsimply close this Pull Request unmerged.\r\n\r\n\r\n\r\n---\r\n### Detected Package Files\r\n\r\n * `charts/athens-proxy/Chart.yaml` (regex)\r\n\r\n### Configuration Summary\r\n\r\nBased on the default config's presets, Renovate will:\r\n\r\n - Start dependency updates only once this onboarding PR is merged\r\n - Show all Merge Confidence badges for pull requests.\r\n - Enable Renovate Dependency Dashboard creation.\r\n- Use semantic commit type `fix` for dependencies and `chore` for all\r\nothers if semantic commits are in use.\r\n- Ignore `node_modules`, `bower_components`, `vendor` and various\r\ntest/tests directories.\r\n - Group known monorepo packages together.\r\n - Use curated list of recommended non-monorepo package groupings.\r\n - Apply crowd-sourced package replacement rules.\r\n - Apply crowd-sourced workarounds for known problems with packages.\r\n\r\n🔡 Do you want to change how Renovate upgrades your dependencies? Add\r\nyour custom config to `renovate.json` in this branch. Renovate will\r\nupdate the Pull Request description the next time it runs.\r\n\r\n---\r\n\r\n### What to Expect\r\n\r\nWith your current configuration, Renovate will create 1 Pull Request:\r\n\r\n
\r\nchore(deps): update gomods/athens docker tag to\r\nv0.13.3\r\n\r\n - Schedule: [\"at any time\"]\r\n - Branch name: `renovate/gomods-athens-0.x`\r\n - Merge into: `main`\r\n- Upgrade [gomods/athens](https://togithub.com/gomods/athens) to\r\n`v0.13.3`\r\n\r\n\r\n
\r\n\r\n\r\n---\r\n\r\n❓ Got questions? Check out Renovate's\r\n[Docs](https://docs.renovatebot.com/), particularly the Getting Started\r\nsection.\r\nIf you need any further assistance then you can also [request help\r\nhere](https://togithub.com/renovatebot/renovate/discussions).\r\n\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/gomods/athens-charts).\r\n\r\n\r\n\r\n\r\n---------\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\r\nCo-authored-by: DrPsychick ","shortMessageHtmlLink":"chore: Configure Renovate (#59)"}},{"before":"58dbe321807e54405323297241754aa58b7837a4","after":"3cb594ba69af33fd1d42bdb00b2cfca57613cccb","ref":"refs/heads/renovate/configure","pushedAt":"2024-04-16T12:38:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"fix: Post-upgrade tasks can only be used on self-hosted Renovate (#64)\n\ndoc: update Readme on the release process","shortMessageHtmlLink":"fix: Post-upgrade tasks can only be used on self-hosted Renovate (#64)"}},{"before":"3ad5436b945d24bf10d58700f9141db2005b21b2","after":"58dbe321807e54405323297241754aa58b7837a4","ref":"refs/heads/renovate/configure","pushedAt":"2024-04-16T12:30:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"fix: remove allow*PostUpgradeCommand as its not allowed (#63)","shortMessageHtmlLink":"fix: remove allow*PostUpgradeCommand as its not allowed (#63)"}},{"before":"f06c03da00a5ddf0331e43811980cfd0977bc70f","after":"3ad5436b945d24bf10d58700f9141db2005b21b2","ref":"refs/heads/renovate/configure","pushedAt":"2024-04-16T12:17:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"try: regex with docker datasource and postUpgradeTask for Chart version (#62)","shortMessageHtmlLink":"try: regex with docker datasource and postUpgradeTask for Chart versi…"}},{"before":"b63432ce187c0ac320798101905ed3371a9dcd81","after":"f06c03da00a5ddf0331e43811980cfd0977bc70f","ref":"refs/heads/renovate/configure","pushedAt":"2024-04-16T12:01:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"fix: renovate manager name (#61)","shortMessageHtmlLink":"fix: renovate manager name (#61)"}},{"before":"2d1f1a505a678d18fefe4be8772246cb84a4d386","after":"b63432ce187c0ac320798101905ed3371a9dcd81","ref":"refs/heads/renovate/configure","pushedAt":"2024-04-16T11:57:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"feat: enable renovate and limit it to helm (#60)","shortMessageHtmlLink":"feat: enable renovate and limit it to helm (#60)"}},{"before":null,"after":"2d1f1a505a678d18fefe4be8772246cb84a4d386","ref":"refs/heads/renovate/configure","pushedAt":"2024-04-16T11:41:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"Add renovate.json","shortMessageHtmlLink":"Add renovate.json"}},{"before":"8e6f4dec29b898e28750fd8cb94710a6be3eb108","after":"7f7c0157dce8ef2f626fe4f03d09c0cb73b4ef65","ref":"refs/heads/main","pushedAt":"2024-04-12T18:07:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"Rename dependabot.yaml to dependabot.yml","shortMessageHtmlLink":"Rename dependabot.yaml to dependabot.yml"}},{"before":"fcc6485964c49fe51623b2dc67718f76ac40b30c","after":null,"ref":"refs/heads/dependabot/github_actions/main/azure/setup-helm-4","pushedAt":"2024-03-12T19:05:59.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":"a5b06b9812ac41c1062806f649f1de98172528ef","after":"8e6f4dec29b898e28750fd8cb94710a6be3eb108","ref":"refs/heads/main","pushedAt":"2024-03-12T19:05:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"update-github-action(deps): bump azure/setup-helm from 3 to 4 (#57)\n\nBumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3 to\r\n4.\r\n
\r\nRelease notes\r\n

Sourced from azure/setup-helm's\r\nreleases.

\r\n
\r\n

v4

\r\n

Latest v4 release

\r\n

v4.0.0

\r\n
    \r\n
  • #121\r\nupdate to node20 as node16 is deprecated
  • \r\n
\r\n

v3.5 release

\r\n

Bump @​actions/core version to remove output\r\nwarning.

\r\n

v3.4 release

\r\n

Improves the querying method to find the latest Helm release. Takes\r\nadvantage of new GitHub api changes.

\r\n

v3.3 release

\r\n

Add token input. Needed for fetching latest

\r\n

v3.1 release

\r\n

Swap to GraphQL GitHub API

\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from azure/setup-helm's\r\nchangelog.

\r\n
\r\n

Change Log

\r\n

[4.1.0] - 2024-03-01

\r\n
    \r\n
  • #130\r\nswitches to use Helm published file to read latest version instead of\r\nusing GitHub releases
  • \r\n
\r\n

[4.0.0] - 2024-02-12

\r\n
    \r\n
  • #121\r\nupdate to node20 as node16 is deprecated
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 29960d0\r\nbuild
  • \r\n
  • 0788eb3\r\nv4 release and required workflow updates (#125)
  • \r\n
  • 208de6b\r\nUpgrade action to use node20 (#121)
  • \r\n
  • 1f87a57\r\nBump @​babel/traverse from 7.18.6 to 7.23.2 (#118)
  • \r\n
  • d336b89\r\nAdd action input to set download base url (#113)
  • \r\n
  • ac5ee1f\r\nUpdate helm to v3.11.1 (#108)
  • \r\n
  • 638a523\r\nBump decode-uri-component from 0.2.0 to 0.2.2 (#105)
  • \r\n
  • 0a7ec47\r\nBump json5 from 2.2.1 to 2.2.3 (#107)
  • \r\n
  • 3419a8f\r\nUpdate README to reflect current default helm version (#106)
  • \r\n
  • f77071b\r\nminor nit , upgrade helm and GH action version updates (#102)
  • \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=azure/setup-helm&package-manager=github_actions&previous-version=3&new-version=4)](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\n\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":"update-github-action(deps): bump azure/setup-helm from 3 to 4 (#57)"}},{"before":null,"after":"fcc6485964c49fe51623b2dc67718f76ac40b30c","ref":"refs/heads/dependabot/github_actions/main/azure/setup-helm-4","pushedAt":"2024-03-04T14:52:56.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":"update-github-action(deps): bump azure/setup-helm from 3 to 4\n\nBumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3 to 4.\n- [Release notes](https://github.com/azure/setup-helm/releases)\n- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/azure/setup-helm/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: azure/setup-helm\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"update-github-action(deps): bump azure/setup-helm from 3 to 4"}},{"before":"d1c1d1a31710ecc6661e5a23aa910ba4316061af","after":"ede3f7443c754f256f61b5ff34f42465ad456609","ref":"refs/heads/gh-pages","pushedAt":"2024-02-16T19:15:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update index.yaml\n\nSigned-off-by: DrPsychick ","shortMessageHtmlLink":"Update index.yaml"}},{"before":"5ef403c796f6d5e2bd7dadf76eff5b9cb15455e3","after":"a5b06b9812ac41c1062806f649f1de98172528ef","ref":"refs/heads/main","pushedAt":"2024-02-16T19:13:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DrPsychick","name":"DrPsychick","path":"/DrPsychick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18177732?s=80&v=4"},"commit":{"message":"Allow setting a priority class name (#56)\n\n## Why\r\nWe run athens using this helm chart and would like to change its\r\npriority class in the cluster.\r\n\r\n## How\r\n\r\n- create a new value that defaults to empty\r\n- passively only add the priority class if specified\r\n- include an update to the Chart.yaml to trigger a release\r\n\r\n## Validation\r\n\r\n```\r\n❯ helm template charts/athens-proxy | grep priority\r\n❯ helm template charts/athens-proxy --set priorityClassName=critical | grep priority\r\n priorityClassName: \"critical\"\r\n```","shortMessageHtmlLink":"Allow setting a priority class name (#56)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERm6R1wA","startCursor":null,"endCursor":null}},"title":"Activity · gomods/athens-charts"}