\r\n\n\n### Steps to reproduce\n\n.\n\n### Expected behavior\n\n_No response_\n\n### System Info\n\n```shell\n\"next-d126cf9e35\"\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]",[1984,1987],{"name":1985,"color":1986},"bug","d73a4a",{"name":1988,"color":1989},"ui","46DEA2",4677,"woodpecker-ci","woodpecker","open","`tag` pipelines are missing avatar and commit title","2025-01-12T06:19:42Z","https://github.com/woodpecker-ci/woodpecker/issues/4677",0.76452523,{"description":1999,"labels":2000,"number":2004,"owner":1991,"repository":1992,"state":1993,"title":2005,"updated_at":2006,"url":2007,"score":2008},"### Clear and concise description of the problem\r\n\r\nFor build steps, I might be fine with using a \":latest\" image, but for diagnostics I want to be able to see exactly which image was used for a build. \r\n\r\n### Suggested solution\r\n\r\nPrint the docker image hash as a log line\r\n\r\n### Alternative\r\n\r\n_No response_\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\r\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\r\n- [X] Check that there isn't already an [issue](https://github.com/woodpecker-ci/woodpecker/issues) that request the same feature to avoid creating a duplicate.",[2001],{"name":2002,"color":2003},"feature","180DBE",1414,"record build step docker image id","2023-08-20T17:13:01Z","https://github.com/woodpecker-ci/woodpecker/issues/1414",0.7750722,{"description":2010,"labels":2011,"number":2018,"owner":1991,"repository":1992,"state":1993,"title":2019,"updated_at":2020,"url":2021,"score":2022},"we currently don't have a concept how to translate/interpreter the services into \"local backend\" and just ignore them.\r\n\r\nwe should have it that way so it works very similar to what the user know with docker or kube backend.",[2012,2015],{"name":2013,"color":2014},"enhancement","7E1FE4",{"name":2016,"color":2017},"backend/local","bfdadc",3095,"Implement services for local backend","2025-02-10T13:40:24Z","https://github.com/woodpecker-ci/woodpecker/issues/3095",0.80307466,{"description":2024,"labels":2025,"number":2027,"owner":1991,"repository":1992,"state":1993,"title":2028,"updated_at":2029,"url":2030,"score":2031},"### Component\n\nserver\n\n### Describe the bug\n\nWhile testing the ntfy plugin to send notifications after pipeline failure I wanted to use `CI_STEP_NAME` but it doesn't return a value. The other CI_STEP_* variables are not returning anything either.\r\n\r\nHere a example pipeline. I have added `CI_WORKFLOW_NAME` which does work.\r\n```\r\npipeline:\r\n deploy:\r\n image: alpine:latest\r\n commands:\r\n - exit 1\r\n\r\n notify_on_failure:\r\n image: codeberg.org/l-x/woodpecker-ntfy\r\n settings:\r\n url: https://ntfy.example.com/ci\r\n token:\r\n from_secret: ntfy_token\r\n title: Build failure\r\n priority: urgent\r\n icon: https://woodpecker-ci.org/img/logo.svg\r\n tags: x, robot\r\n message: >\r\n Workflow: ${CI_WORKFLOW_NAME}\r\n Step name: ${CI_STEP_NAME}\r\n Step status: ${CI_STEP_STATUS}\r\n Step started: ${CI_STEP_STARTED}\r\n Step finished: ${CI_STEP_FINISHED}\r\n when:\r\n status: [ failure ]\r\n```\n\n### System Info\n\n```shell\nVersion: next-02913fa7\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy) or the [Matrix room](https://matrix.to/#/#woodpecker:matrix.org).",[2026],{"name":2013,"color":2014},1760,"`CI_STEP_*` environment variables do not return values","2024-10-05T23:54:48Z","https://github.com/woodpecker-ci/woodpecker/issues/1760",0.8052889,{"description":2033,"labels":2034,"number":2039,"owner":1991,"repository":1992,"state":1993,"title":2040,"updated_at":2041,"url":2042,"score":2043},"### Component\n\nserver\n\n### Describe the bug\n\nError when enabling Gitea repository in Woodpecker CI:\n\n`could not create/update repo in store. error=\"pq: duplicate key value violates unique constraint \\\"UQE_repos_name\\\"\"`\n\nThere are no records with forge_id 0 in orgs table where we had similar problems\n\n### Steps to reproduce\n\n1. Press \"Enable\" in repository list\n2. Webhook is created\n3. Record in database can not be updated (possible tries to insert new one instead of updating?)\n\n### Expected behavior\n\n_No response_\n\n### System Info\n\n```shell\n{\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"3.3.0\"}\n```\n\n### Additional context\n\nPostgreSQL database, Gitea forge integration\n\n### Validations\n\n- [x] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [x] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [x] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/versions]",[2035,2036],{"name":1985,"color":1986},{"name":2037,"color":2038},"server","5D7A92",4935,"Activating repository error that failed to activate becauce of UQE_repos_name constraint","2025-03-11T14:11:01Z","https://github.com/woodpecker-ci/woodpecker/issues/4935",0.8170506,{"description":2045,"labels":2046,"number":2054,"owner":1991,"repository":1992,"state":1993,"title":2055,"updated_at":2056,"url":2057,"score":2058},"### Clear and concise description of the problem\n\nNo documentation on how to setup the CI using binary packages. The docs only explain how to install it using docker.\n\n### Suggested solution\n\nProvide documentation on how to use binary packages and setup the CI e.g. sample system service scripts with the environment variable and database config.\n\n### Alternative\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't already an [issue](https://github.com/woodpecker-ci/woodpecker/issues) that request the same feature to avoid creating a duplicate.",[2047,2050,2051],{"name":2048,"color":2049},"documentation","7D625D",{"name":2013,"color":2014},{"name":2052,"color":2053},"good first issue","76ea72",1292,"Add docs on how to setup using the binary packages","2023-03-26T20:17:21Z","https://github.com/woodpecker-ci/woodpecker/issues/1292",0.81817985,{"description":2060,"labels":2061,"number":2063,"owner":1991,"repository":1992,"state":2064,"title":2065,"updated_at":2066,"url":2067,"score":2068},"### Component\r\n\r\nagent\r\n\r\n### Describe the bug\r\n\r\nWhen I add this to either a build step, or the entire pipeline, it won't run / is skipped on my agent.\r\n\r\n```\r\n when:\r\n platform: linux/amd64\r\n```\r\n\r\nAgent:\r\n```\r\nKernel: Linux 5.15.0-60-generic\r\nArchitecture: x86-64\r\n```\r\n\r\nI've also tried changing it to `linux/*`, with no luck.\r\n\r\nMy agent also explicitly says its using this in its logs:\r\n\r\n`{\"level\":\"info\",\"time\":\"2023-03-23T17:54:01Z\",\"message\":\"Starting Woodpecker agent with version 'next-3a475ce2' and backend 'docker' using platform 'linux/amd64' running up to 1 pipelines in parallel\"}`\r\n\r\n### System Info\r\n\r\n```shell\r\n{\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"next-3a475ce2\"}\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\r\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\r\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\r\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]\r\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy) or the [Matrix room](https://matrix.to/#/#woodpecker:matrix.org).",[2062],{"name":1985,"color":1986},1677,"closed","Agent doesn't run platform conditionals correctly set for it","2023-10-18T18:50:08Z","https://github.com/woodpecker-ci/woodpecker/issues/1677",0.7701133,{"description":2070,"labels":2071,"number":2075,"owner":1991,"repository":1992,"state":2064,"title":2076,"updated_at":2077,"url":2078,"score":2079},"### Component\n\nserver\n\n### Describe the bug\n\nCurrently in some places this would be checked but in other places not. We should make it consistent.\r\n\r\nhttps://github.com/woodpecker-ci/woodpecker/pull/1672/commits/c99d72bb0cef79f412538c1b96efbb9cf7545073\n\n### System Info\n\n```shell\nlatest\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy) or the [Matrix room](https://matrix.to/#/#woodpecker:matrix.org).",[2072,2073,2074],{"name":1985,"color":1986},{"name":2037,"color":2038},{"name":2052,"color":2053},1675,"Make code consistent when deleting to return 404 status if not found","2023-04-15T13:22:40Z","https://github.com/woodpecker-ci/woodpecker/issues/1675",0.7733881,{"description":2081,"labels":2082,"number":2090,"owner":1991,"repository":1992,"state":2064,"title":2091,"updated_at":2092,"url":2093,"score":2094},"As noticed in several PRs the current option `NetrcOnlyTrusted` is limiting users, but on the other hand not really protecting them as well as netrc credentials could be stolen by a custom clone step with custom commands. \r\n\r\n- https://github.com/woodpecker-ci/woodpecker/pull/2585#issuecomment-1765756023\r\n- https://github.com/woodpecker-ci/woodpecker/pull/2214\r\n\r\nTo prevent this a `pass-netrc-to-plugins` option should replace the `NetrcOnlyTrusted` option. This option would contain list of images which will receive the netrc credentials if they are used as plugins. If the image however uses custom commands it wont get the credentials as those commands could be changed by others than the admin.\r\n\r\nThis will allow all steps and the clone step to use netrc credentials. It will however be breaking as it wont be possible anymore to use clone steps with custom commands.",[2083,2084,2087],{"name":2002,"color":2003},{"name":2085,"color":2086},"breaking","A1B83C",{"name":2088,"color":2089},"security","B60205",2601,"Replace `NetrcOnlyTrusted` with list of trusted plugins for netrc","2024-11-26T13:27:07Z","https://github.com/woodpecker-ci/woodpecker/issues/2601",0.7847387,{"description":2096,"labels":2097,"number":2101,"owner":1991,"repository":1992,"state":2064,"title":2102,"updated_at":2103,"url":2104,"score":2105},"### Component\n\nserver, agent\n\n### Describe the bug\n\nI noticed that I have a lot of agents declared in http://my-ci/admin/settings#agents.\r\n\r\nAfter few tests, I noticed that every time I restart a pod with an agent, it registers itself, adding a new agent declared in http://my-ci/admin/settings#agents.\r\n\r\nNote : in the Kubernetes world, pods can be deleted at any time, for load balancing, draining a node, upgrading, or any other good or bad reason. With the Helm chart provided at [woodpecker-ci/helm](https://github.com/woodpecker-ci/helm) the pods are under control of a Deployment, which means that they are stateless. Any new pod has no idea of the registration of the older one.\r\n\r\nBug : some cleanup should be done automatically when a pod is removed.\r\n\r\nSuggestion : when an pod terminates, the agent should unregister before leaving.\n\n### System Info\n\n```shell\n{\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"next-2e851ba4\"}\r\n\r\nBackend: Kubernetes\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy) or the [Matrix room](https://matrix.to/#/#woodpecker:matrix.org).",[2098,2099],{"name":2013,"color":2014},{"name":2100,"color":2017},"backend/kubernetes",2027,"Kubernetes backend : too many agents registered","2023-11-01T23:53:49Z","https://github.com/woodpecker-ci/woodpecker/issues/2027",0.7896085,["Reactive",2107],{},["Set"],["ShallowReactive",2110],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"dfhbhIqRUapsaLVcnbf-1Tim_PPpfR59__IT9A4Xq28":-1},"/woodpecker-ci/woodpecker/1259"]