From 8123f9ac7a39d35a822fa6a06a3520c5bc3e65e7 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 7 Sep 2023 15:37:55 +0000 Subject: [PATCH 01/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78717d4314..9ada5776a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,155 @@ # Changelog +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-07 + +### ❤️ Thanks to all contributors! ❤️ + +@anbraten, @xoxys, @mzampetakis, @math3vz, @qwerty287, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil + +### 💥 Breaking changes + +- Move "skip ci" logic into global pipeline conditions [[#2216](https://github.com/woodpecker-ci/woodpecker/pull/2216)] +- Deprecate "platform" filter in favour of "labels" [[#2181](https://github.com/woodpecker-ci/woodpecker/pull/2181)] +- fail hard on deprecated pipeline keys [[#2180](https://github.com/woodpecker-ci/woodpecker/pull/2180)] +- client lib: remove useles "sync" option from RepoListOpts [[#2090](https://github.com/woodpecker-ci/woodpecker/pull/2090)] +- Drop deprecated built-in environment variables [[#2048](https://github.com/woodpecker-ci/woodpecker/pull/2048)] + +### 🔒 Security + +- Check permissions on repo lookup [[#2357](https://github.com/woodpecker-ci/woodpecker/pull/2357)] +- Change token logging to trace level [[#2247](https://github.com/woodpecker-ci/woodpecker/pull/2247)] +- Validate webhook before change any data (#2221) [[#2222](https://github.com/woodpecker-ci/woodpecker/pull/2222)] +- Validate webhook before change any data [[#2221](https://github.com/woodpecker-ci/woodpecker/pull/2221)] +- Fix WOODPECKER_GRPC_VERIFY being ignored (#2077) [[#2082](https://github.com/woodpecker-ci/woodpecker/pull/2082)] + +### ✨ Features + +- Add org list [[#2338](https://github.com/woodpecker-ci/woodpecker/pull/2338)] +- Add option to configure tolerations in kubernetes backend [[#2249](https://github.com/woodpecker-ci/woodpecker/pull/2249)] +- Support user secrets [[#2126](https://github.com/woodpecker-ci/woodpecker/pull/2126)] +- Add opt save global log output to file [[#2115](https://github.com/woodpecker-ci/woodpecker/pull/2115)] +- Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] + +### 🐛 Bug Fixes + +- Do not list archived repos for all forges [[#2374](https://github.com/woodpecker-ci/woodpecker/pull/2374)] +- fix(server/api/repo): Fix repair webhook host [[#2372](https://github.com/woodpecker-ci/woodpecker/pull/2372)] +- Delete repos/secrets on org deletion [[#2367](https://github.com/woodpecker-ci/woodpecker/pull/2367)] +- Fix org fetching [[#2343](https://github.com/woodpecker-ci/woodpecker/pull/2343)] +- Show correct event in pipeline step list [[#2334](https://github.com/woodpecker-ci/woodpecker/pull/2334)] +- Add min height to mobile pipeline view and fix overflow [[#2335](https://github.com/woodpecker-ci/woodpecker/pull/2335)] +- Fix grid column size in pipeline log view [[#2336](https://github.com/woodpecker-ci/woodpecker/pull/2336)] +- Fix button loading spinner when activating repos [[#2333](https://github.com/woodpecker-ci/woodpecker/pull/2333)] +- Fix migration [[#2319](https://github.com/woodpecker-ci/woodpecker/pull/2319)] +- make WOODPECKER_MIGRATIONS_ALLOW_LONG have an actuall effect [[#2251](https://github.com/woodpecker-ci/woodpecker/pull/2251)] +- Docker build dont ignore ci env vars [[#2238](https://github.com/woodpecker-ci/woodpecker/pull/2238)] +- Handle parsed hooks that should be ignored [[#2243](https://github.com/woodpecker-ci/woodpecker/pull/2243)] +- Set correct version for release branch releases [[#2227](https://github.com/woodpecker-ci/woodpecker/pull/2227)] +- Bump default git clone plugin (#2215) [[#2220](https://github.com/woodpecker-ci/woodpecker/pull/2220)] +- Bump default git clone plugin [[#2215](https://github.com/woodpecker-ci/woodpecker/pull/2215)] +- Show all steps (#2190) [[#2191](https://github.com/woodpecker-ci/woodpecker/pull/2191)] +- Show all steps [[#2190](https://github.com/woodpecker-ci/woodpecker/pull/2190)] +- Fix pipeline config collapsing [[#2166](https://github.com/woodpecker-ci/woodpecker/pull/2166)] +- Fix 'add-orgs' migration (#2117) [[#2145](https://github.com/woodpecker-ci/woodpecker/pull/2145)] +- Fix 'add-orgs' migration [[#2117](https://github.com/woodpecker-ci/woodpecker/pull/2117)] +- Fix UI and backend paths with subpath (#1799) [[#2133](https://github.com/woodpecker-ci/woodpecker/pull/2133)] +- Fix vite server [[#2134](https://github.com/woodpecker-ci/woodpecker/pull/2134)] +- Fix UI and backend paths with subpath [[#1799](https://github.com/woodpecker-ci/woodpecker/pull/1799)] +- docs: Environment Variable Seems to be `DOCKER_HOST`, not `DOCKER_SOCK` [[#2122](https://github.com/woodpecker-ci/woodpecker/pull/2122)] +- Fix swagger response code (#2119) [[#2121](https://github.com/woodpecker-ci/woodpecker/pull/2121)] +- Fix swagger response code [[#2119](https://github.com/woodpecker-ci/woodpecker/pull/2119)] +- Forge Github Org: Use `login` instead of `name` (#2104) [[#2106](https://github.com/woodpecker-ci/woodpecker/pull/2106)] +- Forge Github Org: Use `login` instead of `name` [[#2104](https://github.com/woodpecker-ci/woodpecker/pull/2104)] +- Fix translation key [[#2098](https://github.com/woodpecker-ci/woodpecker/pull/2098)] +- client.go: Backport fix RepoPost path [[#2100](https://github.com/woodpecker-ci/woodpecker/pull/2100)] +- client.go: Fix RepoPost path [[#2091](https://github.com/woodpecker-ci/woodpecker/pull/2091)] +- Fix alt text contrast in code boxes [[#2089](https://github.com/woodpecker-ci/woodpecker/pull/2089)] +- Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] +- Handle case where there is no latest pipeline for GetBadge (#2042) [[#2050](https://github.com/woodpecker-ci/woodpecker/pull/2050)] +- Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] + +### 📈 Enhancement + +- Use API error helpers and improve response codes [[#2366](https://github.com/woodpecker-ci/woodpecker/pull/2366)] +- Import packages only once [[#2362](https://github.com/woodpecker-ci/woodpecker/pull/2362)] +- Only show commit title [[#2361](https://github.com/woodpecker-ci/woodpecker/pull/2361)] +- Use full width header on pipeline view and show repo name [[#2327](https://github.com/woodpecker-ci/woodpecker/pull/2327)] +- Show that repo is disabled [[#2340](https://github.com/woodpecker-ci/woodpecker/pull/2340)] +- add spacing to pipeline feed spinner [[#2326](https://github.com/woodpecker-ci/woodpecker/pull/2326)] +- make: autodetect host platform [[#2322](https://github.com/woodpecker-ci/woodpecker/pull/2322)] +- Add "plugin" support to local backend [[#2239](https://github.com/woodpecker-ci/woodpecker/pull/2239)] +- Rename grpc pipeline to workflow [[#2173](https://github.com/woodpecker-ci/woodpecker/pull/2173)] +- Pass netrc data to external config service request [[#2310](https://github.com/woodpecker-ci/woodpecker/pull/2310)] +- Create settings-panel vue component and use InputFields [[#2177](https://github.com/woodpecker-ci/woodpecker/pull/2177)] +- Use browser-native tooltips [[#2189](https://github.com/woodpecker-ci/woodpecker/pull/2189)] +- Improve agent rpc retry logic with exponential backoff [[#2205](https://github.com/woodpecker-ci/woodpecker/pull/2205)] +- Skip settings proxy config with WithProxy if its empty [[#2242](https://github.com/woodpecker-ci/woodpecker/pull/2242)] +- Move hook and events-stream routes to use `/api` prefix [[#2212](https://github.com/woodpecker-ci/woodpecker/pull/2212)] +- Add SSH clone URL env var [[#2198](https://github.com/woodpecker-ci/woodpecker/pull/2198)] +- Small improvements to mobile interface [[#2202](https://github.com/woodpecker-ci/woodpecker/pull/2202)] +- Switch to upstream ttlcache [[#2187](https://github.com/woodpecker-ci/woodpecker/pull/2187)] +- make EqualStringSlice to generic EqualSliceValues [[#2179](https://github.com/woodpecker-ci/woodpecker/pull/2179)] +- Pass netrc to trusted clone images [[#2163](https://github.com/woodpecker-ci/woodpecker/pull/2163)] +- Use Vue setup directive [[#2165](https://github.com/woodpecker-ci/woodpecker/pull/2165)] +- Release file lock on USR1 signal [[#2151](https://github.com/woodpecker-ci/woodpecker/pull/2151)] +- Add header to pipeline log and always show buttons [[#2140](https://github.com/woodpecker-ci/woodpecker/pull/2140)] +- Make sure we dont have hidden options for backend and pipeline compiler [[#2123](https://github.com/woodpecker-ci/woodpecker/pull/2123)] +- Enhance local backend [[#2017](https://github.com/woodpecker-ci/woodpecker/pull/2017)] +- Don't show badge without information [[#2130](https://github.com/woodpecker-ci/woodpecker/pull/2130)] +- CLI repo sync: Show `forge-remote-id` [[#2125](https://github.com/woodpecker-ci/woodpecker/pull/2125)] +- CLI repo sync: Show `forge-remote-id` [[#2103](https://github.com/woodpecker-ci/woodpecker/pull/2103)] +- Lazy-load TimeAgo locales [[#2094](https://github.com/woodpecker-ci/woodpecker/pull/2094)] +- Improve user settings [[#2087](https://github.com/woodpecker-ci/woodpecker/pull/2087)] +- Allow to disable swagger [[#2093](https://github.com/woodpecker-ci/woodpecker/pull/2093)] +- Change master to main [[#2044](https://github.com/woodpecker-ci/woodpecker/pull/2044)] +- Remove default branch fallbacks [[#2065](https://github.com/woodpecker-ci/woodpecker/pull/2065)] +- Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] +- let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] + +### 📚 Documentation + +- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] +- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] +- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] +- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] +- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] +- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] +- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] +- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] +- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] +- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] +- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] +- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] +- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] +- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] +- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] +- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] +- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] +- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] + +### Misc + +- Add release helper [[#1976](https://github.com/woodpecker-ci/woodpecker/pull/1976)] +- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] +- Execute `make generate` with new versions [[#2365](https://github.com/woodpecker-ci/woodpecker/pull/2365)] +- Truncate commit message in pipeline log view header [[#2356](https://github.com/woodpecker-ci/woodpecker/pull/2356)] +- Increase header padding again [[#2348](https://github.com/woodpecker-ci/woodpecker/pull/2348)] +- Use html list for changed files list [[#2346](https://github.com/woodpecker-ci/woodpecker/pull/2346)] +- Fix mobile login view [[#2332](https://github.com/woodpecker-ci/woodpecker/pull/2332)] +- fix regression and add trace in clone for local backend [[#2241](https://github.com/woodpecker-ci/woodpecker/pull/2241)] +- Check for correct license header [[#2137](https://github.com/woodpecker-ci/woodpecker/pull/2137)] +- Add TestCompilerCompile [[#2183](https://github.com/woodpecker-ci/woodpecker/pull/2183)] +- Use min/max width for pipeline step list [[#2141](https://github.com/woodpecker-ci/woodpecker/pull/2141)] +- Use fix width for pipeline step list [[#2138](https://github.com/woodpecker-ci/woodpecker/pull/2138)] +- Fix `docs` workflow [[#2128](https://github.com/woodpecker-ci/woodpecker/pull/2128)] +- Add some tests for bitbucket forge [[#2097](https://github.com/woodpecker-ci/woodpecker/pull/2097)] +- Support bitbucket Dir() [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] +- Use consistent woodpecker color scheme [[#2003](https://github.com/woodpecker-ci/woodpecker/pull/2003)] +- Publish releases and branch tags to quay.io too [[#2069](https://github.com/woodpecker-ci/woodpecker/pull/2069)] +- Bump default clone image version to 2.1.0 [[#2053](https://github.com/woodpecker-ci/woodpecker/pull/2053)] +- Fix wrong repo url used by badges (#2037) [[#2039](https://github.com/woodpecker-ci/woodpecker/pull/2039)] +- Fix wrong repo url used by badges [[#2037](https://github.com/woodpecker-ci/woodpecker/pull/2037)] + ## [1.0.2](https://github.com/woodpecker-ci/woodpecker/releases/tag/v1.0.2) - 2023-08-16 * SECURITY From e7c91ba9b24fb2376a694ce1056bea0df18fed40 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 8 Sep 2023 06:54:57 +0000 Subject: [PATCH 02/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 82 +++++++++++++++++++++++++++------------------------- 1 file changed, 42 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ada5776a5..61c2fa9533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-07 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-08 ### ❤️ Thanks to all contributors! ❤️ -@anbraten, @xoxys, @mzampetakis, @math3vz, @qwerty287, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@xoxys, @anbraten, @mzampetakis, @math3vz, @qwerty287, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes @@ -30,46 +30,9 @@ - Add opt save global log output to file [[#2115](https://github.com/woodpecker-ci/woodpecker/pull/2115)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] -### 🐛 Bug Fixes - -- Do not list archived repos for all forges [[#2374](https://github.com/woodpecker-ci/woodpecker/pull/2374)] -- fix(server/api/repo): Fix repair webhook host [[#2372](https://github.com/woodpecker-ci/woodpecker/pull/2372)] -- Delete repos/secrets on org deletion [[#2367](https://github.com/woodpecker-ci/woodpecker/pull/2367)] -- Fix org fetching [[#2343](https://github.com/woodpecker-ci/woodpecker/pull/2343)] -- Show correct event in pipeline step list [[#2334](https://github.com/woodpecker-ci/woodpecker/pull/2334)] -- Add min height to mobile pipeline view and fix overflow [[#2335](https://github.com/woodpecker-ci/woodpecker/pull/2335)] -- Fix grid column size in pipeline log view [[#2336](https://github.com/woodpecker-ci/woodpecker/pull/2336)] -- Fix button loading spinner when activating repos [[#2333](https://github.com/woodpecker-ci/woodpecker/pull/2333)] -- Fix migration [[#2319](https://github.com/woodpecker-ci/woodpecker/pull/2319)] -- make WOODPECKER_MIGRATIONS_ALLOW_LONG have an actuall effect [[#2251](https://github.com/woodpecker-ci/woodpecker/pull/2251)] -- Docker build dont ignore ci env vars [[#2238](https://github.com/woodpecker-ci/woodpecker/pull/2238)] -- Handle parsed hooks that should be ignored [[#2243](https://github.com/woodpecker-ci/woodpecker/pull/2243)] -- Set correct version for release branch releases [[#2227](https://github.com/woodpecker-ci/woodpecker/pull/2227)] -- Bump default git clone plugin (#2215) [[#2220](https://github.com/woodpecker-ci/woodpecker/pull/2220)] -- Bump default git clone plugin [[#2215](https://github.com/woodpecker-ci/woodpecker/pull/2215)] -- Show all steps (#2190) [[#2191](https://github.com/woodpecker-ci/woodpecker/pull/2191)] -- Show all steps [[#2190](https://github.com/woodpecker-ci/woodpecker/pull/2190)] -- Fix pipeline config collapsing [[#2166](https://github.com/woodpecker-ci/woodpecker/pull/2166)] -- Fix 'add-orgs' migration (#2117) [[#2145](https://github.com/woodpecker-ci/woodpecker/pull/2145)] -- Fix 'add-orgs' migration [[#2117](https://github.com/woodpecker-ci/woodpecker/pull/2117)] -- Fix UI and backend paths with subpath (#1799) [[#2133](https://github.com/woodpecker-ci/woodpecker/pull/2133)] -- Fix vite server [[#2134](https://github.com/woodpecker-ci/woodpecker/pull/2134)] -- Fix UI and backend paths with subpath [[#1799](https://github.com/woodpecker-ci/woodpecker/pull/1799)] -- docs: Environment Variable Seems to be `DOCKER_HOST`, not `DOCKER_SOCK` [[#2122](https://github.com/woodpecker-ci/woodpecker/pull/2122)] -- Fix swagger response code (#2119) [[#2121](https://github.com/woodpecker-ci/woodpecker/pull/2121)] -- Fix swagger response code [[#2119](https://github.com/woodpecker-ci/woodpecker/pull/2119)] -- Forge Github Org: Use `login` instead of `name` (#2104) [[#2106](https://github.com/woodpecker-ci/woodpecker/pull/2106)] -- Forge Github Org: Use `login` instead of `name` [[#2104](https://github.com/woodpecker-ci/woodpecker/pull/2104)] -- Fix translation key [[#2098](https://github.com/woodpecker-ci/woodpecker/pull/2098)] -- client.go: Backport fix RepoPost path [[#2100](https://github.com/woodpecker-ci/woodpecker/pull/2100)] -- client.go: Fix RepoPost path [[#2091](https://github.com/woodpecker-ci/woodpecker/pull/2091)] -- Fix alt text contrast in code boxes [[#2089](https://github.com/woodpecker-ci/woodpecker/pull/2089)] -- Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] -- Handle case where there is no latest pipeline for GetBadge (#2042) [[#2050](https://github.com/woodpecker-ci/woodpecker/pull/2050)] -- Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] - ### 📈 Enhancement +- close sidebar on outside click [[#2325](https://github.com/woodpecker-ci/woodpecker/pull/2325)] - Use API error helpers and improve response codes [[#2366](https://github.com/woodpecker-ci/woodpecker/pull/2366)] - Import packages only once [[#2362](https://github.com/woodpecker-ci/woodpecker/pull/2362)] - Only show commit title [[#2361](https://github.com/woodpecker-ci/woodpecker/pull/2361)] @@ -106,6 +69,44 @@ - Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] - let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] +### 🐛 Bug Fixes + +- Do not list archived repos for all forges [[#2374](https://github.com/woodpecker-ci/woodpecker/pull/2374)] +- fix(server/api/repo): Fix repair webhook host [[#2372](https://github.com/woodpecker-ci/woodpecker/pull/2372)] +- Delete repos/secrets on org deletion [[#2367](https://github.com/woodpecker-ci/woodpecker/pull/2367)] +- Fix org fetching [[#2343](https://github.com/woodpecker-ci/woodpecker/pull/2343)] +- Show correct event in pipeline step list [[#2334](https://github.com/woodpecker-ci/woodpecker/pull/2334)] +- Add min height to mobile pipeline view and fix overflow [[#2335](https://github.com/woodpecker-ci/woodpecker/pull/2335)] +- Fix grid column size in pipeline log view [[#2336](https://github.com/woodpecker-ci/woodpecker/pull/2336)] +- Fix button loading spinner when activating repos [[#2333](https://github.com/woodpecker-ci/woodpecker/pull/2333)] +- Fix migration [[#2319](https://github.com/woodpecker-ci/woodpecker/pull/2319)] +- make WOODPECKER_MIGRATIONS_ALLOW_LONG have an actuall effect [[#2251](https://github.com/woodpecker-ci/woodpecker/pull/2251)] +- Docker build dont ignore ci env vars [[#2238](https://github.com/woodpecker-ci/woodpecker/pull/2238)] +- Handle parsed hooks that should be ignored [[#2243](https://github.com/woodpecker-ci/woodpecker/pull/2243)] +- Set correct version for release branch releases [[#2227](https://github.com/woodpecker-ci/woodpecker/pull/2227)] +- Bump default git clone plugin (#2215) [[#2220](https://github.com/woodpecker-ci/woodpecker/pull/2220)] +- Bump default git clone plugin [[#2215](https://github.com/woodpecker-ci/woodpecker/pull/2215)] +- Show all steps (#2190) [[#2191](https://github.com/woodpecker-ci/woodpecker/pull/2191)] +- Show all steps [[#2190](https://github.com/woodpecker-ci/woodpecker/pull/2190)] +- Fix pipeline config collapsing [[#2166](https://github.com/woodpecker-ci/woodpecker/pull/2166)] +- Fix 'add-orgs' migration (#2117) [[#2145](https://github.com/woodpecker-ci/woodpecker/pull/2145)] +- Fix 'add-orgs' migration [[#2117](https://github.com/woodpecker-ci/woodpecker/pull/2117)] +- Fix UI and backend paths with subpath (#1799) [[#2133](https://github.com/woodpecker-ci/woodpecker/pull/2133)] +- Fix vite server [[#2134](https://github.com/woodpecker-ci/woodpecker/pull/2134)] +- Fix UI and backend paths with subpath [[#1799](https://github.com/woodpecker-ci/woodpecker/pull/1799)] +- docs: Environment Variable Seems to be `DOCKER_HOST`, not `DOCKER_SOCK` [[#2122](https://github.com/woodpecker-ci/woodpecker/pull/2122)] +- Fix swagger response code (#2119) [[#2121](https://github.com/woodpecker-ci/woodpecker/pull/2121)] +- Fix swagger response code [[#2119](https://github.com/woodpecker-ci/woodpecker/pull/2119)] +- Forge Github Org: Use `login` instead of `name` (#2104) [[#2106](https://github.com/woodpecker-ci/woodpecker/pull/2106)] +- Forge Github Org: Use `login` instead of `name` [[#2104](https://github.com/woodpecker-ci/woodpecker/pull/2104)] +- Fix translation key [[#2098](https://github.com/woodpecker-ci/woodpecker/pull/2098)] +- client.go: Backport fix RepoPost path [[#2100](https://github.com/woodpecker-ci/woodpecker/pull/2100)] +- client.go: Fix RepoPost path [[#2091](https://github.com/woodpecker-ci/woodpecker/pull/2091)] +- Fix alt text contrast in code boxes [[#2089](https://github.com/woodpecker-ci/woodpecker/pull/2089)] +- Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] +- Handle case where there is no latest pipeline for GetBadge (#2042) [[#2050](https://github.com/woodpecker-ci/woodpecker/pull/2050)] +- Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] + ### 📚 Documentation - clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] @@ -129,6 +130,7 @@ ### Misc +- Add option to render button as link [[#2378](https://github.com/woodpecker-ci/woodpecker/pull/2378)] - Add release helper [[#1976](https://github.com/woodpecker-ci/woodpecker/pull/1976)] - Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] - Execute `make generate` with new versions [[#2365](https://github.com/woodpecker-ci/woodpecker/pull/2365)] From b3d3652d279bf51e27677c96cc26e5b4c763c75d Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 8 Sep 2023 11:11:08 +0000 Subject: [PATCH 03/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c2fa9533..9191585e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@xoxys, @anbraten, @mzampetakis, @math3vz, @qwerty287, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@qwerty287, @renovate[bot], @xoxys, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes @@ -24,6 +24,7 @@ ### ✨ Features +- Add repos list for admins [[#2347](https://github.com/woodpecker-ci/woodpecker/pull/2347)] - Add org list [[#2338](https://github.com/woodpecker-ci/woodpecker/pull/2338)] - Add option to configure tolerations in kubernetes backend [[#2249](https://github.com/woodpecker-ci/woodpecker/pull/2249)] - Support user secrets [[#2126](https://github.com/woodpecker-ci/woodpecker/pull/2126)] @@ -130,6 +131,9 @@ ### Misc +- fix(deps): update module github.com/alessio/shellescape to v1.4.2 [[#2381](https://github.com/woodpecker-ci/woodpecker/pull/2381)] +- fix(deps): update golang.org/x/exp digest to 9212866 [[#2380](https://github.com/woodpecker-ci/woodpecker/pull/2380)] +- Configure Renovate [[#2360](https://github.com/woodpecker-ci/woodpecker/pull/2360)] - Add option to render button as link [[#2378](https://github.com/woodpecker-ci/woodpecker/pull/2378)] - Add release helper [[#1976](https://github.com/woodpecker-ci/woodpecker/pull/1976)] - Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] From e85366569b22b66b71cb2f7b9667fc69e20379b8 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 8 Sep 2023 14:06:15 +0000 Subject: [PATCH 04/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9191585e6c..704922aece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@qwerty287, @renovate[bot], @xoxys, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@renovate[bot], @qwerty287, @xoxys, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes @@ -131,6 +131,8 @@ ### Misc +- fix(deps): update module github.com/docker/docker to v20.10.25+incompatible [[#2385](https://github.com/woodpecker-ci/woodpecker/pull/2385)] +- fix(deps): update module github.com/docker/cli to v20.10.25+incompatible [[#2384](https://github.com/woodpecker-ci/woodpecker/pull/2384)] - fix(deps): update module github.com/alessio/shellescape to v1.4.2 [[#2381](https://github.com/woodpecker-ci/woodpecker/pull/2381)] - fix(deps): update golang.org/x/exp digest to 9212866 [[#2380](https://github.com/woodpecker-ci/woodpecker/pull/2380)] - Configure Renovate [[#2360](https://github.com/woodpecker-ci/woodpecker/pull/2360)] From 0293fe647968c7a21ee6d7b30c737cf573988bb8 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 8 Sep 2023 16:07:46 +0000 Subject: [PATCH 05/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 704922aece..36514ebdaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -131,6 +131,12 @@ ### Misc +- fix(deps): update module github.com/google/uuid to v1.3.1 [[#2386](https://github.com/woodpecker-ci/woodpecker/pull/2386)] +- chore(deps): update dependency unplugin-vue-components to ^0.25.0 [[#2395](https://github.com/woodpecker-ci/woodpecker/pull/2395)] +- fix(deps): update dependency @intlify/unplugin-vue-i18n to ^0.13.0 [[#2398](https://github.com/woodpecker-ci/woodpecker/pull/2398)] +- chore(deps): update dependency unplugin-icons to ^0.17.0 [[#2394](https://github.com/woodpecker-ci/woodpecker/pull/2394)] +- chore(deps): update golang docker tag [[#2396](https://github.com/woodpecker-ci/woodpecker/pull/2396)] +- fix(deps): update module github.com/moby/moby to v20.10.25+incompatible [[#2388](https://github.com/woodpecker-ci/woodpecker/pull/2388)] - fix(deps): update module github.com/docker/docker to v20.10.25+incompatible [[#2385](https://github.com/woodpecker-ci/woodpecker/pull/2385)] - fix(deps): update module github.com/docker/cli to v20.10.25+incompatible [[#2384](https://github.com/woodpecker-ci/woodpecker/pull/2384)] - fix(deps): update module github.com/alessio/shellescape to v1.4.2 [[#2381](https://github.com/woodpecker-ci/woodpecker/pull/2381)] From 719e6f5c3cba208928506467f69e1af16985d78a Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 9 Sep 2023 11:37:00 +0000 Subject: [PATCH 06/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36514ebdaa..e14e9edfec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-08 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-09 ### ❤️ Thanks to all contributors! ❤️ -@renovate[bot], @qwerty287, @xoxys, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@renovate[bot], @xoxys, @qwerty287, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes @@ -131,6 +131,14 @@ ### Misc +- fix(deps): update kubernetes packages to v0.28.1 [[#2399](https://github.com/woodpecker-ci/woodpecker/pull/2399)] +- fix(deps): update module github.com/swaggo/swag to v1.16.2 [[#2390](https://github.com/woodpecker-ci/woodpecker/pull/2390)] +- fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.36.0 [[#2406](https://github.com/woodpecker-ci/woodpecker/pull/2406)] +- Harmonize pipeline status information and add a review link to the approval [[#2345](https://github.com/woodpecker-ci/woodpecker/pull/2345)] +- fix(deps): update module github.com/stretchr/testify to v1.8.4 [[#2389](https://github.com/woodpecker-ci/woodpecker/pull/2389)] +- fix(deps): update module github.com/caddyserver/certmagic to v0.19.2 [[#2401](https://github.com/woodpecker-ci/woodpecker/pull/2401)] +- chore(deps): update postgres docker tag to v12.16 [[#2397](https://github.com/woodpecker-ci/woodpecker/pull/2397)] +- fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.17 [[#2387](https://github.com/woodpecker-ci/woodpecker/pull/2387)] - fix(deps): update module github.com/google/uuid to v1.3.1 [[#2386](https://github.com/woodpecker-ci/woodpecker/pull/2386)] - chore(deps): update dependency unplugin-vue-components to ^0.25.0 [[#2395](https://github.com/woodpecker-ci/woodpecker/pull/2395)] - fix(deps): update dependency @intlify/unplugin-vue-i18n to ^0.13.0 [[#2398](https://github.com/woodpecker-ci/woodpecker/pull/2398)] From da4d59bf30e286ec483ffc5483f255b1d369f53b Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 9 Sep 2023 11:55:29 +0000 Subject: [PATCH 07/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e14e9edfec..cf9104e0c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -131,6 +131,7 @@ ### Misc +- fix(deps): update module google.golang.org/protobuf to v1.31.0 [[#2409](https://github.com/woodpecker-ci/woodpecker/pull/2409)] - fix(deps): update kubernetes packages to v0.28.1 [[#2399](https://github.com/woodpecker-ci/woodpecker/pull/2399)] - fix(deps): update module github.com/swaggo/swag to v1.16.2 [[#2390](https://github.com/woodpecker-ci/woodpecker/pull/2390)] - fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.36.0 [[#2406](https://github.com/woodpecker-ci/woodpecker/pull/2406)] From f5e1248968df30a416e73318ce741cd3665eb3e6 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 9 Sep 2023 12:47:23 +0000 Subject: [PATCH 08/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 81 +++++++++++++++++++++++++++------------------------- 1 file changed, 42 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9104e0c3..4e0bf27bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@renovate[bot], @xoxys, @qwerty287, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@qwerty287, @renovate[bot], @xoxys, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes @@ -31,6 +31,45 @@ - Add opt save global log output to file [[#2115](https://github.com/woodpecker-ci/woodpecker/pull/2115)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] +### 🐛 Bug Fixes + +- Fix health check [[#2412](https://github.com/woodpecker-ci/woodpecker/pull/2412)] +- Do not list archived repos for all forges [[#2374](https://github.com/woodpecker-ci/woodpecker/pull/2374)] +- fix(server/api/repo): Fix repair webhook host [[#2372](https://github.com/woodpecker-ci/woodpecker/pull/2372)] +- Delete repos/secrets on org deletion [[#2367](https://github.com/woodpecker-ci/woodpecker/pull/2367)] +- Fix org fetching [[#2343](https://github.com/woodpecker-ci/woodpecker/pull/2343)] +- Show correct event in pipeline step list [[#2334](https://github.com/woodpecker-ci/woodpecker/pull/2334)] +- Add min height to mobile pipeline view and fix overflow [[#2335](https://github.com/woodpecker-ci/woodpecker/pull/2335)] +- Fix grid column size in pipeline log view [[#2336](https://github.com/woodpecker-ci/woodpecker/pull/2336)] +- Fix button loading spinner when activating repos [[#2333](https://github.com/woodpecker-ci/woodpecker/pull/2333)] +- Fix migration [[#2319](https://github.com/woodpecker-ci/woodpecker/pull/2319)] +- make WOODPECKER_MIGRATIONS_ALLOW_LONG have an actuall effect [[#2251](https://github.com/woodpecker-ci/woodpecker/pull/2251)] +- Docker build dont ignore ci env vars [[#2238](https://github.com/woodpecker-ci/woodpecker/pull/2238)] +- Handle parsed hooks that should be ignored [[#2243](https://github.com/woodpecker-ci/woodpecker/pull/2243)] +- Set correct version for release branch releases [[#2227](https://github.com/woodpecker-ci/woodpecker/pull/2227)] +- Bump default git clone plugin (#2215) [[#2220](https://github.com/woodpecker-ci/woodpecker/pull/2220)] +- Bump default git clone plugin [[#2215](https://github.com/woodpecker-ci/woodpecker/pull/2215)] +- Show all steps (#2190) [[#2191](https://github.com/woodpecker-ci/woodpecker/pull/2191)] +- Show all steps [[#2190](https://github.com/woodpecker-ci/woodpecker/pull/2190)] +- Fix pipeline config collapsing [[#2166](https://github.com/woodpecker-ci/woodpecker/pull/2166)] +- Fix 'add-orgs' migration (#2117) [[#2145](https://github.com/woodpecker-ci/woodpecker/pull/2145)] +- Fix 'add-orgs' migration [[#2117](https://github.com/woodpecker-ci/woodpecker/pull/2117)] +- Fix UI and backend paths with subpath (#1799) [[#2133](https://github.com/woodpecker-ci/woodpecker/pull/2133)] +- Fix vite server [[#2134](https://github.com/woodpecker-ci/woodpecker/pull/2134)] +- Fix UI and backend paths with subpath [[#1799](https://github.com/woodpecker-ci/woodpecker/pull/1799)] +- docs: Environment Variable Seems to be `DOCKER_HOST`, not `DOCKER_SOCK` [[#2122](https://github.com/woodpecker-ci/woodpecker/pull/2122)] +- Fix swagger response code (#2119) [[#2121](https://github.com/woodpecker-ci/woodpecker/pull/2121)] +- Fix swagger response code [[#2119](https://github.com/woodpecker-ci/woodpecker/pull/2119)] +- Forge Github Org: Use `login` instead of `name` (#2104) [[#2106](https://github.com/woodpecker-ci/woodpecker/pull/2106)] +- Forge Github Org: Use `login` instead of `name` [[#2104](https://github.com/woodpecker-ci/woodpecker/pull/2104)] +- Fix translation key [[#2098](https://github.com/woodpecker-ci/woodpecker/pull/2098)] +- client.go: Backport fix RepoPost path [[#2100](https://github.com/woodpecker-ci/woodpecker/pull/2100)] +- client.go: Fix RepoPost path [[#2091](https://github.com/woodpecker-ci/woodpecker/pull/2091)] +- Fix alt text contrast in code boxes [[#2089](https://github.com/woodpecker-ci/woodpecker/pull/2089)] +- Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] +- Handle case where there is no latest pipeline for GetBadge (#2042) [[#2050](https://github.com/woodpecker-ci/woodpecker/pull/2050)] +- Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] + ### 📈 Enhancement - close sidebar on outside click [[#2325](https://github.com/woodpecker-ci/woodpecker/pull/2325)] @@ -70,44 +109,6 @@ - Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] - let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] -### 🐛 Bug Fixes - -- Do not list archived repos for all forges [[#2374](https://github.com/woodpecker-ci/woodpecker/pull/2374)] -- fix(server/api/repo): Fix repair webhook host [[#2372](https://github.com/woodpecker-ci/woodpecker/pull/2372)] -- Delete repos/secrets on org deletion [[#2367](https://github.com/woodpecker-ci/woodpecker/pull/2367)] -- Fix org fetching [[#2343](https://github.com/woodpecker-ci/woodpecker/pull/2343)] -- Show correct event in pipeline step list [[#2334](https://github.com/woodpecker-ci/woodpecker/pull/2334)] -- Add min height to mobile pipeline view and fix overflow [[#2335](https://github.com/woodpecker-ci/woodpecker/pull/2335)] -- Fix grid column size in pipeline log view [[#2336](https://github.com/woodpecker-ci/woodpecker/pull/2336)] -- Fix button loading spinner when activating repos [[#2333](https://github.com/woodpecker-ci/woodpecker/pull/2333)] -- Fix migration [[#2319](https://github.com/woodpecker-ci/woodpecker/pull/2319)] -- make WOODPECKER_MIGRATIONS_ALLOW_LONG have an actuall effect [[#2251](https://github.com/woodpecker-ci/woodpecker/pull/2251)] -- Docker build dont ignore ci env vars [[#2238](https://github.com/woodpecker-ci/woodpecker/pull/2238)] -- Handle parsed hooks that should be ignored [[#2243](https://github.com/woodpecker-ci/woodpecker/pull/2243)] -- Set correct version for release branch releases [[#2227](https://github.com/woodpecker-ci/woodpecker/pull/2227)] -- Bump default git clone plugin (#2215) [[#2220](https://github.com/woodpecker-ci/woodpecker/pull/2220)] -- Bump default git clone plugin [[#2215](https://github.com/woodpecker-ci/woodpecker/pull/2215)] -- Show all steps (#2190) [[#2191](https://github.com/woodpecker-ci/woodpecker/pull/2191)] -- Show all steps [[#2190](https://github.com/woodpecker-ci/woodpecker/pull/2190)] -- Fix pipeline config collapsing [[#2166](https://github.com/woodpecker-ci/woodpecker/pull/2166)] -- Fix 'add-orgs' migration (#2117) [[#2145](https://github.com/woodpecker-ci/woodpecker/pull/2145)] -- Fix 'add-orgs' migration [[#2117](https://github.com/woodpecker-ci/woodpecker/pull/2117)] -- Fix UI and backend paths with subpath (#1799) [[#2133](https://github.com/woodpecker-ci/woodpecker/pull/2133)] -- Fix vite server [[#2134](https://github.com/woodpecker-ci/woodpecker/pull/2134)] -- Fix UI and backend paths with subpath [[#1799](https://github.com/woodpecker-ci/woodpecker/pull/1799)] -- docs: Environment Variable Seems to be `DOCKER_HOST`, not `DOCKER_SOCK` [[#2122](https://github.com/woodpecker-ci/woodpecker/pull/2122)] -- Fix swagger response code (#2119) [[#2121](https://github.com/woodpecker-ci/woodpecker/pull/2121)] -- Fix swagger response code [[#2119](https://github.com/woodpecker-ci/woodpecker/pull/2119)] -- Forge Github Org: Use `login` instead of `name` (#2104) [[#2106](https://github.com/woodpecker-ci/woodpecker/pull/2106)] -- Forge Github Org: Use `login` instead of `name` [[#2104](https://github.com/woodpecker-ci/woodpecker/pull/2104)] -- Fix translation key [[#2098](https://github.com/woodpecker-ci/woodpecker/pull/2098)] -- client.go: Backport fix RepoPost path [[#2100](https://github.com/woodpecker-ci/woodpecker/pull/2100)] -- client.go: Fix RepoPost path [[#2091](https://github.com/woodpecker-ci/woodpecker/pull/2091)] -- Fix alt text contrast in code boxes [[#2089](https://github.com/woodpecker-ci/woodpecker/pull/2089)] -- Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] -- Handle case where there is no latest pipeline for GetBadge (#2042) [[#2050](https://github.com/woodpecker-ci/woodpecker/pull/2050)] -- Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] - ### 📚 Documentation - clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] @@ -131,6 +132,8 @@ ### Misc +- fix(deps): update module github.com/prometheus/client_golang to v1.16.0 [[#2403](https://github.com/woodpecker-ci/woodpecker/pull/2403)] +- fix(deps): update module github.com/urfave/cli/v2 to v2.25.7 [[#2391](https://github.com/woodpecker-ci/woodpecker/pull/2391)] - fix(deps): update module google.golang.org/protobuf to v1.31.0 [[#2409](https://github.com/woodpecker-ci/woodpecker/pull/2409)] - fix(deps): update kubernetes packages to v0.28.1 [[#2399](https://github.com/woodpecker-ci/woodpecker/pull/2399)] - fix(deps): update module github.com/swaggo/swag to v1.16.2 [[#2390](https://github.com/woodpecker-ci/woodpecker/pull/2390)] From 54445aa1f48aa11bfc5b47e4eac9e8a02c49d1ad Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 10 Sep 2023 09:55:39 +0000 Subject: [PATCH 09/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0bf27bb0..8567c5d3c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-09 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-10 ### ❤️ Thanks to all contributors! ❤️ -@qwerty287, @renovate[bot], @xoxys, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@renovate[bot], @xoxys, @qwerty287, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes @@ -132,6 +132,21 @@ ### Misc +- chore(deps): update react monorepo to v18 (major) [[#2424](https://github.com/woodpecker-ci/woodpecker/pull/2424)] +- chore(deps): update dependency prettier to v3 [[#2420](https://github.com/woodpecker-ci/woodpecker/pull/2420)] +- chore(deps): update dependency eslint-config-prettier to v9 [[#2415](https://github.com/woodpecker-ci/woodpecker/pull/2415)] +- chore(deps): update dependency @tsconfig/docusaurus to v2 [[#2410](https://github.com/woodpecker-ci/woodpecker/pull/2410)] +- chore(deps): update dependency typescript to v5 [[#2421](https://github.com/woodpecker-ci/woodpecker/pull/2421)] +- chore(deps): update dependency concurrently to v8 [[#2414](https://github.com/woodpecker-ci/woodpecker/pull/2414)] +- Add renovate deps groups [[#2417](https://github.com/woodpecker-ci/woodpecker/pull/2417)] +- fix(deps): update module xorm.io/xorm to v1.3.3 [[#2393](https://github.com/woodpecker-ci/woodpecker/pull/2393)] +- chore(deps): update dependency marked to v9 [[#2419](https://github.com/woodpecker-ci/woodpecker/pull/2419)] +- chore(deps): update dependency @types/marked to v5 [[#2411](https://github.com/woodpecker-ci/woodpecker/pull/2411)] +- fix(deps): update module github.com/rs/zerolog to v1.30.0 [[#2404](https://github.com/woodpecker-ci/woodpecker/pull/2404)] +- fix(deps): update module github.com/jellydator/ttlcache/v3 to v3.1.0 [[#2402](https://github.com/woodpecker-ci/woodpecker/pull/2402)] +- fix(deps): update module github.com/xanzy/go-gitlab to v0.91.1 [[#2405](https://github.com/woodpecker-ci/woodpecker/pull/2405)] +- fix(deps): update module github.com/antonmedv/expr to v1.15.1 [[#2400](https://github.com/woodpecker-ci/woodpecker/pull/2400)] +- chore(deps): update dependency axios to v1 [[#2413](https://github.com/woodpecker-ci/woodpecker/pull/2413)] - fix(deps): update module github.com/prometheus/client_golang to v1.16.0 [[#2403](https://github.com/woodpecker-ci/woodpecker/pull/2403)] - fix(deps): update module github.com/urfave/cli/v2 to v2.25.7 [[#2391](https://github.com/woodpecker-ci/woodpecker/pull/2391)] - fix(deps): update module google.golang.org/protobuf to v1.31.0 [[#2409](https://github.com/woodpecker-ci/woodpecker/pull/2409)] From 50ba0ae647eb5150b551ea1f9d416ea6886a7ab0 Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 10 Sep 2023 11:49:33 +0000 Subject: [PATCH 10/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8567c5d3c2..0584097be8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@renovate[bot], @xoxys, @qwerty287, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@s3lph, @renovate[bot], @xoxys, @qwerty287, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes @@ -33,6 +33,7 @@ ### 🐛 Bug Fixes +- Fix: change tasks.task_data column type to longblob in mysql [[#2418](https://github.com/woodpecker-ci/woodpecker/pull/2418)] - Fix health check [[#2412](https://github.com/woodpecker-ci/woodpecker/pull/2412)] - Do not list archived repos for all forges [[#2374](https://github.com/woodpecker-ci/woodpecker/pull/2374)] - fix(server/api/repo): Fix repair webhook host [[#2372](https://github.com/woodpecker-ci/woodpecker/pull/2372)] @@ -132,6 +133,9 @@ ### Misc +- fix(deps): update dependency @kyvg/vue3-notification to v3 [[#2427](https://github.com/woodpecker-ci/woodpecker/pull/2427)] +- fix(deps): update dependency @intlify/unplugin-vue-i18n to v1 [[#2426](https://github.com/woodpecker-ci/woodpecker/pull/2426)] +- chore(deps): update typescript-eslint monorepo to v6 (major) [[#2425](https://github.com/woodpecker-ci/woodpecker/pull/2425)] - chore(deps): update react monorepo to v18 (major) [[#2424](https://github.com/woodpecker-ci/woodpecker/pull/2424)] - chore(deps): update dependency prettier to v3 [[#2420](https://github.com/woodpecker-ci/woodpecker/pull/2420)] - chore(deps): update dependency eslint-config-prettier to v9 [[#2415](https://github.com/woodpecker-ci/woodpecker/pull/2415)] From 9539426aab1018c8a58f8f79f56d717b07e39f4e Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 10 Sep 2023 21:37:14 +0000 Subject: [PATCH 11/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0584097be8..c14f8e423d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@s3lph, @renovate[bot], @xoxys, @qwerty287, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@renovate[bot], @s3lph, @xoxys, @qwerty287, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes @@ -133,6 +133,13 @@ ### Misc +- fix(deps): update golang deps non-major [[#2437](https://github.com/woodpecker-ci/woodpecker/pull/2437)] +- fix: change config.config_data column type to longblob in mysql [[#2434](https://github.com/woodpecker-ci/woodpecker/pull/2434)] +- chore(deps): update postgres docker tag to v15 [[#2423](https://github.com/woodpecker-ci/woodpecker/pull/2423)] +- fix(deps): update dependency esbuild-loader to v4 [[#2433](https://github.com/woodpecker-ci/woodpecker/pull/2433)] +- fix(deps): update dependency clsx to v2 [[#2432](https://github.com/woodpecker-ci/woodpecker/pull/2432)] +- fix(deps): update dependency @vueuse/core to v10 [[#2430](https://github.com/woodpecker-ci/woodpecker/pull/2430)] +- fix(deps): update dependency @svgr/webpack to v8 [[#2429](https://github.com/woodpecker-ci/woodpecker/pull/2429)] - fix(deps): update dependency @kyvg/vue3-notification to v3 [[#2427](https://github.com/woodpecker-ci/woodpecker/pull/2427)] - fix(deps): update dependency @intlify/unplugin-vue-i18n to v1 [[#2426](https://github.com/woodpecker-ci/woodpecker/pull/2426)] - chore(deps): update typescript-eslint monorepo to v6 (major) [[#2425](https://github.com/woodpecker-ci/woodpecker/pull/2425)] From 3318860c77ab59cfc5445750fdc37e54f687bfca Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 11 Sep 2023 10:48:41 +0000 Subject: [PATCH 12/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 46 +++++++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c14f8e423d..21ae3cec54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-10 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-11 ### ❤️ Thanks to all contributors! ❤️ -@renovate[bot], @s3lph, @xoxys, @qwerty287, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@xoxys, @renovate[bot], @s3lph, @qwerty287, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes @@ -29,10 +29,12 @@ - Add option to configure tolerations in kubernetes backend [[#2249](https://github.com/woodpecker-ci/woodpecker/pull/2249)] - Support user secrets [[#2126](https://github.com/woodpecker-ci/woodpecker/pull/2126)] - Add opt save global log output to file [[#2115](https://github.com/woodpecker-ci/woodpecker/pull/2115)] +- Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] ### 🐛 Bug Fixes +- fix: change config.config_data column type to longblob in mysql [[#2434](https://github.com/woodpecker-ci/woodpecker/pull/2434)] - Fix: change tasks.task_data column type to longblob in mysql [[#2418](https://github.com/woodpecker-ci/woodpecker/pull/2418)] - Fix health check [[#2412](https://github.com/woodpecker-ci/woodpecker/pull/2412)] - Do not list archived repos for all forges [[#2374](https://github.com/woodpecker-ci/woodpecker/pull/2374)] @@ -42,10 +44,12 @@ - Show correct event in pipeline step list [[#2334](https://github.com/woodpecker-ci/woodpecker/pull/2334)] - Add min height to mobile pipeline view and fix overflow [[#2335](https://github.com/woodpecker-ci/woodpecker/pull/2335)] - Fix grid column size in pipeline log view [[#2336](https://github.com/woodpecker-ci/woodpecker/pull/2336)] +- Fix mobile login view [[#2332](https://github.com/woodpecker-ci/woodpecker/pull/2332)] - Fix button loading spinner when activating repos [[#2333](https://github.com/woodpecker-ci/woodpecker/pull/2333)] - Fix migration [[#2319](https://github.com/woodpecker-ci/woodpecker/pull/2319)] - make WOODPECKER_MIGRATIONS_ALLOW_LONG have an actuall effect [[#2251](https://github.com/woodpecker-ci/woodpecker/pull/2251)] - Docker build dont ignore ci env vars [[#2238](https://github.com/woodpecker-ci/woodpecker/pull/2238)] +- fix regression and add trace in clone for local backend [[#2241](https://github.com/woodpecker-ci/woodpecker/pull/2241)] - Handle parsed hooks that should be ignored [[#2243](https://github.com/woodpecker-ci/woodpecker/pull/2243)] - Set correct version for release branch releases [[#2227](https://github.com/woodpecker-ci/woodpecker/pull/2227)] - Bump default git clone plugin (#2215) [[#2220](https://github.com/woodpecker-ci/woodpecker/pull/2220)] @@ -70,14 +74,24 @@ - Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] - Handle case where there is no latest pipeline for GetBadge (#2042) [[#2050](https://github.com/woodpecker-ci/woodpecker/pull/2050)] - Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] +- Fix wrong repo url used by badges (#2037) [[#2039](https://github.com/woodpecker-ci/woodpecker/pull/2039)] +- Fix wrong repo url used by badges [[#2037](https://github.com/woodpecker-ci/woodpecker/pull/2037)] ### 📈 Enhancement +- Harmonize pipeline status information and add a review link to the approval [[#2345](https://github.com/woodpecker-ci/woodpecker/pull/2345)] +- Add Renovate [[#2360](https://github.com/woodpecker-ci/woodpecker/pull/2360)] +- Add option to render button as link [[#2378](https://github.com/woodpecker-ci/woodpecker/pull/2378)] - close sidebar on outside click [[#2325](https://github.com/woodpecker-ci/woodpecker/pull/2325)] +- Add release helper [[#1976](https://github.com/woodpecker-ci/woodpecker/pull/1976)] - Use API error helpers and improve response codes [[#2366](https://github.com/woodpecker-ci/woodpecker/pull/2366)] - Import packages only once [[#2362](https://github.com/woodpecker-ci/woodpecker/pull/2362)] +- Execute `make generate` with new versions [[#2365](https://github.com/woodpecker-ci/woodpecker/pull/2365)] - Only show commit title [[#2361](https://github.com/woodpecker-ci/woodpecker/pull/2361)] +- Truncate commit message in pipeline log view header [[#2356](https://github.com/woodpecker-ci/woodpecker/pull/2356)] +- Increase header padding again [[#2348](https://github.com/woodpecker-ci/woodpecker/pull/2348)] - Use full width header on pipeline view and show repo name [[#2327](https://github.com/woodpecker-ci/woodpecker/pull/2327)] +- Use html list for changed files list [[#2346](https://github.com/woodpecker-ci/woodpecker/pull/2346)] - Show that repo is disabled [[#2340](https://github.com/woodpecker-ci/woodpecker/pull/2340)] - add spacing to pipeline feed spinner [[#2326](https://github.com/woodpecker-ci/woodpecker/pull/2326)] - make: autodetect host platform [[#2322](https://github.com/woodpecker-ci/woodpecker/pull/2322)] @@ -96,7 +110,9 @@ - Pass netrc to trusted clone images [[#2163](https://github.com/woodpecker-ci/woodpecker/pull/2163)] - Use Vue setup directive [[#2165](https://github.com/woodpecker-ci/woodpecker/pull/2165)] - Release file lock on USR1 signal [[#2151](https://github.com/woodpecker-ci/woodpecker/pull/2151)] +- Use min/max width for pipeline step list [[#2141](https://github.com/woodpecker-ci/woodpecker/pull/2141)] - Add header to pipeline log and always show buttons [[#2140](https://github.com/woodpecker-ci/woodpecker/pull/2140)] +- Use fix width for pipeline step list [[#2138](https://github.com/woodpecker-ci/woodpecker/pull/2138)] - Make sure we dont have hidden options for backend and pipeline compiler [[#2123](https://github.com/woodpecker-ci/woodpecker/pull/2123)] - Enhance local backend [[#2017](https://github.com/woodpecker-ci/woodpecker/pull/2017)] - Don't show badge without information [[#2130](https://github.com/woodpecker-ci/woodpecker/pull/2130)] @@ -105,13 +121,16 @@ - Lazy-load TimeAgo locales [[#2094](https://github.com/woodpecker-ci/woodpecker/pull/2094)] - Improve user settings [[#2087](https://github.com/woodpecker-ci/woodpecker/pull/2087)] - Allow to disable swagger [[#2093](https://github.com/woodpecker-ci/woodpecker/pull/2093)] +- Use consistent woodpecker color scheme [[#2003](https://github.com/woodpecker-ci/woodpecker/pull/2003)] - Change master to main [[#2044](https://github.com/woodpecker-ci/woodpecker/pull/2044)] - Remove default branch fallbacks [[#2065](https://github.com/woodpecker-ci/woodpecker/pull/2065)] +- Bump default clone image version to 2.1.0 [[#2053](https://github.com/woodpecker-ci/woodpecker/pull/2053)] - Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] - let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] ### 📚 Documentation +- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] - clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] - Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] - docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] @@ -133,8 +152,11 @@ ### Misc +- Add renovate package rule to apply build label [[#2440](https://github.com/woodpecker-ci/woodpecker/pull/2440)] +- fix(deps): update dependency prism-react-renderer to v2 [[#2436](https://github.com/woodpecker-ci/woodpecker/pull/2436)] +- fix(deps): update dependency node-emoji to v2 [[#2435](https://github.com/woodpecker-ci/woodpecker/pull/2435)] +- Add renovate package rule to apply dependencies label [[#2438](https://github.com/woodpecker-ci/woodpecker/pull/2438)] - fix(deps): update golang deps non-major [[#2437](https://github.com/woodpecker-ci/woodpecker/pull/2437)] -- fix: change config.config_data column type to longblob in mysql [[#2434](https://github.com/woodpecker-ci/woodpecker/pull/2434)] - chore(deps): update postgres docker tag to v15 [[#2423](https://github.com/woodpecker-ci/woodpecker/pull/2423)] - fix(deps): update dependency esbuild-loader to v4 [[#2433](https://github.com/woodpecker-ci/woodpecker/pull/2433)] - fix(deps): update dependency clsx to v2 [[#2432](https://github.com/woodpecker-ci/woodpecker/pull/2432)] @@ -164,7 +186,6 @@ - fix(deps): update kubernetes packages to v0.28.1 [[#2399](https://github.com/woodpecker-ci/woodpecker/pull/2399)] - fix(deps): update module github.com/swaggo/swag to v1.16.2 [[#2390](https://github.com/woodpecker-ci/woodpecker/pull/2390)] - fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.36.0 [[#2406](https://github.com/woodpecker-ci/woodpecker/pull/2406)] -- Harmonize pipeline status information and add a review link to the approval [[#2345](https://github.com/woodpecker-ci/woodpecker/pull/2345)] - fix(deps): update module github.com/stretchr/testify to v1.8.4 [[#2389](https://github.com/woodpecker-ci/woodpecker/pull/2389)] - fix(deps): update module github.com/caddyserver/certmagic to v0.19.2 [[#2401](https://github.com/woodpecker-ci/woodpecker/pull/2401)] - chore(deps): update postgres docker tag to v12.16 [[#2397](https://github.com/woodpecker-ci/woodpecker/pull/2397)] @@ -179,28 +200,11 @@ - fix(deps): update module github.com/docker/cli to v20.10.25+incompatible [[#2384](https://github.com/woodpecker-ci/woodpecker/pull/2384)] - fix(deps): update module github.com/alessio/shellescape to v1.4.2 [[#2381](https://github.com/woodpecker-ci/woodpecker/pull/2381)] - fix(deps): update golang.org/x/exp digest to 9212866 [[#2380](https://github.com/woodpecker-ci/woodpecker/pull/2380)] -- Configure Renovate [[#2360](https://github.com/woodpecker-ci/woodpecker/pull/2360)] -- Add option to render button as link [[#2378](https://github.com/woodpecker-ci/woodpecker/pull/2378)] -- Add release helper [[#1976](https://github.com/woodpecker-ci/woodpecker/pull/1976)] -- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] -- Execute `make generate` with new versions [[#2365](https://github.com/woodpecker-ci/woodpecker/pull/2365)] -- Truncate commit message in pipeline log view header [[#2356](https://github.com/woodpecker-ci/woodpecker/pull/2356)] -- Increase header padding again [[#2348](https://github.com/woodpecker-ci/woodpecker/pull/2348)] -- Use html list for changed files list [[#2346](https://github.com/woodpecker-ci/woodpecker/pull/2346)] -- Fix mobile login view [[#2332](https://github.com/woodpecker-ci/woodpecker/pull/2332)] -- fix regression and add trace in clone for local backend [[#2241](https://github.com/woodpecker-ci/woodpecker/pull/2241)] - Check for correct license header [[#2137](https://github.com/woodpecker-ci/woodpecker/pull/2137)] - Add TestCompilerCompile [[#2183](https://github.com/woodpecker-ci/woodpecker/pull/2183)] -- Use min/max width for pipeline step list [[#2141](https://github.com/woodpecker-ci/woodpecker/pull/2141)] -- Use fix width for pipeline step list [[#2138](https://github.com/woodpecker-ci/woodpecker/pull/2138)] - Fix `docs` workflow [[#2128](https://github.com/woodpecker-ci/woodpecker/pull/2128)] - Add some tests for bitbucket forge [[#2097](https://github.com/woodpecker-ci/woodpecker/pull/2097)] -- Support bitbucket Dir() [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] -- Use consistent woodpecker color scheme [[#2003](https://github.com/woodpecker-ci/woodpecker/pull/2003)] - Publish releases and branch tags to quay.io too [[#2069](https://github.com/woodpecker-ci/woodpecker/pull/2069)] -- Bump default clone image version to 2.1.0 [[#2053](https://github.com/woodpecker-ci/woodpecker/pull/2053)] -- Fix wrong repo url used by badges (#2037) [[#2039](https://github.com/woodpecker-ci/woodpecker/pull/2039)] -- Fix wrong repo url used by badges [[#2037](https://github.com/woodpecker-ci/woodpecker/pull/2037)] ## [1.0.2](https://github.com/woodpecker-ci/woodpecker/releases/tag/v1.0.2) - 2023-08-16 From cbcf8290ae4400e9bcf62c0c858ef857a719c4f2 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 13 Sep 2023 07:03:31 +0000 Subject: [PATCH 13/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 52 ++++++++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ae3cec54..e7a7921cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-11 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-13 ### ❤️ Thanks to all contributors! ❤️ -@xoxys, @renovate[bot], @s3lph, @qwerty287, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@renovate[bot], @xoxys, @s3lph, @qwerty287, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes @@ -32,6 +32,29 @@ - Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] +### 📚 Documentation + +- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] +- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] +- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] +- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] +- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] +- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] +- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] +- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] +- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] +- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] +- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] +- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] +- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] +- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] +- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] +- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] +- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] +- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] +- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] +- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] + ### 🐛 Bug Fixes - fix: change config.config_data column type to longblob in mysql [[#2434](https://github.com/woodpecker-ci/woodpecker/pull/2434)] @@ -128,30 +151,11 @@ - Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] - let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] -### 📚 Documentation - -- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] -- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] -- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] -- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] -- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] -- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] -- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] -- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] -- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] -- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] -- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] -- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] -- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] -- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] -- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] -- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] -- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] -- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] -- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] - ### Misc +- fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 [[#2449](https://github.com/woodpecker-ci/woodpecker/pull/2449)] +- fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 [[#2447](https://github.com/woodpecker-ci/woodpecker/pull/2447)] +- chore(deps): update node.js to v20 [[#2422](https://github.com/woodpecker-ci/woodpecker/pull/2422)] - Add renovate package rule to apply build label [[#2440](https://github.com/woodpecker-ci/woodpecker/pull/2440)] - fix(deps): update dependency prism-react-renderer to v2 [[#2436](https://github.com/woodpecker-ci/woodpecker/pull/2436)] - fix(deps): update dependency node-emoji to v2 [[#2435](https://github.com/woodpecker-ci/woodpecker/pull/2435)] From fd9ee97dc4773d26f448a3e2bbc5cd62f78c2ec6 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 13 Sep 2023 12:52:14 +0000 Subject: [PATCH 14/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a7921cad..61930888cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -153,6 +153,7 @@ ### Misc +- fix(deps): update module github.com/google/go-github/v39 to v55 [[#2456](https://github.com/woodpecker-ci/woodpecker/pull/2456)] - fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 [[#2449](https://github.com/woodpecker-ci/woodpecker/pull/2449)] - fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 [[#2447](https://github.com/woodpecker-ci/woodpecker/pull/2447)] - chore(deps): update node.js to v20 [[#2422](https://github.com/woodpecker-ci/woodpecker/pull/2422)] From 09f36f75ffbeb0820a27512def62ab20466d7b8c Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 13 Sep 2023 13:23:33 +0000 Subject: [PATCH 15/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61930888cd..a4ca4a3f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@renovate[bot], @xoxys, @s3lph, @qwerty287, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @lonix1, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@lonix1, @renovate[bot], @xoxys, @s3lph, @qwerty287, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes @@ -34,6 +34,7 @@ ### 📚 Documentation +- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] - Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] - Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] - clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] From fe6dd619883225a740b58ee5683c5ad1a9b908d7 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 16 Sep 2023 08:04:04 +0000 Subject: [PATCH 16/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ca4a3f8e..7f514fcf0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-13 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-16 ### ❤️ Thanks to all contributors! ❤️ -@lonix1, @renovate[bot], @xoxys, @s3lph, @qwerty287, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@qwerty287, @renovate[bot], @lonix1, @xoxys, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes @@ -34,6 +34,7 @@ ### 📚 Documentation +- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] - docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] - Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] - Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] @@ -154,6 +155,11 @@ ### Misc +- Update gitea sdk [[#2464](https://github.com/woodpecker-ci/woodpecker/pull/2464)] +- fix(deps): update golang deps non-major [[#2462](https://github.com/woodpecker-ci/woodpecker/pull/2462)] +- fix(deps): update dependency ansi_up to v6 [[#2431](https://github.com/woodpecker-ci/woodpecker/pull/2431)] +- chore(deps): update web npm deps non-major [[#2461](https://github.com/woodpecker-ci/woodpecker/pull/2461)] +- fix(deps): update module github.com/tevino/abool to v2 [[#2460](https://github.com/woodpecker-ci/woodpecker/pull/2460)] - fix(deps): update module github.com/google/go-github/v39 to v55 [[#2456](https://github.com/woodpecker-ci/woodpecker/pull/2456)] - fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 [[#2449](https://github.com/woodpecker-ci/woodpecker/pull/2449)] - fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 [[#2447](https://github.com/woodpecker-ci/woodpecker/pull/2447)] From 7fd7be3da315fbbd797535e958afe707a64248ac Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 17 Sep 2023 02:53:26 +0000 Subject: [PATCH 17/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f514fcf0a..acd24ad08f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-16 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-17 ### ❤️ Thanks to all contributors! ❤️ @@ -16,6 +16,7 @@ ### 🔒 Security +- Never log tokens [[#2466](https://github.com/woodpecker-ci/woodpecker/pull/2466)] - Check permissions on repo lookup [[#2357](https://github.com/woodpecker-ci/woodpecker/pull/2357)] - Change token logging to trace level [[#2247](https://github.com/woodpecker-ci/woodpecker/pull/2247)] - Validate webhook before change any data (#2221) [[#2222](https://github.com/woodpecker-ci/woodpecker/pull/2222)] From 13e0babbad712672d682e09481d7b154fa4ac877 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 18 Sep 2023 06:40:19 +0000 Subject: [PATCH 18/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 110 ++++++++++++++++++++++++++------------------------- 1 file changed, 57 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acd24ad08f..b49dccb025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-17 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-18 ### ❤️ Thanks to all contributors! ❤️ -@qwerty287, @renovate[bot], @lonix1, @xoxys, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@renovate[bot], @xoxys, @qwerty287, @lonix1, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes @@ -33,6 +33,58 @@ - Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] +### 📈 Enhancement + +- Some UI enhancement [[#2468](https://github.com/woodpecker-ci/woodpecker/pull/2468)] +- Harmonize pipeline status information and add a review link to the approval [[#2345](https://github.com/woodpecker-ci/woodpecker/pull/2345)] +- Add Renovate [[#2360](https://github.com/woodpecker-ci/woodpecker/pull/2360)] +- Add option to render button as link [[#2378](https://github.com/woodpecker-ci/woodpecker/pull/2378)] +- close sidebar on outside click [[#2325](https://github.com/woodpecker-ci/woodpecker/pull/2325)] +- Add release helper [[#1976](https://github.com/woodpecker-ci/woodpecker/pull/1976)] +- Use API error helpers and improve response codes [[#2366](https://github.com/woodpecker-ci/woodpecker/pull/2366)] +- Import packages only once [[#2362](https://github.com/woodpecker-ci/woodpecker/pull/2362)] +- Execute `make generate` with new versions [[#2365](https://github.com/woodpecker-ci/woodpecker/pull/2365)] +- Only show commit title [[#2361](https://github.com/woodpecker-ci/woodpecker/pull/2361)] +- Truncate commit message in pipeline log view header [[#2356](https://github.com/woodpecker-ci/woodpecker/pull/2356)] +- Increase header padding again [[#2348](https://github.com/woodpecker-ci/woodpecker/pull/2348)] +- Use full width header on pipeline view and show repo name [[#2327](https://github.com/woodpecker-ci/woodpecker/pull/2327)] +- Use html list for changed files list [[#2346](https://github.com/woodpecker-ci/woodpecker/pull/2346)] +- Show that repo is disabled [[#2340](https://github.com/woodpecker-ci/woodpecker/pull/2340)] +- add spacing to pipeline feed spinner [[#2326](https://github.com/woodpecker-ci/woodpecker/pull/2326)] +- make: autodetect host platform [[#2322](https://github.com/woodpecker-ci/woodpecker/pull/2322)] +- Add "plugin" support to local backend [[#2239](https://github.com/woodpecker-ci/woodpecker/pull/2239)] +- Rename grpc pipeline to workflow [[#2173](https://github.com/woodpecker-ci/woodpecker/pull/2173)] +- Pass netrc data to external config service request [[#2310](https://github.com/woodpecker-ci/woodpecker/pull/2310)] +- Create settings-panel vue component and use InputFields [[#2177](https://github.com/woodpecker-ci/woodpecker/pull/2177)] +- Use browser-native tooltips [[#2189](https://github.com/woodpecker-ci/woodpecker/pull/2189)] +- Improve agent rpc retry logic with exponential backoff [[#2205](https://github.com/woodpecker-ci/woodpecker/pull/2205)] +- Skip settings proxy config with WithProxy if its empty [[#2242](https://github.com/woodpecker-ci/woodpecker/pull/2242)] +- Move hook and events-stream routes to use `/api` prefix [[#2212](https://github.com/woodpecker-ci/woodpecker/pull/2212)] +- Add SSH clone URL env var [[#2198](https://github.com/woodpecker-ci/woodpecker/pull/2198)] +- Small improvements to mobile interface [[#2202](https://github.com/woodpecker-ci/woodpecker/pull/2202)] +- Switch to upstream ttlcache [[#2187](https://github.com/woodpecker-ci/woodpecker/pull/2187)] +- make EqualStringSlice to generic EqualSliceValues [[#2179](https://github.com/woodpecker-ci/woodpecker/pull/2179)] +- Pass netrc to trusted clone images [[#2163](https://github.com/woodpecker-ci/woodpecker/pull/2163)] +- Use Vue setup directive [[#2165](https://github.com/woodpecker-ci/woodpecker/pull/2165)] +- Release file lock on USR1 signal [[#2151](https://github.com/woodpecker-ci/woodpecker/pull/2151)] +- Use min/max width for pipeline step list [[#2141](https://github.com/woodpecker-ci/woodpecker/pull/2141)] +- Add header to pipeline log and always show buttons [[#2140](https://github.com/woodpecker-ci/woodpecker/pull/2140)] +- Use fix width for pipeline step list [[#2138](https://github.com/woodpecker-ci/woodpecker/pull/2138)] +- Make sure we dont have hidden options for backend and pipeline compiler [[#2123](https://github.com/woodpecker-ci/woodpecker/pull/2123)] +- Enhance local backend [[#2017](https://github.com/woodpecker-ci/woodpecker/pull/2017)] +- Don't show badge without information [[#2130](https://github.com/woodpecker-ci/woodpecker/pull/2130)] +- CLI repo sync: Show `forge-remote-id` [[#2125](https://github.com/woodpecker-ci/woodpecker/pull/2125)] +- CLI repo sync: Show `forge-remote-id` [[#2103](https://github.com/woodpecker-ci/woodpecker/pull/2103)] +- Lazy-load TimeAgo locales [[#2094](https://github.com/woodpecker-ci/woodpecker/pull/2094)] +- Improve user settings [[#2087](https://github.com/woodpecker-ci/woodpecker/pull/2087)] +- Allow to disable swagger [[#2093](https://github.com/woodpecker-ci/woodpecker/pull/2093)] +- Use consistent woodpecker color scheme [[#2003](https://github.com/woodpecker-ci/woodpecker/pull/2003)] +- Change master to main [[#2044](https://github.com/woodpecker-ci/woodpecker/pull/2044)] +- Remove default branch fallbacks [[#2065](https://github.com/woodpecker-ci/woodpecker/pull/2065)] +- Bump default clone image version to 2.1.0 [[#2053](https://github.com/woodpecker-ci/woodpecker/pull/2053)] +- Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] +- let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] + ### 📚 Documentation - Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] @@ -103,59 +155,11 @@ - Fix wrong repo url used by badges (#2037) [[#2039](https://github.com/woodpecker-ci/woodpecker/pull/2039)] - Fix wrong repo url used by badges [[#2037](https://github.com/woodpecker-ci/woodpecker/pull/2037)] -### 📈 Enhancement - -- Harmonize pipeline status information and add a review link to the approval [[#2345](https://github.com/woodpecker-ci/woodpecker/pull/2345)] -- Add Renovate [[#2360](https://github.com/woodpecker-ci/woodpecker/pull/2360)] -- Add option to render button as link [[#2378](https://github.com/woodpecker-ci/woodpecker/pull/2378)] -- close sidebar on outside click [[#2325](https://github.com/woodpecker-ci/woodpecker/pull/2325)] -- Add release helper [[#1976](https://github.com/woodpecker-ci/woodpecker/pull/1976)] -- Use API error helpers and improve response codes [[#2366](https://github.com/woodpecker-ci/woodpecker/pull/2366)] -- Import packages only once [[#2362](https://github.com/woodpecker-ci/woodpecker/pull/2362)] -- Execute `make generate` with new versions [[#2365](https://github.com/woodpecker-ci/woodpecker/pull/2365)] -- Only show commit title [[#2361](https://github.com/woodpecker-ci/woodpecker/pull/2361)] -- Truncate commit message in pipeline log view header [[#2356](https://github.com/woodpecker-ci/woodpecker/pull/2356)] -- Increase header padding again [[#2348](https://github.com/woodpecker-ci/woodpecker/pull/2348)] -- Use full width header on pipeline view and show repo name [[#2327](https://github.com/woodpecker-ci/woodpecker/pull/2327)] -- Use html list for changed files list [[#2346](https://github.com/woodpecker-ci/woodpecker/pull/2346)] -- Show that repo is disabled [[#2340](https://github.com/woodpecker-ci/woodpecker/pull/2340)] -- add spacing to pipeline feed spinner [[#2326](https://github.com/woodpecker-ci/woodpecker/pull/2326)] -- make: autodetect host platform [[#2322](https://github.com/woodpecker-ci/woodpecker/pull/2322)] -- Add "plugin" support to local backend [[#2239](https://github.com/woodpecker-ci/woodpecker/pull/2239)] -- Rename grpc pipeline to workflow [[#2173](https://github.com/woodpecker-ci/woodpecker/pull/2173)] -- Pass netrc data to external config service request [[#2310](https://github.com/woodpecker-ci/woodpecker/pull/2310)] -- Create settings-panel vue component and use InputFields [[#2177](https://github.com/woodpecker-ci/woodpecker/pull/2177)] -- Use browser-native tooltips [[#2189](https://github.com/woodpecker-ci/woodpecker/pull/2189)] -- Improve agent rpc retry logic with exponential backoff [[#2205](https://github.com/woodpecker-ci/woodpecker/pull/2205)] -- Skip settings proxy config with WithProxy if its empty [[#2242](https://github.com/woodpecker-ci/woodpecker/pull/2242)] -- Move hook and events-stream routes to use `/api` prefix [[#2212](https://github.com/woodpecker-ci/woodpecker/pull/2212)] -- Add SSH clone URL env var [[#2198](https://github.com/woodpecker-ci/woodpecker/pull/2198)] -- Small improvements to mobile interface [[#2202](https://github.com/woodpecker-ci/woodpecker/pull/2202)] -- Switch to upstream ttlcache [[#2187](https://github.com/woodpecker-ci/woodpecker/pull/2187)] -- make EqualStringSlice to generic EqualSliceValues [[#2179](https://github.com/woodpecker-ci/woodpecker/pull/2179)] -- Pass netrc to trusted clone images [[#2163](https://github.com/woodpecker-ci/woodpecker/pull/2163)] -- Use Vue setup directive [[#2165](https://github.com/woodpecker-ci/woodpecker/pull/2165)] -- Release file lock on USR1 signal [[#2151](https://github.com/woodpecker-ci/woodpecker/pull/2151)] -- Use min/max width for pipeline step list [[#2141](https://github.com/woodpecker-ci/woodpecker/pull/2141)] -- Add header to pipeline log and always show buttons [[#2140](https://github.com/woodpecker-ci/woodpecker/pull/2140)] -- Use fix width for pipeline step list [[#2138](https://github.com/woodpecker-ci/woodpecker/pull/2138)] -- Make sure we dont have hidden options for backend and pipeline compiler [[#2123](https://github.com/woodpecker-ci/woodpecker/pull/2123)] -- Enhance local backend [[#2017](https://github.com/woodpecker-ci/woodpecker/pull/2017)] -- Don't show badge without information [[#2130](https://github.com/woodpecker-ci/woodpecker/pull/2130)] -- CLI repo sync: Show `forge-remote-id` [[#2125](https://github.com/woodpecker-ci/woodpecker/pull/2125)] -- CLI repo sync: Show `forge-remote-id` [[#2103](https://github.com/woodpecker-ci/woodpecker/pull/2103)] -- Lazy-load TimeAgo locales [[#2094](https://github.com/woodpecker-ci/woodpecker/pull/2094)] -- Improve user settings [[#2087](https://github.com/woodpecker-ci/woodpecker/pull/2087)] -- Allow to disable swagger [[#2093](https://github.com/woodpecker-ci/woodpecker/pull/2093)] -- Use consistent woodpecker color scheme [[#2003](https://github.com/woodpecker-ci/woodpecker/pull/2003)] -- Change master to main [[#2044](https://github.com/woodpecker-ci/woodpecker/pull/2044)] -- Remove default branch fallbacks [[#2065](https://github.com/woodpecker-ci/woodpecker/pull/2065)] -- Bump default clone image version to 2.1.0 [[#2053](https://github.com/woodpecker-ci/woodpecker/pull/2053)] -- Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] -- let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] - ### Misc +- chore(deps): lock file maintenance [[#2469](https://github.com/woodpecker-ci/woodpecker/pull/2469)] +- Add devx lable to compose file PRs [[#2467](https://github.com/woodpecker-ci/woodpecker/pull/2467)] +- chore(deps): update postgres docker tag to v16 [[#2463](https://github.com/woodpecker-ci/woodpecker/pull/2463)] - Update gitea sdk [[#2464](https://github.com/woodpecker-ci/woodpecker/pull/2464)] - fix(deps): update golang deps non-major [[#2462](https://github.com/woodpecker-ci/woodpecker/pull/2462)] - fix(deps): update dependency ansi_up to v6 [[#2431](https://github.com/woodpecker-ci/woodpecker/pull/2431)] From 1dfdb891b88a005e599bd1c7e97b501a4c09bb77 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 19 Sep 2023 15:04:04 +0000 Subject: [PATCH 19/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 55 ++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b49dccb025..631a25fb35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-18 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-19 ### ❤️ Thanks to all contributors! ❤️ -@renovate[bot], @xoxys, @qwerty287, @lonix1, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @pat-s, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@pat-s, @renovate[bot], @xoxys, @qwerty287, @lonix1, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes @@ -33,6 +33,32 @@ - Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] +### 📚 Documentation + +- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] +- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] +- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] +- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] +- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] +- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] +- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] +- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] +- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] +- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] +- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] +- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] +- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] +- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] +- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] +- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] +- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] +- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] +- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] +- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] +- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] +- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] +- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] + ### 📈 Enhancement - Some UI enhancement [[#2468](https://github.com/woodpecker-ci/woodpecker/pull/2468)] @@ -85,31 +111,6 @@ - Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] - let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] -### 📚 Documentation - -- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] -- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] -- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] -- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] -- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] -- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] -- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] -- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] -- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] -- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] -- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] -- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] -- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] -- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] -- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] -- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] -- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] -- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] -- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] -- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] -- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] -- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] - ### 🐛 Bug Fixes - fix: change config.config_data column type to longblob in mysql [[#2434](https://github.com/woodpecker-ci/woodpecker/pull/2434)] From 17875f1d1fb95094d0a2bb8491da653eae1460d0 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 22 Sep 2023 14:56:48 +0000 Subject: [PATCH 20/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 61 +++++++++++++++++++++++++++------------------------- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 631a25fb35..784de19241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-19 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-22 ### ❤️ Thanks to all contributors! ❤️ -@pat-s, @renovate[bot], @xoxys, @qwerty287, @lonix1, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@tomix1024, @renovate[bot], @qwerty287, @pat-s, @xoxys, @lonix1, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes +- Remove deprecated options parsing [[#2480](https://github.com/woodpecker-ci/woodpecker/pull/2480)] - Move "skip ci" logic into global pipeline conditions [[#2216](https://github.com/woodpecker-ci/woodpecker/pull/2216)] - Deprecate "platform" filter in favour of "labels" [[#2181](https://github.com/woodpecker-ci/woodpecker/pull/2181)] - fail hard on deprecated pipeline keys [[#2180](https://github.com/woodpecker-ci/woodpecker/pull/2180)] -- client lib: remove useles "sync" option from RepoListOpts [[#2090](https://github.com/woodpecker-ci/woodpecker/pull/2090)] +- client lib: remove useless "sync" option from RepoListOpts [[#2090](https://github.com/woodpecker-ci/woodpecker/pull/2090)] - Drop deprecated built-in environment variables [[#2048](https://github.com/woodpecker-ci/woodpecker/pull/2048)] ### 🔒 Security @@ -33,34 +34,9 @@ - Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] -### 📚 Documentation - -- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] -- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] -- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] -- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] -- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] -- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] -- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] -- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] -- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] -- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] -- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] -- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] -- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] -- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] -- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] -- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] -- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] -- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] -- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] -- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] -- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] -- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] -- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] - ### 📈 Enhancement +- Fix usage of WOODPECKER_ROOT_PATH [[#2485](https://github.com/woodpecker-ci/woodpecker/pull/2485)] - Some UI enhancement [[#2468](https://github.com/woodpecker-ci/woodpecker/pull/2468)] - Harmonize pipeline status information and add a review link to the approval [[#2345](https://github.com/woodpecker-ci/woodpecker/pull/2345)] - Add Renovate [[#2360](https://github.com/woodpecker-ci/woodpecker/pull/2360)] @@ -111,6 +87,32 @@ - Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] - let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] +### 📚 Documentation + +- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] +- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] +- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] +- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] +- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] +- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] +- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] +- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] +- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] +- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] +- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] +- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] +- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] +- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] +- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] +- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] +- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] +- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] +- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] +- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] +- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] +- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] +- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] + ### 🐛 Bug Fixes - fix: change config.config_data column type to longblob in mysql [[#2434](https://github.com/woodpecker-ci/woodpecker/pull/2434)] @@ -158,6 +160,7 @@ ### Misc +- fix(deps): update golang deps non-major [[#2486](https://github.com/woodpecker-ci/woodpecker/pull/2486)] - chore(deps): lock file maintenance [[#2469](https://github.com/woodpecker-ci/woodpecker/pull/2469)] - Add devx lable to compose file PRs [[#2467](https://github.com/woodpecker-ci/woodpecker/pull/2467)] - chore(deps): update postgres docker tag to v16 [[#2463](https://github.com/woodpecker-ci/woodpecker/pull/2463)] From 8d75a10afb2f420efab823feccf5008463ec9393 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 23 Sep 2023 06:47:07 +0000 Subject: [PATCH 21/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 784de19241..4f4dfa367d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-22 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-23 ### ❤️ Thanks to all contributors! ❤️ -@tomix1024, @renovate[bot], @qwerty287, @pat-s, @xoxys, @lonix1, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@qwerty287, @tomix1024, @renovate[bot], @pat-s, @xoxys, @lonix1, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil ### 💥 Breaking changes @@ -36,6 +36,7 @@ ### 📈 Enhancement +- Some cleanups about host config [[#2490](https://github.com/woodpecker-ci/woodpecker/pull/2490)] - Fix usage of WOODPECKER_ROOT_PATH [[#2485](https://github.com/woodpecker-ci/woodpecker/pull/2485)] - Some UI enhancement [[#2468](https://github.com/woodpecker-ci/woodpecker/pull/2468)] - Harmonize pipeline status information and add a review link to the approval [[#2345](https://github.com/woodpecker-ci/woodpecker/pull/2345)] From 23e7fbd13f2322d75f88b184892524be24acd1bf Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 23 Sep 2023 14:32:41 +0000 Subject: [PATCH 22/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4dfa367d..b815dcff77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@qwerty287, @tomix1024, @renovate[bot], @pat-s, @xoxys, @lonix1, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @runephilosof-karnovgroup, @azdle, @praneeth-ovckd, @nupplaphil +@xoxys, @qwerty287, @tomix1024, @renovate[bot], @pat-s, @lonix1, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -20,9 +20,7 @@ - Never log tokens [[#2466](https://github.com/woodpecker-ci/woodpecker/pull/2466)] - Check permissions on repo lookup [[#2357](https://github.com/woodpecker-ci/woodpecker/pull/2357)] - Change token logging to trace level [[#2247](https://github.com/woodpecker-ci/woodpecker/pull/2247)] -- Validate webhook before change any data (#2221) [[#2222](https://github.com/woodpecker-ci/woodpecker/pull/2222)] - Validate webhook before change any data [[#2221](https://github.com/woodpecker-ci/woodpecker/pull/2221)] -- Fix WOODPECKER_GRPC_VERIFY being ignored (#2077) [[#2082](https://github.com/woodpecker-ci/woodpecker/pull/2082)] ### ✨ Features @@ -76,7 +74,6 @@ - Make sure we dont have hidden options for backend and pipeline compiler [[#2123](https://github.com/woodpecker-ci/woodpecker/pull/2123)] - Enhance local backend [[#2017](https://github.com/woodpecker-ci/woodpecker/pull/2017)] - Don't show badge without information [[#2130](https://github.com/woodpecker-ci/woodpecker/pull/2130)] -- CLI repo sync: Show `forge-remote-id` [[#2125](https://github.com/woodpecker-ci/woodpecker/pull/2125)] - CLI repo sync: Show `forge-remote-id` [[#2103](https://github.com/woodpecker-ci/woodpecker/pull/2103)] - Lazy-load TimeAgo locales [[#2094](https://github.com/woodpecker-ci/woodpecker/pull/2094)] - Improve user settings [[#2087](https://github.com/woodpecker-ci/woodpecker/pull/2087)] @@ -84,7 +81,6 @@ - Use consistent woodpecker color scheme [[#2003](https://github.com/woodpecker-ci/woodpecker/pull/2003)] - Change master to main [[#2044](https://github.com/woodpecker-ci/woodpecker/pull/2044)] - Remove default branch fallbacks [[#2065](https://github.com/woodpecker-ci/woodpecker/pull/2065)] -- Bump default clone image version to 2.1.0 [[#2053](https://github.com/woodpecker-ci/woodpecker/pull/2053)] - Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] - let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] @@ -118,7 +114,6 @@ - fix: change config.config_data column type to longblob in mysql [[#2434](https://github.com/woodpecker-ci/woodpecker/pull/2434)] - Fix: change tasks.task_data column type to longblob in mysql [[#2418](https://github.com/woodpecker-ci/woodpecker/pull/2418)] -- Fix health check [[#2412](https://github.com/woodpecker-ci/woodpecker/pull/2412)] - Do not list archived repos for all forges [[#2374](https://github.com/woodpecker-ci/woodpecker/pull/2374)] - fix(server/api/repo): Fix repair webhook host [[#2372](https://github.com/woodpecker-ci/woodpecker/pull/2372)] - Delete repos/secrets on org deletion [[#2367](https://github.com/woodpecker-ci/woodpecker/pull/2367)] @@ -128,39 +123,25 @@ - Fix grid column size in pipeline log view [[#2336](https://github.com/woodpecker-ci/woodpecker/pull/2336)] - Fix mobile login view [[#2332](https://github.com/woodpecker-ci/woodpecker/pull/2332)] - Fix button loading spinner when activating repos [[#2333](https://github.com/woodpecker-ci/woodpecker/pull/2333)] -- Fix migration [[#2319](https://github.com/woodpecker-ci/woodpecker/pull/2319)] - make WOODPECKER_MIGRATIONS_ALLOW_LONG have an actuall effect [[#2251](https://github.com/woodpecker-ci/woodpecker/pull/2251)] - Docker build dont ignore ci env vars [[#2238](https://github.com/woodpecker-ci/woodpecker/pull/2238)] -- fix regression and add trace in clone for local backend [[#2241](https://github.com/woodpecker-ci/woodpecker/pull/2241)] - Handle parsed hooks that should be ignored [[#2243](https://github.com/woodpecker-ci/woodpecker/pull/2243)] - Set correct version for release branch releases [[#2227](https://github.com/woodpecker-ci/woodpecker/pull/2227)] -- Bump default git clone plugin (#2215) [[#2220](https://github.com/woodpecker-ci/woodpecker/pull/2220)] - Bump default git clone plugin [[#2215](https://github.com/woodpecker-ci/woodpecker/pull/2215)] -- Show all steps (#2190) [[#2191](https://github.com/woodpecker-ci/woodpecker/pull/2191)] - Show all steps [[#2190](https://github.com/woodpecker-ci/woodpecker/pull/2190)] - Fix pipeline config collapsing [[#2166](https://github.com/woodpecker-ci/woodpecker/pull/2166)] -- Fix 'add-orgs' migration (#2117) [[#2145](https://github.com/woodpecker-ci/woodpecker/pull/2145)] - Fix 'add-orgs' migration [[#2117](https://github.com/woodpecker-ci/woodpecker/pull/2117)] -- Fix UI and backend paths with subpath (#1799) [[#2133](https://github.com/woodpecker-ci/woodpecker/pull/2133)] -- Fix vite server [[#2134](https://github.com/woodpecker-ci/woodpecker/pull/2134)] -- Fix UI and backend paths with subpath [[#1799](https://github.com/woodpecker-ci/woodpecker/pull/1799)] - docs: Environment Variable Seems to be `DOCKER_HOST`, not `DOCKER_SOCK` [[#2122](https://github.com/woodpecker-ci/woodpecker/pull/2122)] -- Fix swagger response code (#2119) [[#2121](https://github.com/woodpecker-ci/woodpecker/pull/2121)] - Fix swagger response code [[#2119](https://github.com/woodpecker-ci/woodpecker/pull/2119)] -- Forge Github Org: Use `login` instead of `name` (#2104) [[#2106](https://github.com/woodpecker-ci/woodpecker/pull/2106)] - Forge Github Org: Use `login` instead of `name` [[#2104](https://github.com/woodpecker-ci/woodpecker/pull/2104)] -- Fix translation key [[#2098](https://github.com/woodpecker-ci/woodpecker/pull/2098)] -- client.go: Backport fix RepoPost path [[#2100](https://github.com/woodpecker-ci/woodpecker/pull/2100)] - client.go: Fix RepoPost path [[#2091](https://github.com/woodpecker-ci/woodpecker/pull/2091)] - Fix alt text contrast in code boxes [[#2089](https://github.com/woodpecker-ci/woodpecker/pull/2089)] - Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] -- Handle case where there is no latest pipeline for GetBadge (#2042) [[#2050](https://github.com/woodpecker-ci/woodpecker/pull/2050)] - Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] -- Fix wrong repo url used by badges (#2037) [[#2039](https://github.com/woodpecker-ci/woodpecker/pull/2039)] -- Fix wrong repo url used by badges [[#2037](https://github.com/woodpecker-ci/woodpecker/pull/2037)] ### Misc +- Fix broken link to 3rd party plugin library [[#2494](https://github.com/woodpecker-ci/woodpecker/pull/2494)] - fix(deps): update golang deps non-major [[#2486](https://github.com/woodpecker-ci/woodpecker/pull/2486)] - chore(deps): lock file maintenance [[#2469](https://github.com/woodpecker-ci/woodpecker/pull/2469)] - Add devx lable to compose file PRs [[#2467](https://github.com/woodpecker-ci/woodpecker/pull/2467)] From bddf6e621f9f00c4f1e1ed3cce18c0030a48d493 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 25 Sep 2023 08:26:43 +0000 Subject: [PATCH 23/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b815dcff77..ac9cbf5533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-23 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-25 ### ❤️ Thanks to all contributors! ❤️ -@xoxys, @qwerty287, @tomix1024, @renovate[bot], @pat-s, @lonix1, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@renovate[bot], @xoxys, @qwerty287, @tomix1024, @pat-s, @lonix1, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -141,6 +141,7 @@ ### Misc +- chore(deps): lock file maintenance [[#2497](https://github.com/woodpecker-ci/woodpecker/pull/2497)] - Fix broken link to 3rd party plugin library [[#2494](https://github.com/woodpecker-ci/woodpecker/pull/2494)] - fix(deps): update golang deps non-major [[#2486](https://github.com/woodpecker-ci/woodpecker/pull/2486)] - chore(deps): lock file maintenance [[#2469](https://github.com/woodpecker-ci/woodpecker/pull/2469)] From 0298e0eaf9f4f18a58c2908d374b5b0edce11656 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 27 Sep 2023 13:50:16 +0000 Subject: [PATCH 24/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 58 +++++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9cbf5533..2b67db1144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-25 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-27 ### ❤️ Thanks to all contributors! ❤️ -@renovate[bot], @xoxys, @qwerty287, @tomix1024, @pat-s, @lonix1, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@Denperidge, @pat-s, @renovate[bot], @xoxys, @qwerty287, @tomix1024, @lonix1, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -32,6 +32,34 @@ - Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] +### 📚 Documentation + +- Fix docs duplicate WOODPECKER_HOST assignment [[#2501](https://github.com/woodpecker-ci/woodpecker/pull/2501)] +- Update github auth install [[#2499](https://github.com/woodpecker-ci/woodpecker/pull/2499)] +- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] +- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] +- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] +- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] +- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] +- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] +- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] +- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] +- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] +- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] +- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] +- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] +- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] +- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] +- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] +- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] +- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] +- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] +- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] +- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] +- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] +- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] +- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] + ### 📈 Enhancement - Some cleanups about host config [[#2490](https://github.com/woodpecker-ci/woodpecker/pull/2490)] @@ -84,32 +112,6 @@ - Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] - let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] -### 📚 Documentation - -- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] -- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] -- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] -- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] -- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] -- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] -- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] -- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] -- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] -- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] -- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] -- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] -- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] -- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] -- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] -- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] -- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] -- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] -- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] -- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] -- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] -- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] -- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] - ### 🐛 Bug Fixes - fix: change config.config_data column type to longblob in mysql [[#2434](https://github.com/woodpecker-ci/woodpecker/pull/2434)] From d810f7105d8e81a2af43f1f23430accfbae07367 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 30 Sep 2023 06:30:49 +0000 Subject: [PATCH 25/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 63 ++++++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b67db1144..ef2d745716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-27 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-30 ### ❤️ Thanks to all contributors! ❤️ -@Denperidge, @pat-s, @renovate[bot], @xoxys, @qwerty287, @tomix1024, @lonix1, @s3lph, @anbraten, @mzampetakis, @math3vz, @LTek-online, @testwill, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@mzampetakis, @Denperidge, @pat-s, @renovate[bot], @xoxys, @qwerty287, @tomix1024, @lonix1, @s3lph, @anbraten, @math3vz, @LTek-online, @testwill, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -32,6 +32,36 @@ - Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] +### 🐛 Bug Fixes + +- Fix bitbucket branches pagination. [[#2509](https://github.com/woodpecker-ci/woodpecker/pull/2509)] +- fix: change config.config_data column type to longblob in mysql [[#2434](https://github.com/woodpecker-ci/woodpecker/pull/2434)] +- Fix: change tasks.task_data column type to longblob in mysql [[#2418](https://github.com/woodpecker-ci/woodpecker/pull/2418)] +- Do not list archived repos for all forges [[#2374](https://github.com/woodpecker-ci/woodpecker/pull/2374)] +- fix(server/api/repo): Fix repair webhook host [[#2372](https://github.com/woodpecker-ci/woodpecker/pull/2372)] +- Delete repos/secrets on org deletion [[#2367](https://github.com/woodpecker-ci/woodpecker/pull/2367)] +- Fix org fetching [[#2343](https://github.com/woodpecker-ci/woodpecker/pull/2343)] +- Show correct event in pipeline step list [[#2334](https://github.com/woodpecker-ci/woodpecker/pull/2334)] +- Add min height to mobile pipeline view and fix overflow [[#2335](https://github.com/woodpecker-ci/woodpecker/pull/2335)] +- Fix grid column size in pipeline log view [[#2336](https://github.com/woodpecker-ci/woodpecker/pull/2336)] +- Fix mobile login view [[#2332](https://github.com/woodpecker-ci/woodpecker/pull/2332)] +- Fix button loading spinner when activating repos [[#2333](https://github.com/woodpecker-ci/woodpecker/pull/2333)] +- make WOODPECKER_MIGRATIONS_ALLOW_LONG have an actuall effect [[#2251](https://github.com/woodpecker-ci/woodpecker/pull/2251)] +- Docker build dont ignore ci env vars [[#2238](https://github.com/woodpecker-ci/woodpecker/pull/2238)] +- Handle parsed hooks that should be ignored [[#2243](https://github.com/woodpecker-ci/woodpecker/pull/2243)] +- Set correct version for release branch releases [[#2227](https://github.com/woodpecker-ci/woodpecker/pull/2227)] +- Bump default git clone plugin [[#2215](https://github.com/woodpecker-ci/woodpecker/pull/2215)] +- Show all steps [[#2190](https://github.com/woodpecker-ci/woodpecker/pull/2190)] +- Fix pipeline config collapsing [[#2166](https://github.com/woodpecker-ci/woodpecker/pull/2166)] +- Fix 'add-orgs' migration [[#2117](https://github.com/woodpecker-ci/woodpecker/pull/2117)] +- docs: Environment Variable Seems to be `DOCKER_HOST`, not `DOCKER_SOCK` [[#2122](https://github.com/woodpecker-ci/woodpecker/pull/2122)] +- Fix swagger response code [[#2119](https://github.com/woodpecker-ci/woodpecker/pull/2119)] +- Forge Github Org: Use `login` instead of `name` [[#2104](https://github.com/woodpecker-ci/woodpecker/pull/2104)] +- client.go: Fix RepoPost path [[#2091](https://github.com/woodpecker-ci/woodpecker/pull/2091)] +- Fix alt text contrast in code boxes [[#2089](https://github.com/woodpecker-ci/woodpecker/pull/2089)] +- Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] +- Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] + ### 📚 Documentation - Fix docs duplicate WOODPECKER_HOST assignment [[#2501](https://github.com/woodpecker-ci/woodpecker/pull/2501)] @@ -112,35 +142,6 @@ - Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] - let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] -### 🐛 Bug Fixes - -- fix: change config.config_data column type to longblob in mysql [[#2434](https://github.com/woodpecker-ci/woodpecker/pull/2434)] -- Fix: change tasks.task_data column type to longblob in mysql [[#2418](https://github.com/woodpecker-ci/woodpecker/pull/2418)] -- Do not list archived repos for all forges [[#2374](https://github.com/woodpecker-ci/woodpecker/pull/2374)] -- fix(server/api/repo): Fix repair webhook host [[#2372](https://github.com/woodpecker-ci/woodpecker/pull/2372)] -- Delete repos/secrets on org deletion [[#2367](https://github.com/woodpecker-ci/woodpecker/pull/2367)] -- Fix org fetching [[#2343](https://github.com/woodpecker-ci/woodpecker/pull/2343)] -- Show correct event in pipeline step list [[#2334](https://github.com/woodpecker-ci/woodpecker/pull/2334)] -- Add min height to mobile pipeline view and fix overflow [[#2335](https://github.com/woodpecker-ci/woodpecker/pull/2335)] -- Fix grid column size in pipeline log view [[#2336](https://github.com/woodpecker-ci/woodpecker/pull/2336)] -- Fix mobile login view [[#2332](https://github.com/woodpecker-ci/woodpecker/pull/2332)] -- Fix button loading spinner when activating repos [[#2333](https://github.com/woodpecker-ci/woodpecker/pull/2333)] -- make WOODPECKER_MIGRATIONS_ALLOW_LONG have an actuall effect [[#2251](https://github.com/woodpecker-ci/woodpecker/pull/2251)] -- Docker build dont ignore ci env vars [[#2238](https://github.com/woodpecker-ci/woodpecker/pull/2238)] -- Handle parsed hooks that should be ignored [[#2243](https://github.com/woodpecker-ci/woodpecker/pull/2243)] -- Set correct version for release branch releases [[#2227](https://github.com/woodpecker-ci/woodpecker/pull/2227)] -- Bump default git clone plugin [[#2215](https://github.com/woodpecker-ci/woodpecker/pull/2215)] -- Show all steps [[#2190](https://github.com/woodpecker-ci/woodpecker/pull/2190)] -- Fix pipeline config collapsing [[#2166](https://github.com/woodpecker-ci/woodpecker/pull/2166)] -- Fix 'add-orgs' migration [[#2117](https://github.com/woodpecker-ci/woodpecker/pull/2117)] -- docs: Environment Variable Seems to be `DOCKER_HOST`, not `DOCKER_SOCK` [[#2122](https://github.com/woodpecker-ci/woodpecker/pull/2122)] -- Fix swagger response code [[#2119](https://github.com/woodpecker-ci/woodpecker/pull/2119)] -- Forge Github Org: Use `login` instead of `name` [[#2104](https://github.com/woodpecker-ci/woodpecker/pull/2104)] -- client.go: Fix RepoPost path [[#2091](https://github.com/woodpecker-ci/woodpecker/pull/2091)] -- Fix alt text contrast in code boxes [[#2089](https://github.com/woodpecker-ci/woodpecker/pull/2089)] -- Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] -- Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] - ### Misc - chore(deps): lock file maintenance [[#2497](https://github.com/woodpecker-ci/woodpecker/pull/2497)] From 8017b08daa88bf044ddcffab17a36ca0fee20d5a Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 2 Oct 2023 18:01:15 +0000 Subject: [PATCH 26/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 111 ++++++++++++++++++++++++++------------------------- 1 file changed, 57 insertions(+), 54 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2d745716..c17714d49f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-09-30 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-02 ### ❤️ Thanks to all contributors! ❤️ -@mzampetakis, @Denperidge, @pat-s, @renovate[bot], @xoxys, @qwerty287, @tomix1024, @lonix1, @s3lph, @anbraten, @math3vz, @LTek-online, @testwill, @6543, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@6543, @renovate[bot], @mzampetakis, @Denperidge, @pat-s, @xoxys, @qwerty287, @tomix1024, @lonix1, @s3lph, @anbraten, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -32,6 +32,59 @@ - Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] +### 📈 Enhancement + +- local backend set home variable windows-equivalent too [[#2323](https://github.com/woodpecker-ci/woodpecker/pull/2323)] +- Some cleanups about host config [[#2490](https://github.com/woodpecker-ci/woodpecker/pull/2490)] +- Fix usage of WOODPECKER_ROOT_PATH [[#2485](https://github.com/woodpecker-ci/woodpecker/pull/2485)] +- Some UI enhancement [[#2468](https://github.com/woodpecker-ci/woodpecker/pull/2468)] +- Harmonize pipeline status information and add a review link to the approval [[#2345](https://github.com/woodpecker-ci/woodpecker/pull/2345)] +- Add Renovate [[#2360](https://github.com/woodpecker-ci/woodpecker/pull/2360)] +- Add option to render button as link [[#2378](https://github.com/woodpecker-ci/woodpecker/pull/2378)] +- close sidebar on outside click [[#2325](https://github.com/woodpecker-ci/woodpecker/pull/2325)] +- Add release helper [[#1976](https://github.com/woodpecker-ci/woodpecker/pull/1976)] +- Use API error helpers and improve response codes [[#2366](https://github.com/woodpecker-ci/woodpecker/pull/2366)] +- Import packages only once [[#2362](https://github.com/woodpecker-ci/woodpecker/pull/2362)] +- Execute `make generate` with new versions [[#2365](https://github.com/woodpecker-ci/woodpecker/pull/2365)] +- Only show commit title [[#2361](https://github.com/woodpecker-ci/woodpecker/pull/2361)] +- Truncate commit message in pipeline log view header [[#2356](https://github.com/woodpecker-ci/woodpecker/pull/2356)] +- Increase header padding again [[#2348](https://github.com/woodpecker-ci/woodpecker/pull/2348)] +- Use full width header on pipeline view and show repo name [[#2327](https://github.com/woodpecker-ci/woodpecker/pull/2327)] +- Use html list for changed files list [[#2346](https://github.com/woodpecker-ci/woodpecker/pull/2346)] +- Show that repo is disabled [[#2340](https://github.com/woodpecker-ci/woodpecker/pull/2340)] +- add spacing to pipeline feed spinner [[#2326](https://github.com/woodpecker-ci/woodpecker/pull/2326)] +- make: autodetect host platform [[#2322](https://github.com/woodpecker-ci/woodpecker/pull/2322)] +- Add "plugin" support to local backend [[#2239](https://github.com/woodpecker-ci/woodpecker/pull/2239)] +- Rename grpc pipeline to workflow [[#2173](https://github.com/woodpecker-ci/woodpecker/pull/2173)] +- Pass netrc data to external config service request [[#2310](https://github.com/woodpecker-ci/woodpecker/pull/2310)] +- Create settings-panel vue component and use InputFields [[#2177](https://github.com/woodpecker-ci/woodpecker/pull/2177)] +- Use browser-native tooltips [[#2189](https://github.com/woodpecker-ci/woodpecker/pull/2189)] +- Improve agent rpc retry logic with exponential backoff [[#2205](https://github.com/woodpecker-ci/woodpecker/pull/2205)] +- Skip settings proxy config with WithProxy if its empty [[#2242](https://github.com/woodpecker-ci/woodpecker/pull/2242)] +- Move hook and events-stream routes to use `/api` prefix [[#2212](https://github.com/woodpecker-ci/woodpecker/pull/2212)] +- Add SSH clone URL env var [[#2198](https://github.com/woodpecker-ci/woodpecker/pull/2198)] +- Small improvements to mobile interface [[#2202](https://github.com/woodpecker-ci/woodpecker/pull/2202)] +- Switch to upstream ttlcache [[#2187](https://github.com/woodpecker-ci/woodpecker/pull/2187)] +- make EqualStringSlice to generic EqualSliceValues [[#2179](https://github.com/woodpecker-ci/woodpecker/pull/2179)] +- Pass netrc to trusted clone images [[#2163](https://github.com/woodpecker-ci/woodpecker/pull/2163)] +- Use Vue setup directive [[#2165](https://github.com/woodpecker-ci/woodpecker/pull/2165)] +- Release file lock on USR1 signal [[#2151](https://github.com/woodpecker-ci/woodpecker/pull/2151)] +- Use min/max width for pipeline step list [[#2141](https://github.com/woodpecker-ci/woodpecker/pull/2141)] +- Add header to pipeline log and always show buttons [[#2140](https://github.com/woodpecker-ci/woodpecker/pull/2140)] +- Use fix width for pipeline step list [[#2138](https://github.com/woodpecker-ci/woodpecker/pull/2138)] +- Make sure we dont have hidden options for backend and pipeline compiler [[#2123](https://github.com/woodpecker-ci/woodpecker/pull/2123)] +- Enhance local backend [[#2017](https://github.com/woodpecker-ci/woodpecker/pull/2017)] +- Don't show badge without information [[#2130](https://github.com/woodpecker-ci/woodpecker/pull/2130)] +- CLI repo sync: Show `forge-remote-id` [[#2103](https://github.com/woodpecker-ci/woodpecker/pull/2103)] +- Lazy-load TimeAgo locales [[#2094](https://github.com/woodpecker-ci/woodpecker/pull/2094)] +- Improve user settings [[#2087](https://github.com/woodpecker-ci/woodpecker/pull/2087)] +- Allow to disable swagger [[#2093](https://github.com/woodpecker-ci/woodpecker/pull/2093)] +- Use consistent woodpecker color scheme [[#2003](https://github.com/woodpecker-ci/woodpecker/pull/2003)] +- Change master to main [[#2044](https://github.com/woodpecker-ci/woodpecker/pull/2044)] +- Remove default branch fallbacks [[#2065](https://github.com/woodpecker-ci/woodpecker/pull/2065)] +- Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] +- let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] + ### 🐛 Bug Fixes - Fix bitbucket branches pagination. [[#2509](https://github.com/woodpecker-ci/woodpecker/pull/2509)] @@ -90,60 +143,10 @@ - update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] - Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] -### 📈 Enhancement - -- Some cleanups about host config [[#2490](https://github.com/woodpecker-ci/woodpecker/pull/2490)] -- Fix usage of WOODPECKER_ROOT_PATH [[#2485](https://github.com/woodpecker-ci/woodpecker/pull/2485)] -- Some UI enhancement [[#2468](https://github.com/woodpecker-ci/woodpecker/pull/2468)] -- Harmonize pipeline status information and add a review link to the approval [[#2345](https://github.com/woodpecker-ci/woodpecker/pull/2345)] -- Add Renovate [[#2360](https://github.com/woodpecker-ci/woodpecker/pull/2360)] -- Add option to render button as link [[#2378](https://github.com/woodpecker-ci/woodpecker/pull/2378)] -- close sidebar on outside click [[#2325](https://github.com/woodpecker-ci/woodpecker/pull/2325)] -- Add release helper [[#1976](https://github.com/woodpecker-ci/woodpecker/pull/1976)] -- Use API error helpers and improve response codes [[#2366](https://github.com/woodpecker-ci/woodpecker/pull/2366)] -- Import packages only once [[#2362](https://github.com/woodpecker-ci/woodpecker/pull/2362)] -- Execute `make generate` with new versions [[#2365](https://github.com/woodpecker-ci/woodpecker/pull/2365)] -- Only show commit title [[#2361](https://github.com/woodpecker-ci/woodpecker/pull/2361)] -- Truncate commit message in pipeline log view header [[#2356](https://github.com/woodpecker-ci/woodpecker/pull/2356)] -- Increase header padding again [[#2348](https://github.com/woodpecker-ci/woodpecker/pull/2348)] -- Use full width header on pipeline view and show repo name [[#2327](https://github.com/woodpecker-ci/woodpecker/pull/2327)] -- Use html list for changed files list [[#2346](https://github.com/woodpecker-ci/woodpecker/pull/2346)] -- Show that repo is disabled [[#2340](https://github.com/woodpecker-ci/woodpecker/pull/2340)] -- add spacing to pipeline feed spinner [[#2326](https://github.com/woodpecker-ci/woodpecker/pull/2326)] -- make: autodetect host platform [[#2322](https://github.com/woodpecker-ci/woodpecker/pull/2322)] -- Add "plugin" support to local backend [[#2239](https://github.com/woodpecker-ci/woodpecker/pull/2239)] -- Rename grpc pipeline to workflow [[#2173](https://github.com/woodpecker-ci/woodpecker/pull/2173)] -- Pass netrc data to external config service request [[#2310](https://github.com/woodpecker-ci/woodpecker/pull/2310)] -- Create settings-panel vue component and use InputFields [[#2177](https://github.com/woodpecker-ci/woodpecker/pull/2177)] -- Use browser-native tooltips [[#2189](https://github.com/woodpecker-ci/woodpecker/pull/2189)] -- Improve agent rpc retry logic with exponential backoff [[#2205](https://github.com/woodpecker-ci/woodpecker/pull/2205)] -- Skip settings proxy config with WithProxy if its empty [[#2242](https://github.com/woodpecker-ci/woodpecker/pull/2242)] -- Move hook and events-stream routes to use `/api` prefix [[#2212](https://github.com/woodpecker-ci/woodpecker/pull/2212)] -- Add SSH clone URL env var [[#2198](https://github.com/woodpecker-ci/woodpecker/pull/2198)] -- Small improvements to mobile interface [[#2202](https://github.com/woodpecker-ci/woodpecker/pull/2202)] -- Switch to upstream ttlcache [[#2187](https://github.com/woodpecker-ci/woodpecker/pull/2187)] -- make EqualStringSlice to generic EqualSliceValues [[#2179](https://github.com/woodpecker-ci/woodpecker/pull/2179)] -- Pass netrc to trusted clone images [[#2163](https://github.com/woodpecker-ci/woodpecker/pull/2163)] -- Use Vue setup directive [[#2165](https://github.com/woodpecker-ci/woodpecker/pull/2165)] -- Release file lock on USR1 signal [[#2151](https://github.com/woodpecker-ci/woodpecker/pull/2151)] -- Use min/max width for pipeline step list [[#2141](https://github.com/woodpecker-ci/woodpecker/pull/2141)] -- Add header to pipeline log and always show buttons [[#2140](https://github.com/woodpecker-ci/woodpecker/pull/2140)] -- Use fix width for pipeline step list [[#2138](https://github.com/woodpecker-ci/woodpecker/pull/2138)] -- Make sure we dont have hidden options for backend and pipeline compiler [[#2123](https://github.com/woodpecker-ci/woodpecker/pull/2123)] -- Enhance local backend [[#2017](https://github.com/woodpecker-ci/woodpecker/pull/2017)] -- Don't show badge without information [[#2130](https://github.com/woodpecker-ci/woodpecker/pull/2130)] -- CLI repo sync: Show `forge-remote-id` [[#2103](https://github.com/woodpecker-ci/woodpecker/pull/2103)] -- Lazy-load TimeAgo locales [[#2094](https://github.com/woodpecker-ci/woodpecker/pull/2094)] -- Improve user settings [[#2087](https://github.com/woodpecker-ci/woodpecker/pull/2087)] -- Allow to disable swagger [[#2093](https://github.com/woodpecker-ci/woodpecker/pull/2093)] -- Use consistent woodpecker color scheme [[#2003](https://github.com/woodpecker-ci/woodpecker/pull/2003)] -- Change master to main [[#2044](https://github.com/woodpecker-ci/woodpecker/pull/2044)] -- Remove default branch fallbacks [[#2065](https://github.com/woodpecker-ci/woodpecker/pull/2065)] -- Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] -- let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] - ### Misc +- fix(deps): update module github.com/melbahja/goph to v1.4.0 [[#2513](https://github.com/woodpecker-ci/woodpecker/pull/2513)] +- fix(deps): update golang deps non-major [[#2500](https://github.com/woodpecker-ci/woodpecker/pull/2500)] - chore(deps): lock file maintenance [[#2497](https://github.com/woodpecker-ci/woodpecker/pull/2497)] - Fix broken link to 3rd party plugin library [[#2494](https://github.com/woodpecker-ci/woodpecker/pull/2494)] - fix(deps): update golang deps non-major [[#2486](https://github.com/woodpecker-ci/woodpecker/pull/2486)] From 16a070b91d9274c36681c7abe52ba7dc2903ebb7 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 5 Oct 2023 09:01:08 +0000 Subject: [PATCH 27/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 68 +++++++++++++++++++++++++++------------------------- 1 file changed, 36 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c17714d49f..d227e6fa20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-02 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-05 ### ❤️ Thanks to all contributors! ❤️ -@6543, @renovate[bot], @mzampetakis, @Denperidge, @pat-s, @xoxys, @qwerty287, @tomix1024, @lonix1, @s3lph, @anbraten, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@qwerty287, @pat-s, @nitram509, @renovate[bot], @6543, @mzampetakis, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @anbraten, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -32,6 +32,37 @@ - Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] +### 🐛 Bug Fixes + +- Use correct mime type when no content is sent [[#2515](https://github.com/woodpecker-ci/woodpecker/pull/2515)] +- Fix bitbucket branches pagination. [[#2509](https://github.com/woodpecker-ci/woodpecker/pull/2509)] +- fix: change config.config_data column type to longblob in mysql [[#2434](https://github.com/woodpecker-ci/woodpecker/pull/2434)] +- Fix: change tasks.task_data column type to longblob in mysql [[#2418](https://github.com/woodpecker-ci/woodpecker/pull/2418)] +- Do not list archived repos for all forges [[#2374](https://github.com/woodpecker-ci/woodpecker/pull/2374)] +- fix(server/api/repo): Fix repair webhook host [[#2372](https://github.com/woodpecker-ci/woodpecker/pull/2372)] +- Delete repos/secrets on org deletion [[#2367](https://github.com/woodpecker-ci/woodpecker/pull/2367)] +- Fix org fetching [[#2343](https://github.com/woodpecker-ci/woodpecker/pull/2343)] +- Show correct event in pipeline step list [[#2334](https://github.com/woodpecker-ci/woodpecker/pull/2334)] +- Add min height to mobile pipeline view and fix overflow [[#2335](https://github.com/woodpecker-ci/woodpecker/pull/2335)] +- Fix grid column size in pipeline log view [[#2336](https://github.com/woodpecker-ci/woodpecker/pull/2336)] +- Fix mobile login view [[#2332](https://github.com/woodpecker-ci/woodpecker/pull/2332)] +- Fix button loading spinner when activating repos [[#2333](https://github.com/woodpecker-ci/woodpecker/pull/2333)] +- make WOODPECKER_MIGRATIONS_ALLOW_LONG have an actuall effect [[#2251](https://github.com/woodpecker-ci/woodpecker/pull/2251)] +- Docker build dont ignore ci env vars [[#2238](https://github.com/woodpecker-ci/woodpecker/pull/2238)] +- Handle parsed hooks that should be ignored [[#2243](https://github.com/woodpecker-ci/woodpecker/pull/2243)] +- Set correct version for release branch releases [[#2227](https://github.com/woodpecker-ci/woodpecker/pull/2227)] +- Bump default git clone plugin [[#2215](https://github.com/woodpecker-ci/woodpecker/pull/2215)] +- Show all steps [[#2190](https://github.com/woodpecker-ci/woodpecker/pull/2190)] +- Fix pipeline config collapsing [[#2166](https://github.com/woodpecker-ci/woodpecker/pull/2166)] +- Fix 'add-orgs' migration [[#2117](https://github.com/woodpecker-ci/woodpecker/pull/2117)] +- docs: Environment Variable Seems to be `DOCKER_HOST`, not `DOCKER_SOCK` [[#2122](https://github.com/woodpecker-ci/woodpecker/pull/2122)] +- Fix swagger response code [[#2119](https://github.com/woodpecker-ci/woodpecker/pull/2119)] +- Forge Github Org: Use `login` instead of `name` [[#2104](https://github.com/woodpecker-ci/woodpecker/pull/2104)] +- client.go: Fix RepoPost path [[#2091](https://github.com/woodpecker-ci/woodpecker/pull/2091)] +- Fix alt text contrast in code boxes [[#2089](https://github.com/woodpecker-ci/woodpecker/pull/2089)] +- Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] +- Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] + ### 📈 Enhancement - local backend set home variable windows-equivalent too [[#2323](https://github.com/woodpecker-ci/woodpecker/pull/2323)] @@ -85,36 +116,6 @@ - Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] - let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] -### 🐛 Bug Fixes - -- Fix bitbucket branches pagination. [[#2509](https://github.com/woodpecker-ci/woodpecker/pull/2509)] -- fix: change config.config_data column type to longblob in mysql [[#2434](https://github.com/woodpecker-ci/woodpecker/pull/2434)] -- Fix: change tasks.task_data column type to longblob in mysql [[#2418](https://github.com/woodpecker-ci/woodpecker/pull/2418)] -- Do not list archived repos for all forges [[#2374](https://github.com/woodpecker-ci/woodpecker/pull/2374)] -- fix(server/api/repo): Fix repair webhook host [[#2372](https://github.com/woodpecker-ci/woodpecker/pull/2372)] -- Delete repos/secrets on org deletion [[#2367](https://github.com/woodpecker-ci/woodpecker/pull/2367)] -- Fix org fetching [[#2343](https://github.com/woodpecker-ci/woodpecker/pull/2343)] -- Show correct event in pipeline step list [[#2334](https://github.com/woodpecker-ci/woodpecker/pull/2334)] -- Add min height to mobile pipeline view and fix overflow [[#2335](https://github.com/woodpecker-ci/woodpecker/pull/2335)] -- Fix grid column size in pipeline log view [[#2336](https://github.com/woodpecker-ci/woodpecker/pull/2336)] -- Fix mobile login view [[#2332](https://github.com/woodpecker-ci/woodpecker/pull/2332)] -- Fix button loading spinner when activating repos [[#2333](https://github.com/woodpecker-ci/woodpecker/pull/2333)] -- make WOODPECKER_MIGRATIONS_ALLOW_LONG have an actuall effect [[#2251](https://github.com/woodpecker-ci/woodpecker/pull/2251)] -- Docker build dont ignore ci env vars [[#2238](https://github.com/woodpecker-ci/woodpecker/pull/2238)] -- Handle parsed hooks that should be ignored [[#2243](https://github.com/woodpecker-ci/woodpecker/pull/2243)] -- Set correct version for release branch releases [[#2227](https://github.com/woodpecker-ci/woodpecker/pull/2227)] -- Bump default git clone plugin [[#2215](https://github.com/woodpecker-ci/woodpecker/pull/2215)] -- Show all steps [[#2190](https://github.com/woodpecker-ci/woodpecker/pull/2190)] -- Fix pipeline config collapsing [[#2166](https://github.com/woodpecker-ci/woodpecker/pull/2166)] -- Fix 'add-orgs' migration [[#2117](https://github.com/woodpecker-ci/woodpecker/pull/2117)] -- docs: Environment Variable Seems to be `DOCKER_HOST`, not `DOCKER_SOCK` [[#2122](https://github.com/woodpecker-ci/woodpecker/pull/2122)] -- Fix swagger response code [[#2119](https://github.com/woodpecker-ci/woodpecker/pull/2119)] -- Forge Github Org: Use `login` instead of `name` [[#2104](https://github.com/woodpecker-ci/woodpecker/pull/2104)] -- client.go: Fix RepoPost path [[#2091](https://github.com/woodpecker-ci/woodpecker/pull/2091)] -- Fix alt text contrast in code boxes [[#2089](https://github.com/woodpecker-ci/woodpecker/pull/2089)] -- Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] -- Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] - ### 📚 Documentation - Fix docs duplicate WOODPECKER_HOST assignment [[#2501](https://github.com/woodpecker-ci/woodpecker/pull/2501)] @@ -145,6 +146,9 @@ ### Misc +- Use golangci-lint to lint zerolog [[#2524](https://github.com/woodpecker-ci/woodpecker/pull/2524)] +- Renovate config updates [[#2519](https://github.com/woodpecker-ci/woodpecker/pull/2519)] +- fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible [[#2517](https://github.com/woodpecker-ci/woodpecker/pull/2517)] - fix(deps): update module github.com/melbahja/goph to v1.4.0 [[#2513](https://github.com/woodpecker-ci/woodpecker/pull/2513)] - fix(deps): update golang deps non-major [[#2500](https://github.com/woodpecker-ci/woodpecker/pull/2500)] - chore(deps): lock file maintenance [[#2497](https://github.com/woodpecker-ci/woodpecker/pull/2497)] From f76098ac86a1660c78cc0537c7f740edbd8511f1 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 7 Oct 2023 06:59:33 +0000 Subject: [PATCH 28/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 65 ++++++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d227e6fa20..140b7b238b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-05 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-07 ### ❤️ Thanks to all contributors! ❤️ -@qwerty287, @pat-s, @nitram509, @renovate[bot], @6543, @mzampetakis, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @anbraten, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@renovate[bot], @mzampetakis, @qwerty287, @pat-s, @nitram509, @6543, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @anbraten, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -32,6 +32,35 @@ - Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] +### 📚 Documentation + +- Adds bitbucket tag support in docs [[#2536](https://github.com/woodpecker-ci/woodpecker/pull/2536)] +- Fix docs duplicate WOODPECKER_HOST assignment [[#2501](https://github.com/woodpecker-ci/woodpecker/pull/2501)] +- Update github auth install [[#2499](https://github.com/woodpecker-ci/woodpecker/pull/2499)] +- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] +- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] +- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] +- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] +- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] +- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] +- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] +- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] +- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] +- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] +- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] +- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] +- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] +- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] +- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] +- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] +- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] +- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] +- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] +- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] +- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] +- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] +- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] + ### 🐛 Bug Fixes - Use correct mime type when no content is sent [[#2515](https://github.com/woodpecker-ci/woodpecker/pull/2515)] @@ -116,36 +145,12 @@ - Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] - let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] -### 📚 Documentation - -- Fix docs duplicate WOODPECKER_HOST assignment [[#2501](https://github.com/woodpecker-ci/woodpecker/pull/2501)] -- Update github auth install [[#2499](https://github.com/woodpecker-ci/woodpecker/pull/2499)] -- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] -- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] -- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] -- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] -- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] -- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] -- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] -- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] -- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] -- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] -- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] -- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] -- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] -- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] -- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] -- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] -- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] -- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] -- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] -- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] -- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] -- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] -- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] - ### Misc +- chore(deps): update golang docker tag to v1.21.2 [[#2532](https://github.com/woodpecker-ci/woodpecker/pull/2532)] +- fix(deps): update golang.org/x/exp digest to 7918f67 [[#2535](https://github.com/woodpecker-ci/woodpecker/pull/2535)] +- fix(deps): update golang deps non-major [[#2533](https://github.com/woodpecker-ci/woodpecker/pull/2533)] +- fix(deps): update golang.org/x/exp digest to 3e424a5 [[#2530](https://github.com/woodpecker-ci/woodpecker/pull/2530)] - Use golangci-lint to lint zerolog [[#2524](https://github.com/woodpecker-ci/woodpecker/pull/2524)] - Renovate config updates [[#2519](https://github.com/woodpecker-ci/woodpecker/pull/2519)] - fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible [[#2517](https://github.com/woodpecker-ci/woodpecker/pull/2517)] From 2db2d0040ab1881697cf80cec401746ae4432e2e Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 7 Oct 2023 14:08:12 +0000 Subject: [PATCH 29/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 61 ++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 140b7b238b..9c038a3274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@renovate[bot], @mzampetakis, @qwerty287, @pat-s, @nitram509, @6543, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @anbraten, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@6543, @renovate[bot], @mzampetakis, @qwerty287, @pat-s, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @anbraten, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -32,37 +32,9 @@ - Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] -### 📚 Documentation - -- Adds bitbucket tag support in docs [[#2536](https://github.com/woodpecker-ci/woodpecker/pull/2536)] -- Fix docs duplicate WOODPECKER_HOST assignment [[#2501](https://github.com/woodpecker-ci/woodpecker/pull/2501)] -- Update github auth install [[#2499](https://github.com/woodpecker-ci/woodpecker/pull/2499)] -- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] -- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] -- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] -- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] -- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] -- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] -- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] -- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] -- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] -- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] -- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] -- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] -- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] -- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] -- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] -- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] -- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] -- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] -- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] -- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] -- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] -- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] -- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] - ### 🐛 Bug Fixes +- Trim last "/" from WOODPECKER_HOST config [[#2538](https://github.com/woodpecker-ci/woodpecker/pull/2538)] - Use correct mime type when no content is sent [[#2515](https://github.com/woodpecker-ci/woodpecker/pull/2515)] - Fix bitbucket branches pagination. [[#2509](https://github.com/woodpecker-ci/woodpecker/pull/2509)] - fix: change config.config_data column type to longblob in mysql [[#2434](https://github.com/woodpecker-ci/woodpecker/pull/2434)] @@ -92,6 +64,35 @@ - Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] - Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] +### 📚 Documentation + +- Adds bitbucket tag support in docs [[#2536](https://github.com/woodpecker-ci/woodpecker/pull/2536)] +- Fix docs duplicate WOODPECKER_HOST assignment [[#2501](https://github.com/woodpecker-ci/woodpecker/pull/2501)] +- Update github auth install [[#2499](https://github.com/woodpecker-ci/woodpecker/pull/2499)] +- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] +- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] +- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] +- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] +- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] +- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] +- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] +- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] +- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] +- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] +- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] +- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] +- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] +- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] +- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] +- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] +- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] +- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] +- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] +- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] +- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] +- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] +- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] + ### 📈 Enhancement - local backend set home variable windows-equivalent too [[#2323](https://github.com/woodpecker-ci/woodpecker/pull/2323)] From 5ecefb776026d7417414c8946c39a71036fb6718 Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 8 Oct 2023 12:40:11 +0000 Subject: [PATCH 30/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 68 ++++++++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c038a3274..4032b2321d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-07 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-08 ### ❤️ Thanks to all contributors! ❤️ -@6543, @renovate[bot], @mzampetakis, @qwerty287, @pat-s, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @anbraten, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@categulario, @mzampetakis, @qwerty287, @Timshel, @6543, @renovate[bot], @pat-s, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @anbraten, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -32,8 +32,41 @@ - Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] +### 📚 Documentation + +- Fix incorrect yaml syntax for `ref` in docs [[#2518](https://github.com/woodpecker-ci/woodpecker/pull/2518)] +- Local image documentation [[#2521](https://github.com/woodpecker-ci/woodpecker/pull/2521)] +- Adds bitbucket tag support in docs [[#2536](https://github.com/woodpecker-ci/woodpecker/pull/2536)] +- Fix docs duplicate WOODPECKER_HOST assignment [[#2501](https://github.com/woodpecker-ci/woodpecker/pull/2501)] +- Update github auth install [[#2499](https://github.com/woodpecker-ci/woodpecker/pull/2499)] +- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] +- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] +- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] +- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] +- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] +- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] +- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] +- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] +- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] +- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] +- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] +- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] +- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] +- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] +- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] +- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] +- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] +- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] +- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] +- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] +- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] +- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] +- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] + ### 🐛 Bug Fixes +- Fix PR event trigger and list for bitbucket repos [[#2539](https://github.com/woodpecker-ci/woodpecker/pull/2539)] +- Fix ccmenu endpoint [[#2543](https://github.com/woodpecker-ci/woodpecker/pull/2543)] - Trim last "/" from WOODPECKER_HOST config [[#2538](https://github.com/woodpecker-ci/woodpecker/pull/2538)] - Use correct mime type when no content is sent [[#2515](https://github.com/woodpecker-ci/woodpecker/pull/2515)] - Fix bitbucket branches pagination. [[#2509](https://github.com/woodpecker-ci/woodpecker/pull/2509)] @@ -64,37 +97,10 @@ - Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] - Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] -### 📚 Documentation - -- Adds bitbucket tag support in docs [[#2536](https://github.com/woodpecker-ci/woodpecker/pull/2536)] -- Fix docs duplicate WOODPECKER_HOST assignment [[#2501](https://github.com/woodpecker-ci/woodpecker/pull/2501)] -- Update github auth install [[#2499](https://github.com/woodpecker-ci/woodpecker/pull/2499)] -- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] -- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] -- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] -- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] -- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] -- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] -- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] -- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] -- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] -- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] -- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] -- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] -- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] -- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] -- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] -- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] -- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] -- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] -- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] -- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] -- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] -- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] -- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] - ### 📈 Enhancement +- Refactor pipeline parsing and forge refreshing [[#2527](https://github.com/woodpecker-ci/woodpecker/pull/2527)] +- Fix gitlab hooks and simplify config extension [[#2537](https://github.com/woodpecker-ci/woodpecker/pull/2537)] - local backend set home variable windows-equivalent too [[#2323](https://github.com/woodpecker-ci/woodpecker/pull/2323)] - Some cleanups about host config [[#2490](https://github.com/woodpecker-ci/woodpecker/pull/2490)] - Fix usage of WOODPECKER_ROOT_PATH [[#2485](https://github.com/woodpecker-ci/woodpecker/pull/2485)] From 3245f26d6fda668827aa53dcbaf7e28829a3c106 Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 8 Oct 2023 15:51:30 +0000 Subject: [PATCH 31/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 67 +++++++++++++++++++++++++++------------------------- 1 file changed, 35 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4032b2321d..203398f0a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@categulario, @mzampetakis, @qwerty287, @Timshel, @6543, @renovate[bot], @pat-s, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @anbraten, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@anbraten, @qwerty287, @categulario, @mzampetakis, @Timshel, @6543, @renovate[bot], @pat-s, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -32,39 +32,9 @@ - Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] -### 📚 Documentation - -- Fix incorrect yaml syntax for `ref` in docs [[#2518](https://github.com/woodpecker-ci/woodpecker/pull/2518)] -- Local image documentation [[#2521](https://github.com/woodpecker-ci/woodpecker/pull/2521)] -- Adds bitbucket tag support in docs [[#2536](https://github.com/woodpecker-ci/woodpecker/pull/2536)] -- Fix docs duplicate WOODPECKER_HOST assignment [[#2501](https://github.com/woodpecker-ci/woodpecker/pull/2501)] -- Update github auth install [[#2499](https://github.com/woodpecker-ci/woodpecker/pull/2499)] -- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] -- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] -- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] -- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] -- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] -- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] -- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] -- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] -- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] -- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] -- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] -- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] -- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] -- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] -- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] -- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] -- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] -- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] -- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] -- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] -- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] -- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] -- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] - ### 🐛 Bug Fixes +- UI cleanups and improvements [[#2548](https://github.com/woodpecker-ci/woodpecker/pull/2548)] - Fix PR event trigger and list for bitbucket repos [[#2539](https://github.com/woodpecker-ci/woodpecker/pull/2539)] - Fix ccmenu endpoint [[#2543](https://github.com/woodpecker-ci/woodpecker/pull/2543)] - Trim last "/" from WOODPECKER_HOST config [[#2538](https://github.com/woodpecker-ci/woodpecker/pull/2538)] @@ -97,6 +67,37 @@ - Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] - Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] +### 📚 Documentation + +- Fix incorrect yaml syntax for `ref` in docs [[#2518](https://github.com/woodpecker-ci/woodpecker/pull/2518)] +- Local image documentation [[#2521](https://github.com/woodpecker-ci/woodpecker/pull/2521)] +- Adds bitbucket tag support in docs [[#2536](https://github.com/woodpecker-ci/woodpecker/pull/2536)] +- Fix docs duplicate WOODPECKER_HOST assignment [[#2501](https://github.com/woodpecker-ci/woodpecker/pull/2501)] +- Update github auth install [[#2499](https://github.com/woodpecker-ci/woodpecker/pull/2499)] +- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] +- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] +- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] +- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] +- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] +- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] +- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] +- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] +- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] +- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] +- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] +- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] +- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] +- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] +- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] +- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] +- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] +- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] +- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] +- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] +- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] +- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] +- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] + ### 📈 Enhancement - Refactor pipeline parsing and forge refreshing [[#2527](https://github.com/woodpecker-ci/woodpecker/pull/2527)] @@ -154,6 +155,8 @@ ### Misc +- Update issue config [[#2353](https://github.com/woodpecker-ci/woodpecker/pull/2353)] +- Add test for handling pipeline error [[#2547](https://github.com/woodpecker-ci/woodpecker/pull/2547)] - chore(deps): update golang docker tag to v1.21.2 [[#2532](https://github.com/woodpecker-ci/woodpecker/pull/2532)] - fix(deps): update golang.org/x/exp digest to 7918f67 [[#2535](https://github.com/woodpecker-ci/woodpecker/pull/2535)] - fix(deps): update golang deps non-major [[#2533](https://github.com/woodpecker-ci/woodpecker/pull/2533)] From f3e94121ffc9aab9de1afcdbccb06c9ceb9d9d98 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 9 Oct 2023 16:20:48 +0000 Subject: [PATCH 32/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 70 +++++++++++++++++++++++++++------------------------- 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 203398f0a1..e84c167aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,14 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-08 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-09 ### ❤️ Thanks to all contributors! ❤️ -@anbraten, @qwerty287, @categulario, @mzampetakis, @Timshel, @6543, @renovate[bot], @pat-s, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@qwerty287, @dominic-p, @renovate[bot], @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @pat-s, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes - Remove deprecated options parsing [[#2480](https://github.com/woodpecker-ci/woodpecker/pull/2480)] -- Move "skip ci" logic into global pipeline conditions [[#2216](https://github.com/woodpecker-ci/woodpecker/pull/2216)] - Deprecate "platform" filter in favour of "labels" [[#2181](https://github.com/woodpecker-ci/woodpecker/pull/2181)] - fail hard on deprecated pipeline keys [[#2180](https://github.com/woodpecker-ci/woodpecker/pull/2180)] - client lib: remove useless "sync" option from RepoListOpts [[#2090](https://github.com/woodpecker-ci/woodpecker/pull/2090)] @@ -32,6 +31,38 @@ - Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] +### 📚 Documentation + +- Add notes about CRI-O specific config [[#2546](https://github.com/woodpecker-ci/woodpecker/pull/2546)] +- Fix incorrect yaml syntax for `ref` in docs [[#2518](https://github.com/woodpecker-ci/woodpecker/pull/2518)] +- Local image documentation [[#2521](https://github.com/woodpecker-ci/woodpecker/pull/2521)] +- Adds bitbucket tag support in docs [[#2536](https://github.com/woodpecker-ci/woodpecker/pull/2536)] +- Fix docs duplicate WOODPECKER_HOST assignment [[#2501](https://github.com/woodpecker-ci/woodpecker/pull/2501)] +- Update github auth install [[#2499](https://github.com/woodpecker-ci/woodpecker/pull/2499)] +- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] +- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] +- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] +- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] +- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] +- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] +- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] +- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] +- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] +- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] +- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] +- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] +- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] +- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] +- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] +- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] +- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] +- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] +- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] +- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] +- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] +- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] +- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] + ### 🐛 Bug Fixes - UI cleanups and improvements [[#2548](https://github.com/woodpecker-ci/woodpecker/pull/2548)] @@ -67,37 +98,6 @@ - Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] - Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] -### 📚 Documentation - -- Fix incorrect yaml syntax for `ref` in docs [[#2518](https://github.com/woodpecker-ci/woodpecker/pull/2518)] -- Local image documentation [[#2521](https://github.com/woodpecker-ci/woodpecker/pull/2521)] -- Adds bitbucket tag support in docs [[#2536](https://github.com/woodpecker-ci/woodpecker/pull/2536)] -- Fix docs duplicate WOODPECKER_HOST assignment [[#2501](https://github.com/woodpecker-ci/woodpecker/pull/2501)] -- Update github auth install [[#2499](https://github.com/woodpecker-ci/woodpecker/pull/2499)] -- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] -- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] -- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] -- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] -- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] -- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] -- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] -- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] -- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] -- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] -- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] -- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] -- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] -- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] -- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] -- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] -- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] -- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] -- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] -- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] -- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] -- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] -- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] - ### 📈 Enhancement - Refactor pipeline parsing and forge refreshing [[#2527](https://github.com/woodpecker-ci/woodpecker/pull/2527)] @@ -155,6 +155,8 @@ ### Misc +- Require Go 1.21 [[#2553](https://github.com/woodpecker-ci/woodpecker/pull/2553)] +- chore(deps): update techknowlogick/xgo docker tag to go-1.21.2 [[#2523](https://github.com/woodpecker-ci/woodpecker/pull/2523)] - Update issue config [[#2353](https://github.com/woodpecker-ci/woodpecker/pull/2353)] - Add test for handling pipeline error [[#2547](https://github.com/woodpecker-ci/woodpecker/pull/2547)] - chore(deps): update golang docker tag to v1.21.2 [[#2532](https://github.com/woodpecker-ci/woodpecker/pull/2532)] From 91d8910ab2890f04a664b7817bbc9381724f6deb Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 10 Oct 2023 15:08:37 +0000 Subject: [PATCH 33/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e84c167aab..6cbb21db4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-09 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-10 ### ❤️ Thanks to all contributors! ❤️ -@qwerty287, @dominic-p, @renovate[bot], @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @pat-s, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@Exar04, @renovate[bot], @qwerty287, @dominic-p, @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @pat-s, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -33,6 +33,7 @@ ### 📚 Documentation +- Remove redundant definition of webhook form docs [[#2561](https://github.com/woodpecker-ci/woodpecker/pull/2561)] - Add notes about CRI-O specific config [[#2546](https://github.com/woodpecker-ci/woodpecker/pull/2546)] - Fix incorrect yaml syntax for `ref` in docs [[#2518](https://github.com/woodpecker-ci/woodpecker/pull/2518)] - Local image documentation [[#2521](https://github.com/woodpecker-ci/woodpecker/pull/2521)] @@ -155,6 +156,7 @@ ### Misc +- fix(deps): update module github.com/xanzy/go-gitlab to v0.93.1 [[#2560](https://github.com/woodpecker-ci/woodpecker/pull/2560)] - Require Go 1.21 [[#2553](https://github.com/woodpecker-ci/woodpecker/pull/2553)] - chore(deps): update techknowlogick/xgo docker tag to go-1.21.2 [[#2523](https://github.com/woodpecker-ci/woodpecker/pull/2523)] - Update issue config [[#2353](https://github.com/woodpecker-ci/woodpecker/pull/2353)] From 40dfdb615abada62a8f43bd917f46dc86df7a594 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 11 Oct 2023 11:50:31 +0000 Subject: [PATCH 34/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cbb21db4b..404f892a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-10 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-11 ### ❤️ Thanks to all contributors! ❤️ -@Exar04, @renovate[bot], @qwerty287, @dominic-p, @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @pat-s, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@pat-s, @renovate[bot], @Exar04, @qwerty287, @dominic-p, @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -156,6 +156,13 @@ ### Misc +- Fix renovate [[#2569](https://github.com/woodpecker-ci/woodpecker/pull/2569)] +- renovate: add `golang` group [[#2567](https://github.com/woodpecker-ci/woodpecker/pull/2567)] +- chore(deps): update golang docker tag to v1.21.3 [[#2564](https://github.com/woodpecker-ci/woodpecker/pull/2564)] +- chore(deps): update techknowlogick/xgo docker tag to go-1.21.3 [[#2565](https://github.com/woodpecker-ci/woodpecker/pull/2565)] +- fix(deps): update golang deps non-major [[#2566](https://github.com/woodpecker-ci/woodpecker/pull/2566)] +- chore(deps): update mstruebing/editorconfig-checker docker tag to v2.7.2 [[#2563](https://github.com/woodpecker-ci/woodpecker/pull/2563)] +- Bump to mysql 8 [[#2559](https://github.com/woodpecker-ci/woodpecker/pull/2559)] - fix(deps): update module github.com/xanzy/go-gitlab to v0.93.1 [[#2560](https://github.com/woodpecker-ci/woodpecker/pull/2560)] - Require Go 1.21 [[#2553](https://github.com/woodpecker-ci/woodpecker/pull/2553)] - chore(deps): update techknowlogick/xgo docker tag to go-1.21.2 [[#2523](https://github.com/woodpecker-ci/woodpecker/pull/2523)] From 3b39d8734a9cc4bff8fa7bfcdf58229de62900d9 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 12 Oct 2023 06:22:16 +0000 Subject: [PATCH 35/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 404f892a18..ddd068d6c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-11 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-12 ### ❤️ Thanks to all contributors! ❤️ -@pat-s, @renovate[bot], @Exar04, @qwerty287, @dominic-p, @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@JohnWalkerx, @pat-s, @renovate[bot], @Exar04, @qwerty287, @dominic-p, @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -156,6 +156,7 @@ ### Misc +- Add plugin "NixOS Remote Builder" to plugin index [[#2571](https://github.com/woodpecker-ci/woodpecker/pull/2571)] - Fix renovate [[#2569](https://github.com/woodpecker-ci/woodpecker/pull/2569)] - renovate: add `golang` group [[#2567](https://github.com/woodpecker-ci/woodpecker/pull/2567)] - chore(deps): update golang docker tag to v1.21.3 [[#2564](https://github.com/woodpecker-ci/woodpecker/pull/2564)] From bc56601cd3c63fa97ea9fc67822a219461956eba Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 14 Oct 2023 10:54:56 +0000 Subject: [PATCH 36/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 117 ++++++++++++++++++++++++++------------------------- 1 file changed, 60 insertions(+), 57 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd068d6c5..f2bc7e9f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ # Changelog -## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-12 +## [2.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.0.0) - 2023-10-14 ### ❤️ Thanks to all contributors! ❤️ -@JohnWalkerx, @pat-s, @renovate[bot], @Exar04, @qwerty287, @dominic-p, @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@pat-s, @qwerty287, @renovate[bot], @JohnWalkerx, @Exar04, @dominic-p, @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes +- Update to docker 23 [[#2577](https://github.com/woodpecker-ci/woodpecker/pull/2577)] - Remove deprecated options parsing [[#2480](https://github.com/woodpecker-ci/woodpecker/pull/2480)] - Deprecate "platform" filter in favour of "labels" [[#2181](https://github.com/woodpecker-ci/woodpecker/pull/2181)] - fail hard on deprecated pipeline keys [[#2180](https://github.com/woodpecker-ci/woodpecker/pull/2180)] @@ -31,6 +32,62 @@ - Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] +### 📈 Enhancement + +- Refactor/simplify pubsub [[#2554](https://github.com/woodpecker-ci/woodpecker/pull/2554)] +- Refactor pipeline parsing and forge refreshing [[#2527](https://github.com/woodpecker-ci/woodpecker/pull/2527)] +- Fix gitlab hooks and simplify config extension [[#2537](https://github.com/woodpecker-ci/woodpecker/pull/2537)] +- local backend set home variable windows-equivalent too [[#2323](https://github.com/woodpecker-ci/woodpecker/pull/2323)] +- Some cleanups about host config [[#2490](https://github.com/woodpecker-ci/woodpecker/pull/2490)] +- Fix usage of WOODPECKER_ROOT_PATH [[#2485](https://github.com/woodpecker-ci/woodpecker/pull/2485)] +- Some UI enhancement [[#2468](https://github.com/woodpecker-ci/woodpecker/pull/2468)] +- Harmonize pipeline status information and add a review link to the approval [[#2345](https://github.com/woodpecker-ci/woodpecker/pull/2345)] +- Add Renovate [[#2360](https://github.com/woodpecker-ci/woodpecker/pull/2360)] +- Add option to render button as link [[#2378](https://github.com/woodpecker-ci/woodpecker/pull/2378)] +- close sidebar on outside click [[#2325](https://github.com/woodpecker-ci/woodpecker/pull/2325)] +- Add release helper [[#1976](https://github.com/woodpecker-ci/woodpecker/pull/1976)] +- Use API error helpers and improve response codes [[#2366](https://github.com/woodpecker-ci/woodpecker/pull/2366)] +- Import packages only once [[#2362](https://github.com/woodpecker-ci/woodpecker/pull/2362)] +- Execute `make generate` with new versions [[#2365](https://github.com/woodpecker-ci/woodpecker/pull/2365)] +- Only show commit title [[#2361](https://github.com/woodpecker-ci/woodpecker/pull/2361)] +- Truncate commit message in pipeline log view header [[#2356](https://github.com/woodpecker-ci/woodpecker/pull/2356)] +- Increase header padding again [[#2348](https://github.com/woodpecker-ci/woodpecker/pull/2348)] +- Use full width header on pipeline view and show repo name [[#2327](https://github.com/woodpecker-ci/woodpecker/pull/2327)] +- Use html list for changed files list [[#2346](https://github.com/woodpecker-ci/woodpecker/pull/2346)] +- Show that repo is disabled [[#2340](https://github.com/woodpecker-ci/woodpecker/pull/2340)] +- add spacing to pipeline feed spinner [[#2326](https://github.com/woodpecker-ci/woodpecker/pull/2326)] +- make: autodetect host platform [[#2322](https://github.com/woodpecker-ci/woodpecker/pull/2322)] +- Add "plugin" support to local backend [[#2239](https://github.com/woodpecker-ci/woodpecker/pull/2239)] +- Rename grpc pipeline to workflow [[#2173](https://github.com/woodpecker-ci/woodpecker/pull/2173)] +- Pass netrc data to external config service request [[#2310](https://github.com/woodpecker-ci/woodpecker/pull/2310)] +- Create settings-panel vue component and use InputFields [[#2177](https://github.com/woodpecker-ci/woodpecker/pull/2177)] +- Use browser-native tooltips [[#2189](https://github.com/woodpecker-ci/woodpecker/pull/2189)] +- Improve agent rpc retry logic with exponential backoff [[#2205](https://github.com/woodpecker-ci/woodpecker/pull/2205)] +- Skip settings proxy config with WithProxy if its empty [[#2242](https://github.com/woodpecker-ci/woodpecker/pull/2242)] +- Move hook and events-stream routes to use `/api` prefix [[#2212](https://github.com/woodpecker-ci/woodpecker/pull/2212)] +- Add SSH clone URL env var [[#2198](https://github.com/woodpecker-ci/woodpecker/pull/2198)] +- Small improvements to mobile interface [[#2202](https://github.com/woodpecker-ci/woodpecker/pull/2202)] +- Switch to upstream ttlcache [[#2187](https://github.com/woodpecker-ci/woodpecker/pull/2187)] +- make EqualStringSlice to generic EqualSliceValues [[#2179](https://github.com/woodpecker-ci/woodpecker/pull/2179)] +- Pass netrc to trusted clone images [[#2163](https://github.com/woodpecker-ci/woodpecker/pull/2163)] +- Use Vue setup directive [[#2165](https://github.com/woodpecker-ci/woodpecker/pull/2165)] +- Release file lock on USR1 signal [[#2151](https://github.com/woodpecker-ci/woodpecker/pull/2151)] +- Use min/max width for pipeline step list [[#2141](https://github.com/woodpecker-ci/woodpecker/pull/2141)] +- Add header to pipeline log and always show buttons [[#2140](https://github.com/woodpecker-ci/woodpecker/pull/2140)] +- Use fix width for pipeline step list [[#2138](https://github.com/woodpecker-ci/woodpecker/pull/2138)] +- Make sure we dont have hidden options for backend and pipeline compiler [[#2123](https://github.com/woodpecker-ci/woodpecker/pull/2123)] +- Enhance local backend [[#2017](https://github.com/woodpecker-ci/woodpecker/pull/2017)] +- Don't show badge without information [[#2130](https://github.com/woodpecker-ci/woodpecker/pull/2130)] +- CLI repo sync: Show `forge-remote-id` [[#2103](https://github.com/woodpecker-ci/woodpecker/pull/2103)] +- Lazy-load TimeAgo locales [[#2094](https://github.com/woodpecker-ci/woodpecker/pull/2094)] +- Improve user settings [[#2087](https://github.com/woodpecker-ci/woodpecker/pull/2087)] +- Allow to disable swagger [[#2093](https://github.com/woodpecker-ci/woodpecker/pull/2093)] +- Use consistent woodpecker color scheme [[#2003](https://github.com/woodpecker-ci/woodpecker/pull/2003)] +- Change master to main [[#2044](https://github.com/woodpecker-ci/woodpecker/pull/2044)] +- Remove default branch fallbacks [[#2065](https://github.com/woodpecker-ci/woodpecker/pull/2065)] +- Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] +- let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] + ### 📚 Documentation - Remove redundant definition of webhook form docs [[#2561](https://github.com/woodpecker-ci/woodpecker/pull/2561)] @@ -99,63 +156,9 @@ - Fix WOODPECKER_GRPC_VERIFY being ignored [[#2077](https://github.com/woodpecker-ci/woodpecker/pull/2077)] - Handle case where there is no latest pipeline for GetBadge [[#2042](https://github.com/woodpecker-ci/woodpecker/pull/2042)] -### 📈 Enhancement - -- Refactor pipeline parsing and forge refreshing [[#2527](https://github.com/woodpecker-ci/woodpecker/pull/2527)] -- Fix gitlab hooks and simplify config extension [[#2537](https://github.com/woodpecker-ci/woodpecker/pull/2537)] -- local backend set home variable windows-equivalent too [[#2323](https://github.com/woodpecker-ci/woodpecker/pull/2323)] -- Some cleanups about host config [[#2490](https://github.com/woodpecker-ci/woodpecker/pull/2490)] -- Fix usage of WOODPECKER_ROOT_PATH [[#2485](https://github.com/woodpecker-ci/woodpecker/pull/2485)] -- Some UI enhancement [[#2468](https://github.com/woodpecker-ci/woodpecker/pull/2468)] -- Harmonize pipeline status information and add a review link to the approval [[#2345](https://github.com/woodpecker-ci/woodpecker/pull/2345)] -- Add Renovate [[#2360](https://github.com/woodpecker-ci/woodpecker/pull/2360)] -- Add option to render button as link [[#2378](https://github.com/woodpecker-ci/woodpecker/pull/2378)] -- close sidebar on outside click [[#2325](https://github.com/woodpecker-ci/woodpecker/pull/2325)] -- Add release helper [[#1976](https://github.com/woodpecker-ci/woodpecker/pull/1976)] -- Use API error helpers and improve response codes [[#2366](https://github.com/woodpecker-ci/woodpecker/pull/2366)] -- Import packages only once [[#2362](https://github.com/woodpecker-ci/woodpecker/pull/2362)] -- Execute `make generate` with new versions [[#2365](https://github.com/woodpecker-ci/woodpecker/pull/2365)] -- Only show commit title [[#2361](https://github.com/woodpecker-ci/woodpecker/pull/2361)] -- Truncate commit message in pipeline log view header [[#2356](https://github.com/woodpecker-ci/woodpecker/pull/2356)] -- Increase header padding again [[#2348](https://github.com/woodpecker-ci/woodpecker/pull/2348)] -- Use full width header on pipeline view and show repo name [[#2327](https://github.com/woodpecker-ci/woodpecker/pull/2327)] -- Use html list for changed files list [[#2346](https://github.com/woodpecker-ci/woodpecker/pull/2346)] -- Show that repo is disabled [[#2340](https://github.com/woodpecker-ci/woodpecker/pull/2340)] -- add spacing to pipeline feed spinner [[#2326](https://github.com/woodpecker-ci/woodpecker/pull/2326)] -- make: autodetect host platform [[#2322](https://github.com/woodpecker-ci/woodpecker/pull/2322)] -- Add "plugin" support to local backend [[#2239](https://github.com/woodpecker-ci/woodpecker/pull/2239)] -- Rename grpc pipeline to workflow [[#2173](https://github.com/woodpecker-ci/woodpecker/pull/2173)] -- Pass netrc data to external config service request [[#2310](https://github.com/woodpecker-ci/woodpecker/pull/2310)] -- Create settings-panel vue component and use InputFields [[#2177](https://github.com/woodpecker-ci/woodpecker/pull/2177)] -- Use browser-native tooltips [[#2189](https://github.com/woodpecker-ci/woodpecker/pull/2189)] -- Improve agent rpc retry logic with exponential backoff [[#2205](https://github.com/woodpecker-ci/woodpecker/pull/2205)] -- Skip settings proxy config with WithProxy if its empty [[#2242](https://github.com/woodpecker-ci/woodpecker/pull/2242)] -- Move hook and events-stream routes to use `/api` prefix [[#2212](https://github.com/woodpecker-ci/woodpecker/pull/2212)] -- Add SSH clone URL env var [[#2198](https://github.com/woodpecker-ci/woodpecker/pull/2198)] -- Small improvements to mobile interface [[#2202](https://github.com/woodpecker-ci/woodpecker/pull/2202)] -- Switch to upstream ttlcache [[#2187](https://github.com/woodpecker-ci/woodpecker/pull/2187)] -- make EqualStringSlice to generic EqualSliceValues [[#2179](https://github.com/woodpecker-ci/woodpecker/pull/2179)] -- Pass netrc to trusted clone images [[#2163](https://github.com/woodpecker-ci/woodpecker/pull/2163)] -- Use Vue setup directive [[#2165](https://github.com/woodpecker-ci/woodpecker/pull/2165)] -- Release file lock on USR1 signal [[#2151](https://github.com/woodpecker-ci/woodpecker/pull/2151)] -- Use min/max width for pipeline step list [[#2141](https://github.com/woodpecker-ci/woodpecker/pull/2141)] -- Add header to pipeline log and always show buttons [[#2140](https://github.com/woodpecker-ci/woodpecker/pull/2140)] -- Use fix width for pipeline step list [[#2138](https://github.com/woodpecker-ci/woodpecker/pull/2138)] -- Make sure we dont have hidden options for backend and pipeline compiler [[#2123](https://github.com/woodpecker-ci/woodpecker/pull/2123)] -- Enhance local backend [[#2017](https://github.com/woodpecker-ci/woodpecker/pull/2017)] -- Don't show badge without information [[#2130](https://github.com/woodpecker-ci/woodpecker/pull/2130)] -- CLI repo sync: Show `forge-remote-id` [[#2103](https://github.com/woodpecker-ci/woodpecker/pull/2103)] -- Lazy-load TimeAgo locales [[#2094](https://github.com/woodpecker-ci/woodpecker/pull/2094)] -- Improve user settings [[#2087](https://github.com/woodpecker-ci/woodpecker/pull/2087)] -- Allow to disable swagger [[#2093](https://github.com/woodpecker-ci/woodpecker/pull/2093)] -- Use consistent woodpecker color scheme [[#2003](https://github.com/woodpecker-ci/woodpecker/pull/2003)] -- Change master to main [[#2044](https://github.com/woodpecker-ci/woodpecker/pull/2044)] -- Remove default branch fallbacks [[#2065](https://github.com/woodpecker-ci/woodpecker/pull/2065)] -- Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] -- let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] - ### Misc +- fix(deps): update module github.com/google/go-github/v55 to v56 [[#2573](https://github.com/woodpecker-ci/woodpecker/pull/2573)] - Add plugin "NixOS Remote Builder" to plugin index [[#2571](https://github.com/woodpecker-ci/woodpecker/pull/2571)] - Fix renovate [[#2569](https://github.com/woodpecker-ci/woodpecker/pull/2569)] - renovate: add `golang` group [[#2567](https://github.com/woodpecker-ci/woodpecker/pull/2567)] From 9127ee6890daef13662daba19efec8afaaa1c2e7 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 14 Oct 2023 11:09:25 +0000 Subject: [PATCH 37/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2bc7e9f11..70099492f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@pat-s, @qwerty287, @renovate[bot], @JohnWalkerx, @Exar04, @dominic-p, @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@qwerty287, @pat-s, @renovate[bot], @JohnWalkerx, @Exar04, @dominic-p, @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -158,6 +158,7 @@ ### Misc +- Run tests on `main` branch [[#2576](https://github.com/woodpecker-ci/woodpecker/pull/2576)] - fix(deps): update module github.com/google/go-github/v55 to v56 [[#2573](https://github.com/woodpecker-ci/woodpecker/pull/2573)] - Add plugin "NixOS Remote Builder" to plugin index [[#2571](https://github.com/woodpecker-ci/woodpecker/pull/2571)] - Fix renovate [[#2569](https://github.com/woodpecker-ci/woodpecker/pull/2569)] From da4c6a391285c252a14036ab73969a129c54d714 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 14 Oct 2023 11:31:19 +0000 Subject: [PATCH 38/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 69 ++++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70099492f8..590b6c1926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@qwerty287, @pat-s, @renovate[bot], @JohnWalkerx, @Exar04, @dominic-p, @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@OskarsPakers, @qwerty287, @pat-s, @renovate[bot], @JohnWalkerx, @Exar04, @dominic-p, @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -32,6 +32,40 @@ - Support bitbucket Dir() and support multi-workflows [[#2045](https://github.com/woodpecker-ci/woodpecker/pull/2045)] - Add ping command to server to allow container healthchecks [[#2030](https://github.com/woodpecker-ci/woodpecker/pull/2030)] +### 📚 Documentation + +- Adjust github scopes and clarify documentation. [[#2578](https://github.com/woodpecker-ci/woodpecker/pull/2578)] +- Remove redundant definition of webhook form docs [[#2561](https://github.com/woodpecker-ci/woodpecker/pull/2561)] +- Add notes about CRI-O specific config [[#2546](https://github.com/woodpecker-ci/woodpecker/pull/2546)] +- Fix incorrect yaml syntax for `ref` in docs [[#2518](https://github.com/woodpecker-ci/woodpecker/pull/2518)] +- Local image documentation [[#2521](https://github.com/woodpecker-ci/woodpecker/pull/2521)] +- Adds bitbucket tag support in docs [[#2536](https://github.com/woodpecker-ci/woodpecker/pull/2536)] +- Fix docs duplicate WOODPECKER_HOST assignment [[#2501](https://github.com/woodpecker-ci/woodpecker/pull/2501)] +- Update github auth install [[#2499](https://github.com/woodpecker-ci/woodpecker/pull/2499)] +- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] +- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] +- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] +- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] +- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] +- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] +- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] +- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] +- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] +- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] +- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] +- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] +- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] +- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] +- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] +- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] +- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] +- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] +- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] +- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] +- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] +- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] +- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] + ### 📈 Enhancement - Refactor/simplify pubsub [[#2554](https://github.com/woodpecker-ci/woodpecker/pull/2554)] @@ -88,39 +122,6 @@ - Remove fallback check for old sqlite file location [[#2046](https://github.com/woodpecker-ci/woodpecker/pull/2046)] - let generic datastore error include func name [[#2041](https://github.com/woodpecker-ci/woodpecker/pull/2041)] -### 📚 Documentation - -- Remove redundant definition of webhook form docs [[#2561](https://github.com/woodpecker-ci/woodpecker/pull/2561)] -- Add notes about CRI-O specific config [[#2546](https://github.com/woodpecker-ci/woodpecker/pull/2546)] -- Fix incorrect yaml syntax for `ref` in docs [[#2518](https://github.com/woodpecker-ci/woodpecker/pull/2518)] -- Local image documentation [[#2521](https://github.com/woodpecker-ci/woodpecker/pull/2521)] -- Adds bitbucket tag support in docs [[#2536](https://github.com/woodpecker-ci/woodpecker/pull/2536)] -- Fix docs duplicate WOODPECKER_HOST assignment [[#2501](https://github.com/woodpecker-ci/woodpecker/pull/2501)] -- Update github auth install [[#2499](https://github.com/woodpecker-ci/woodpecker/pull/2499)] -- Update GH app installation instructions [[#2472](https://github.com/woodpecker-ci/woodpecker/pull/2472)] -- Add videos [[#2465](https://github.com/woodpecker-ci/woodpecker/pull/2465)] -- docs: missing info for runs_on [[#2457](https://github.com/woodpecker-ci/woodpecker/pull/2457)] -- Add hint about alternative pipeline skip syntax [[#2443](https://github.com/woodpecker-ci/woodpecker/pull/2443)] -- Fix typo in GitLab docs [[#2376](https://github.com/woodpecker-ci/woodpecker/pull/2376)] -- clarify setup with gitlab with RFC1918 nets and non standard TLDs [[#2363](https://github.com/woodpecker-ci/woodpecker/pull/2363)] -- Clarify env var `CI` in docs [[#2349](https://github.com/woodpecker-ci/woodpecker/pull/2349)] -- docs: yaml cheatsheet for advanced syntax [[#2329](https://github.com/woodpecker-ci/woodpecker/pull/2329)] -- Improve explanation for globs in when:path [[#2252](https://github.com/woodpecker-ci/woodpecker/pull/2252)] -- Fix usage description for backend-http-proxy flag [[#2250](https://github.com/woodpecker-ci/woodpecker/pull/2250)] -- Restructure k8s documentation [[#2193](https://github.com/woodpecker-ci/woodpecker/pull/2193)] -- Update list of "projects using Woodpecker" [[#2196](https://github.com/woodpecker-ci/woodpecker/pull/2196)] -- Update 92-awesome.md [[#2195](https://github.com/woodpecker-ci/woodpecker/pull/2195)] -- Better blog title/desc [[#2182](https://github.com/woodpecker-ci/woodpecker/pull/2182)] -- Fix version in FAQ [[#2101](https://github.com/woodpecker-ci/woodpecker/pull/2101)] -- Add blog posts/tutorials [[#2095](https://github.com/woodpecker-ci/woodpecker/pull/2095)] -- update version docs about versioning [[#2086](https://github.com/woodpecker-ci/woodpecker/pull/2086)] -- Fix client example [[#2085](https://github.com/woodpecker-ci/woodpecker/pull/2085)] -- Update docs deps to address cves [[#2080](https://github.com/woodpecker-ci/woodpecker/pull/2080)] -- fix: global registry docs [[#2070](https://github.com/woodpecker-ci/woodpecker/pull/2070)] -- Improve bitbucket docs [[#2066](https://github.com/woodpecker-ci/woodpecker/pull/2066)] -- update docs about versioning [[#2043](https://github.com/woodpecker-ci/woodpecker/pull/2043)] -- Set v1.0 documents as default and mark v0.15 as unmaintained [[#2034](https://github.com/woodpecker-ci/woodpecker/pull/2034)] - ### 🐛 Bug Fixes - UI cleanups and improvements [[#2548](https://github.com/woodpecker-ci/woodpecker/pull/2548)] From ee0f850134fc28fac9eecfc89490e3acce21cde1 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 14 Oct 2023 12:24:55 +0000 Subject: [PATCH 39/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 590b6c1926..e4788d05f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@OskarsPakers, @qwerty287, @pat-s, @renovate[bot], @JohnWalkerx, @Exar04, @dominic-p, @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@qwerty287, @OskarsPakers, @pat-s, @renovate[bot], @JohnWalkerx, @Exar04, @dominic-p, @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -159,6 +159,7 @@ ### Misc +- Fix missing web dist [[#2580](https://github.com/woodpecker-ci/woodpecker/pull/2580)] - Run tests on `main` branch [[#2576](https://github.com/woodpecker-ci/woodpecker/pull/2576)] - fix(deps): update module github.com/google/go-github/v55 to v56 [[#2573](https://github.com/woodpecker-ci/woodpecker/pull/2573)] - Add plugin "NixOS Remote Builder" to plugin index [[#2571](https://github.com/woodpecker-ci/woodpecker/pull/2571)] From 2a834da9750690cdbe9bcd21dc23bff73f2c0303 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 14 Oct 2023 14:06:44 +0000 Subject: [PATCH 40/40] =?UTF-8?q?=F0=9F=8E=89=20Release=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4788d05f4..1c5100a55e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@qwerty287, @OskarsPakers, @pat-s, @renovate[bot], @JohnWalkerx, @Exar04, @dominic-p, @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd +@JohnWalkerx, @qwerty287, @OskarsPakers, @pat-s, @renovate[bot], @Exar04, @dominic-p, @anbraten, @categulario, @mzampetakis, @Timshel, @6543, @nitram509, @Denperidge, @xoxys, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @zc-devs, @hpidcock, @lafriks, @ChewingBever, @azdle, @runephilosof-karnovgroup, @praneeth-ovckd ### 💥 Breaking changes @@ -34,6 +34,7 @@ ### 📚 Documentation +- Add plugin "Gitea Create Pull Request" to plugin index [[#2581](https://github.com/woodpecker-ci/woodpecker/pull/2581)] - Adjust github scopes and clarify documentation. [[#2578](https://github.com/woodpecker-ci/woodpecker/pull/2578)] - Remove redundant definition of webhook form docs [[#2561](https://github.com/woodpecker-ci/woodpecker/pull/2561)] - Add notes about CRI-O specific config [[#2546](https://github.com/woodpecker-ci/woodpecker/pull/2546)]