Skip to content

Commit 86579b0

Browse files
committed
Release v0.10.0
1 parent da97477 commit 86579b0

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

Diff for: .agola/config.jsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ local task_build_push_images(name, target, push) =
115115
|||,
116116
},
117117
]) + [
118-
{ type: 'run', command: '/kaniko/executor --context=dir:///kaniko/agola --build-arg AGOLAWEB_IMAGE=sorintlab/agola-web:v0.9.0 --target %s %s' % [target, options] },
118+
{ type: 'run', command: '/kaniko/executor --context=dir:///kaniko/agola --build-arg AGOLAWEB_IMAGE=sorintlab/agola-web:v0.10.0 --target %s %s' % [target, options] },
119119
],
120120
depends: ['checkout code and save to workspace', 'integration tests', 'test docker driver'],
121121
};

Diff for: CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
## Changelog
22

3+
### v0.10.0
4+
5+
- gateway: unify/improve handling of authenticated user (@sgotti) [#525](https://github.com/agola-io/agola/pull/525)
6+
- gateway: move remaining get of current user from api to action (@sgotti) [#524](https://github.com/agola-io/agola/pull/524)
7+
- gateway: fix commit status and run webhook deliveries api (@alessandro-sorint) [#521](https://github.com/agola-io/agola/pull/521)
8+
- tests: fix wrong ProjectCommitStatusRedelivery test (@alessandro-sorint) [#522](https://github.com/agola-io/agola/pull/522)
9+
- cmd/export: close file descriptor (@testwill) [#516](https://github.com/agola-io/agola/pull/516)
10+
- objectstorage: multiple updates and changes (@sgotti) [#519](https://github.com/agola-io/agola/pull/519)
11+
- runservice: fix objectsCleaner lock key usage (@sgotti) [#520](https://github.com/agola-io/agola/pull/520)
12+
- util: use generic Ptr function (@sgotti) [#518](https://github.com/agola-io/agola/pull/518)
13+
- *: update dependencies (@sgotti) [#517](https://github.com/agola-io/agola/pull/517)
14+
- api: add some missing http content types headers. (@sgotti) [#514](https://github.com/agola-io/agola/pull/514)
15+
- config: add docker registries auth nil check (@alessandro-sorint) [#513](https://github.com/agola-io/agola/pull/513)
16+
- configstore: move logic from db to action handler (@sgotti) [#511](https://github.com/agola-io/agola/pull/511)
17+
- *: update dependencies (@sgotti) [#512](https://github.com/agola-io/agola/pull/512)
18+
- *: add detailed errors to api responses (@sgotti) [#507](https://github.com/agola-io/agola/pull/507)
19+
- *: use do method in http handlers (@sgotti) [#508](https://github.com/agola-io/agola/pull/508)
20+
- gateway: add action.APIErrorFromRemoteError (@sgotti) [#506](https://github.com/agola-io/agola/pull/506)
21+
- errors: split wrapped error from APIError message (@sgotti) [#505](https://github.com/agola-io/agola/pull/505)
22+
- configstore: move last bits of logic from api to action (@sgotti) [#504](https://github.com/agola-io/agola/pull/504)
23+
- configstore: fix wrong error handling (@sgotti) [#503](https://github.com/agola-io/agola/pull/503)
24+
- validation: add min/max length check to name validation (@sgotti) [#499](https://github.com/agola-io/agola/pull/499)
25+
- *: update to go 1.22 (@sgotti) [#498](https://github.com/agola-io/agola/pull/498)
26+
- sqlg updates (@sgotti) [#495](https://github.com/agola-io/agola/pull/495)
27+
328
### v0.9.0
429

530
- agolademo: use docker compose (@sgotti) [#494](https://github.com/agola-io/agola/pull/494)

0 commit comments

Comments
 (0)