Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎉 Release 3.0.1 #4740

Merged
merged 18 commits into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [3.0.1](/~https://github.com/woodpecker-ci/woodpecker/releases/tag/v3.0.1) - 2025-01-20

### ❤️ Thanks to all contributors! ❤️

@pat-s, @qwerty287, @xoxys

### 🐛 Bug Fixes

- Only show visited repos and hide at all if less than 4 repos [[#4753](/~https://github.com/woodpecker-ci/woodpecker/pull/4753)]
- Fix sql identifier escaping in datastore feed [[#4746](/~https://github.com/woodpecker-ci/woodpecker/pull/4746)]
- Fix log folder permissions [[#4749](/~https://github.com/woodpecker-ci/woodpecker/pull/4749)]
- Add missing error message for org_access_denied [[#4744](/~https://github.com/woodpecker-ci/woodpecker/pull/4744)]
- Fix package configs [[#4741](/~https://github.com/woodpecker-ci/woodpecker/pull/4741)]

### 📚 Documentation

- chore(deps): lock file maintenance [[#4751](/~https://github.com/woodpecker-ci/woodpecker/pull/4751)]

### 📦️ Dependency

- fix(deps): update golang-packages [[#4750](/~https://github.com/woodpecker-ci/woodpecker/pull/4750)]
- fix(deps): update dependency simple-icons to v14.3.0 [[#4739](/~https://github.com/woodpecker-ci/woodpecker/pull/4739)]
- chore(deps): update dependency vitest to v3 [[#4736](/~https://github.com/woodpecker-ci/woodpecker/pull/4736)]

### Misc

- fix minor tag creation for server scratch image [[#4748](/~https://github.com/woodpecker-ci/woodpecker/pull/4748)]
- use v3 woodpecker libs [[#4742](/~https://github.com/woodpecker-ci/woodpecker/pull/4742)]

## [3.0.0](/~https://github.com/woodpecker-ci/woodpecker/releases/tag/v3.0.0) - 2025-01-18

### ❤️ Thanks to all contributors! ❤️
Expand Down