{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":284327701,"defaultBranch":"develop","name":"inboard","ownerLogin":"br3ndonland","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-08-01T19:42:35.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/26674818?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1720984082.0","currentOid":""},"activityList":{"items":[{"before":"f950d28fdad60743c36ea37af11f12d2912eeb1f","after":"08044c6034346b745f4a210cef928c7114497e78","ref":"refs/heads/develop","pushedAt":"2024-07-14T22:16:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Use dedicated GitHub Actions job for PyPI\n\nThis project uses pypa/gh-action-pypi-publish to publish Python packages\nto PyPI with an OIDC trusted publisher (59ec546).\n\npypa/gh-action-pypi-publish is set up as a Docker action referencing the\nDockerfile. The downside to using the Dockerfile for the action is that\nthe Docker image must be built every time the action is used. This will\nhopefully change in the near future if Docker images are pre-built and\npushed to a registry (pypa/gh-action-pypi-publish#230). In the meantime,\nthis commit will move related steps to a dedicated GitHub Actions job so\nthat the Docker image is not built every time GitHub Actions jobs run.\n\n59ec546\nhttps://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action\nhttps://docs.pypi.org/trusted-publishers/\nhttps://github.com/pypa/gh-action-pypi-publish","shortMessageHtmlLink":"Use dedicated GitHub Actions job for PyPI"}},{"before":"dd3a53c2a6f41cec02d2fbdb7e8f93d6f08d149c","after":"f950d28fdad60743c36ea37af11f12d2912eeb1f","ref":"refs/heads/develop","pushedAt":"2024-07-14T22:10:05.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Update to `hatch==1.12.0`\n\nhttps://hatch.pypa.io/latest/blog/2024/05/02/hatch-v1100/\nhttps://hatch.pypa.io/latest/tutorials/testing/overview/\nhttps://github.com/pypa/hatch/releases","shortMessageHtmlLink":"Update to hatch==1.12.0"}},{"before":"76a21b8a48644b91c2d0e18a8380782971418efd","after":"dd3a53c2a6f41cec02d2fbdb7e8f93d6f08d149c","ref":"refs/heads/develop","pushedAt":"2024-07-14T21:00:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Add `--platform` to Docker CLI examples in docs\n\nDocker supports multiple platforms (combinations of operating system\nand CPU architecture) that can be supplied to the Docker CLI with the\n`--platform` argument. inboard currently only builds for `linux/amd64`,\nalso known as `x86_64`. This commit will add `--platform` to Docker CLI\nexamples in the docs to help users avoid warnings like this:\n\n```text\nWARNING:\nThe requested image's platform (linux/amd64) does not match the detected\nhost platform (linux/arm64/v8) and no specific platform was requested\n```\n\nhttps://docs.docker.com/build/building/multi-platform/\nhttps://github.com/containerd/platforms\nhttps://github.com/opencontainers/image-spec/blob/036563a/specs-go/v1/descriptor.go#L52-L72","shortMessageHtmlLink":"Add --platform to Docker CLI examples in docs"}},{"before":"49914dd8a718ddda65cc85fb4376bfb2be5cdab2","after":"76a21b8a48644b91c2d0e18a8380782971418efd","ref":"refs/heads/develop","pushedAt":"2024-07-14T20:44:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Add `--platform` to Docker CLI examples in docs\n\nDocker supports multiple platforms (combinations of operating system\nand CPU architecture) that can be supplied to the Docker CLI with the\n`--platform` argument. inboard currently only builds for `linux/amd64`,\nalso known as `x86_64`. This commit will add `--platform` to Docker CLI\nexamples in the docs to help users avoid warnings like this:\n\n```text\nWARNING:\nThe requested image's platform (linux/amd64) does not match the detected\nhost platform (linux/arm64/v8) and no specific platform was requested\n```\n\nhttps://docs.docker.com/build/building/multi-platform/\nhttps://github.com/containerd/platforms\nhttps://github.com/opencontainers/image-spec/blob/036563a/specs-go/v1/descriptor.go#L52-L72","shortMessageHtmlLink":"Add --platform to Docker CLI examples in docs"}},{"before":"af062547d2ee16dd3bbf8185d425741a44b3297c","after":"49914dd8a718ddda65cc85fb4376bfb2be5cdab2","ref":"refs/heads/main","pushedAt":"2024-07-14T19:18:23.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Fix Docker `FromAsCasing` warning\n\nThis commit will resolve the following warning seen in Docker builds:\n\n```text\n1 warning found (use --debug to expand):\n- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 42)\n```","shortMessageHtmlLink":"Fix Docker FromAsCasing warning"}},{"before":"294e8c8ea3a7361602bec3b994101a9579dd550e","after":"49914dd8a718ddda65cc85fb4376bfb2be5cdab2","ref":"refs/heads/develop","pushedAt":"2024-07-14T19:08:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Fix Docker `FromAsCasing` warning\n\nThis commit will resolve the following warning seen in Docker builds:\n\n```text\n1 warning found (use --debug to expand):\n- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 42)\n```","shortMessageHtmlLink":"Fix Docker FromAsCasing warning"}},{"before":"5853aef217952ebfd96358234999d907a701a7ed","after":null,"ref":"refs/heads/create-pull-request/0.69.0","pushedAt":"2024-07-14T19:08:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"}},{"before":"af062547d2ee16dd3bbf8185d425741a44b3297c","after":"294e8c8ea3a7361602bec3b994101a9579dd550e","ref":"refs/heads/develop","pushedAt":"2024-07-14T19:08:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Update changelog for version 0.69.0 (#110)\n\nAutomated changes by\r\n[create-pull-request](https://github.com/peter-evans/create-pull-request)\r\nGitHub action\r\n\r\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update changelog for version 0.69.0 (#110)"}},{"before":null,"after":"5853aef217952ebfd96358234999d907a701a7ed","ref":"refs/heads/create-pull-request/0.69.0","pushedAt":"2024-07-14T19:05:15.000Z","pushType":"branch_creation","commitsCount":0,"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 changelog for version 0.69.0","shortMessageHtmlLink":"Update changelog for version 0.69.0"}},{"before":"2416a23171a35b722c865bd87e0d047d5ee54543","after":"af062547d2ee16dd3bbf8185d425741a44b3297c","ref":"refs/heads/main","pushedAt":"2024-07-14T18:40:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Bump version from 0.68.0 to 0.69.0","shortMessageHtmlLink":"Bump version from 0.68.0 to 0.69.0"}},{"before":"2416a23171a35b722c865bd87e0d047d5ee54543","after":"af062547d2ee16dd3bbf8185d425741a44b3297c","ref":"refs/heads/develop","pushedAt":"2024-07-14T18:32:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Bump version from 0.68.0 to 0.69.0","shortMessageHtmlLink":"Bump version from 0.68.0 to 0.69.0"}},{"before":"3fc1f795165197973514ad25033c3746fac9bb48","after":"2416a23171a35b722c865bd87e0d047d5ee54543","ref":"refs/heads/main","pushedAt":"2024-04-27T02:35:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Update changelog for version 0.68.0 (#109)\n\nAutomated changes by\r\n[create-pull-request](https://github.com/peter-evans/create-pull-request)\r\nGitHub action\r\n\r\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update changelog for version 0.68.0 (#109)"}},{"before":"ba21215fbefd8625a1d00beadb475ffe592a2124","after":null,"ref":"refs/heads/create-pull-request/0.68.0","pushedAt":"2024-04-27T02:30:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"}},{"before":"3fc1f795165197973514ad25033c3746fac9bb48","after":"2416a23171a35b722c865bd87e0d047d5ee54543","ref":"refs/heads/develop","pushedAt":"2024-04-27T02:30:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Update changelog for version 0.68.0 (#109)\n\nAutomated changes by\r\n[create-pull-request](https://github.com/peter-evans/create-pull-request)\r\nGitHub action\r\n\r\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update changelog for version 0.68.0 (#109)"}},{"before":null,"after":"ba21215fbefd8625a1d00beadb475ffe592a2124","ref":"refs/heads/create-pull-request/0.68.0","pushedAt":"2024-04-27T02:26:22.000Z","pushType":"branch_creation","commitsCount":0,"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 changelog for version 0.68.0","shortMessageHtmlLink":"Update changelog for version 0.68.0"}},{"before":"9579bba9d67f9ef7f12b80c7bbd6becc529014a9","after":"3fc1f795165197973514ad25033c3746fac9bb48","ref":"refs/heads/main","pushedAt":"2024-04-27T02:09:31.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Bump version from 0.67.1 to 0.68.0","shortMessageHtmlLink":"Bump version from 0.67.1 to 0.68.0"}},{"before":"00432370a3f1686f1e455287652f0e2618b3e3c7","after":"3fc1f795165197973514ad25033c3746fac9bb48","ref":"refs/heads/develop","pushedAt":"2024-04-27T01:46:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Bump version from 0.67.1 to 0.68.0","shortMessageHtmlLink":"Bump version from 0.67.1 to 0.68.0"}},{"before":"6166a668d9019fc90adc5f268041f9bc1dd6df43","after":"00432370a3f1686f1e455287652f0e2618b3e3c7","ref":"refs/heads/develop","pushedAt":"2024-04-27T01:38:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Quote `&` in GitHub Actions workflow YAML\n\nSpecial characters, such as `&`, should be enclosed in quotes.","shortMessageHtmlLink":"Quote & in GitHub Actions workflow YAML"}},{"before":"bf4661ed83f09db7bf4dcb95ff0cedced14f92c4","after":"6166a668d9019fc90adc5f268041f9bc1dd6df43","ref":"refs/heads/develop","pushedAt":"2024-04-27T01:00:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Update to Uvicorn 0.28.1\n\nThis commit will update/upgrade to Uvicorn 0.28.1.\n[Changes](https://github.com/encode/uvicorn/compare/0.25.0...0.28.1)\nto Uvicorn between 0.25.0 and 0.28.1 include updates to `root_path`/\n`--root-path` to comply with the ASGI spec, and fixes to `Keep-Alive`\nbehavior to avoid timeouts and `h11.LocalProtocolError` exceptions that\noccur when processing pipelined requests.","shortMessageHtmlLink":"Update to Uvicorn 0.28.1"}},{"before":"9c3e356bf10e293c5b8348515c451babdc681b41","after":null,"ref":"refs/heads/dependabot/pip/gunicorn-22.0.0","pushedAt":"2024-04-26T23:33:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"}},{"before":"9579bba9d67f9ef7f12b80c7bbd6becc529014a9","after":"bf4661ed83f09db7bf4dcb95ff0cedced14f92c4","ref":"refs/heads/develop","pushedAt":"2024-04-26T23:33:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Bump gunicorn from 21.2.0 to 22.0.0 (#108)\n\nThis commit will bump gunicorn from 21.2.0 to 22.0.0.\r\nGunicorn 22.0.0 resolves a high-severity security vulnerability\r\n(CVE-2024-1135, GHSA-w3h3-4rj7-4ph4):\r\n\r\n> Gunicorn fails to properly validate Transfer-Encoding headers, leading\r\n> to HTTP Request Smuggling (HRS) vulnerabilities. By crafting requests\r\n> with conflicting Transfer-Encoding headers, attackers can bypass\r\n> security restrictions and access restricted endpoints. This issue is\r\n> due to Gunicorn's handling of Transfer-Encoding headers, where it\r\n> incorrectly processes requests with multiple, conflicting\r\n> Transfer-Encoding headers, treating them as chunked regardless of the\r\n> final encoding specified. This vulnerability has been shown to allow\r\n> access to endpoints restricted by gunicorn. This issue has been\r\n> addressed in version 22.0.0.\r\n>\r\n> To be affected users must have a network path which does not filter\r\n> out invalid requests. These users are advised to block access to\r\n> restricted endpoints via a firewall or other mechanism if they are\r\n> unable to update.\r\n\r\nhttps://docs.gunicorn.org/en/stable/news.html\r\nhttps://github.com/benoitc/gunicorn/releases\r\nhttps://github.com/advisories/GHSA-w3h3-4rj7-4ph4\r\nhttps://nvd.nist.gov/vuln/detail/CVE-2024-1135\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 gunicorn from 21.2.0 to 22.0.0 (#108)"}},{"before":null,"after":"9c3e356bf10e293c5b8348515c451babdc681b41","ref":"refs/heads/dependabot/pip/gunicorn-22.0.0","pushedAt":"2024-04-17T02:41:51.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 gunicorn from 21.2.0 to 22.0.0\n\nBumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0.\n- [Release notes](https://github.com/benoitc/gunicorn/releases)\n- [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: gunicorn\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump gunicorn from 21.2.0 to 22.0.0"}},{"before":"2bfe2182262053a2be4d965da433044c899e2ddd","after":"9579bba9d67f9ef7f12b80c7bbd6becc529014a9","ref":"refs/heads/main","pushedAt":"2024-04-11T23:34:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Update changelog for version 0.67.1 (#107)\n\nAutomated changes by\r\n[create-pull-request](https://github.com/peter-evans/create-pull-request)\r\nGitHub action\r\n\r\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update changelog for version 0.67.1 (#107)"}},{"before":"c57f5a2ea8b57b8c3524453587eda7087650b226","after":null,"ref":"refs/heads/create-pull-request/0.67.1","pushedAt":"2024-04-11T23:28:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"}},{"before":"2bfe2182262053a2be4d965da433044c899e2ddd","after":"9579bba9d67f9ef7f12b80c7bbd6becc529014a9","ref":"refs/heads/develop","pushedAt":"2024-04-11T23:28:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Update changelog for version 0.67.1 (#107)\n\nAutomated changes by\r\n[create-pull-request](https://github.com/peter-evans/create-pull-request)\r\nGitHub action\r\n\r\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update changelog for version 0.67.1 (#107)"}},{"before":null,"after":"c57f5a2ea8b57b8c3524453587eda7087650b226","ref":"refs/heads/create-pull-request/0.67.1","pushedAt":"2024-04-11T23:26:16.000Z","pushType":"branch_creation","commitsCount":0,"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 changelog for version 0.67.1","shortMessageHtmlLink":"Update changelog for version 0.67.1"}},{"before":"e84fc8b24817acb3c8b7e0a96c4574ddb0f88d7d","after":"2bfe2182262053a2be4d965da433044c899e2ddd","ref":"refs/heads/main","pushedAt":"2024-04-11T23:11:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Bump version from 0.67.0 to 0.67.1","shortMessageHtmlLink":"Bump version from 0.67.0 to 0.67.1"}},{"before":"e84fc8b24817acb3c8b7e0a96c4574ddb0f88d7d","after":"2bfe2182262053a2be4d965da433044c899e2ddd","ref":"refs/heads/develop","pushedAt":"2024-04-11T23:04:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Bump version from 0.67.0 to 0.67.1","shortMessageHtmlLink":"Bump version from 0.67.0 to 0.67.1"}},{"before":"1d20b7def75c886617dade65d9fcd5c3a43d086d","after":"e84fc8b24817acb3c8b7e0a96c4574ddb0f88d7d","ref":"refs/heads/main","pushedAt":"2024-04-11T22:58:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Fix Docker tags for specific Debian version (#105)\n\nPR #105 and 6a99cd0 introduced support for specifying the Debian version\nwhen building Docker images, ensuring that the version does not change\nunexpectedly. This change altered Docker tag syntax by adding the\nDebian version release name (currently \"bookworm\") to all Debian\nDocker images. For example, `ghcr.io/br3ndonland/inboard:latest`\nbecame `ghcr.io/br3ndonland/inboard:latest-bookworm`. inboard\nis not planning to support multiple Debian versions simultaneously.\ninboard will update to the next Debian version, Debian 13 (\"trixie\")\nwhen it is stable and will provide a new release after the update.\nThis means there is no need to add the Debian version release name to\nthe Docker tags.\n\nThis commit will update the code in the GitHub Actions workflow\njob used to produce Docker tags to match the previous tag syntax. The\nlatest Debian image will return to `ghcr.io/br3ndonland/inboard:latest`\nand the latest Debian slim to `ghcr.io/br3ndonland/inboard:latest-slim`.\nSyntax for Alpine Docker images remains unaltered, so tags like\n`ghcr.io/br3ndonland/inboard:latest-alpine` are still valid.","shortMessageHtmlLink":"Fix Docker tags for specific Debian version (#105)"}},{"before":"1d20b7def75c886617dade65d9fcd5c3a43d086d","after":"e84fc8b24817acb3c8b7e0a96c4574ddb0f88d7d","ref":"refs/heads/develop","pushedAt":"2024-04-11T22:48:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"br3ndonland","name":"Brendon Smith","path":"/br3ndonland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26674818?s=80&v=4"},"commit":{"message":"Fix Docker tags for specific Debian version (#105)\n\nPR #105 and 6a99cd0 introduced support for specifying the Debian version\nwhen building Docker images, ensuring that the version does not change\nunexpectedly. This change altered Docker tag syntax by adding the\nDebian version release name (currently \"bookworm\") to all Debian\nDocker images. For example, `ghcr.io/br3ndonland/inboard:latest`\nbecame `ghcr.io/br3ndonland/inboard:latest-bookworm`. inboard\nis not planning to support multiple Debian versions simultaneously.\ninboard will update to the next Debian version, Debian 13 (\"trixie\")\nwhen it is stable and will provide a new release after the update.\nThis means there is no need to add the Debian version release name to\nthe Docker tags.\n\nThis commit will update the code in the GitHub Actions workflow\njob used to produce Docker tags to match the previous tag syntax. The\nlatest Debian image will return to `ghcr.io/br3ndonland/inboard:latest`\nand the latest Debian slim to `ghcr.io/br3ndonland/inboard:latest-slim`.\nSyntax for Alpine Docker images remains unaltered, so tags like\n`ghcr.io/br3ndonland/inboard:latest-alpine` are still valid.","shortMessageHtmlLink":"Fix Docker tags for specific Debian version (#105)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEfyw9rQA","startCursor":null,"endCursor":null}},"title":"Activity ยท br3ndonland/inboard"}