Frontport changelog (#2591)

This commit is contained in:
qwerty287 2023-10-17 07:27:15 +02:00 committed by GitHub
parent 7d7ba755cc
commit 293cc4b821
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,25 @@
# Changelog
## [1.0.3](https://github.com/woodpecker-ci/woodpecker/releases/tag/v1.0.3) - 2023-10-14
* SECURITY
* Update dependencies (#2587)
* Frontend: bump postcss to 8.4.31 (#2541)
* Check permissions on repo lookup (#2358)
* Change token logging to trace level (#2247) (#2248)
* BUGFIXES
* Fix gitlab hooks (#2537) (#2542)
* Trim last "/" from WOODPECKER_HOST config (#2538) (#2540)
* Fix(server/api/repo): Fix repair webhook host (#2372) (#2452)
* Show correct event in pipeline step list (#2448)
* Make WOODPECKER_MIGRATIONS_ALLOW_LONG have an actuall effect (#2251) (#2309)
* Docker build dont ignore ci env vars (#2238) (#2246)
* Handle parsed hooks that should be ignored (#2243) (#2244)
* Return 204 not 500 on filtered pipeline (#2230)
* Set correct version for release branch releases (#2227) (#2229)
* MISC
* Rebuild swagger with latest version (#2455)
## [1.0.2](https://github.com/woodpecker-ci/woodpecker/releases/tag/v1.0.2) - 2023-08-16
* SECURITY