Compare commits

...

2 Commits

Author SHA1 Message Date
Simone Gotti a5ca7877e3
Merge pull request #552 from sgotti/release_v0.11.0
Release v0.11.0
2025-09-24 15:04:54 +02:00
Simone Gotti 2aa20852b9 Release v0.11.0 2025-09-24 14:03:51 +02:00
2 changed files with 23 additions and 1 deletions

View File

@ -115,7 +115,7 @@ local task_build_push_images(name, target, push) =
|||,
},
]) + [
{ type: 'run', command: '/kaniko/executor --context=dir:///kaniko/agola --build-arg AGOLAWEB_IMAGE=sorintlab/agola-web:v0.10.0 --target %s %s' % [target, options] },
{ type: 'run', command: '/kaniko/executor --context=dir:///kaniko/agola --build-arg AGOLAWEB_IMAGE=sorintlab/agola-web:v0.11.0 --target %s %s' % [target, options] },
],
depends: ['checkout code and save to workspace', 'integration tests', 'test docker driver'],
};

View File

@ -1,5 +1,27 @@
## Changelog
### v0.11.0
- gateway: simplify mux configuration (@sgotti) [#551](https://github.com/agola-io/agola/pull/551)
- *: update dependencies (@sgotti) [#550](https://github.com/agola-io/agola/pull/550)
- *: update to go 1.25 (@sgotti) [#549](https://github.com/agola-io/agola/pull/549)
- Update to golangci-lint v2.4.0 (@sgotti) [#548](https://github.com/agola-io/agola/pull/548)
- *: update gorilla CSRF version (@sgotti) [#547](https://github.com/agola-io/agola/pull/547)
- config: validate allowed origins (@sgotti) [#546](https://github.com/agola-io/agola/pull/546)
- *: update gotests.tool to latest version (@sgotti) [#545](https://github.com/agola-io/agola/pull/545)
- *: update to go 1.24 (@sgotti) [#544](https://github.com/agola-io/agola/pull/544)
- Update to golangci-lint v2.1.6 (@sgotti) [#543](https://github.com/agola-io/agola/pull/543)
- examples: add missing web config for notification service (@sgotti) [#542](https://github.com/agola-io/agola/pull/542)
- *: update dependencies (@sgotti) [#539](https://github.com/agola-io/agola/pull/539)
- *: use log Msg when passing a string. (@sgotti) [#538](https://github.com/agola-io/agola/pull/538)
- errors: add WithAPIErrorMsgf (@sgotti) [#537](https://github.com/agola-io/agola/pull/537)
- *: update to go 1.23 (@sgotti) [#535](https://github.com/agola-io/agola/pull/535)
- errors: add WithWrapperErrorMsgf (@sgotti) [#536](https://github.com/agola-io/agola/pull/536)
- *: explicitly create services local directories (@sgotti) [#534](https://github.com/agola-io/agola/pull/534)
- services/config: check valid sqlite3 db connstring (@sgotti) [#533](https://github.com/agola-io/agola/pull/533)
- services/config: fix db config validation (@sgotti) [#532](https://github.com/agola-io/agola/pull/532)
- gateway: add detailed errors to get project response (@alessandro-sorint) [#530](https://github.com/agola-io/agola/pull/530)
### v0.10.0
- gateway: unify/improve handling of authenticated user (@sgotti) [#525](https://github.com/agola-io/agola/pull/525)