Skip to content

Releases: agola-io/agola

v0.9.2

20 May 14:32
v0.9.2
bc0d835
Compare
Choose a tag to compare

v0.9.2

  • api: add some missing http content types headers (@sgotti) #515

v0.9.1

03 May 14:56
v0.9.1
Compare
Choose a tag to compare

v0.9.1

  • update golang.org/x/net to v0.24.0
  • rebuild with updated go version.

v0.9.0

03 May 14:55
v0.9.0
fd22309
Compare
Choose a tag to compare

v0.9.0

Read more

v0.8.0

18 May 09:20
v0.8.0
ff1cd7b
Compare
Choose a tag to compare

Important Upgrade Notes

Agola v0.8.0 moved its internal db based on etcd and objectstorage to a standard external sql database (PostgreSQL or sqlite for single node deployments).

If you are going to update from a version <= v0.7.x you should do some manual steps to migrate the runservice and configstore data.

These steps are provided in the migration documentation

Changes from v0.7.0

v0.7.0

28 Mar 14:35
v0.7.0
58710d4
Compare
Choose a tag to compare

v0.6.0

10 Sep 14:06
v0.6.0
a7f55f5
Compare
Choose a tag to compare
  • *: update to go 1.16 (@sgotti) #257
  • gitserver: fix fetchfile error handling (@sgotti) #258
  • Remove WaitingApproval for stopped tasks (@camandel) #253
  • example: fix gitserverURL in example config (@sgotti) #250
  • add content-type header for /config.js (@ftsell) #249
  • vendor: update gitea sdk v0.11.0 -> 0.12.0 (@6543) #241
  • *: update to go 1.14 (@sgotti) #217
  • config: check max config size (@sgotti) #239
  • config: add starlark config support (@sgotti) #232
  • run: export also ref type environment variable to runs (@sgotti) #231
  • run: export also pull request id environment variable to runs (@sgotti) #230
  • config: provide jsonnet context top level argument (@sgotti) #141
  • runconfig: disable password authentication in clone step (@sgotti) #229
  • runservice: correctly handle skipped tasks in fetcher (@sgotti) #226
  • github: add issue templates config (@sgotti) #227
  • runservice: fix handling of wrong executortask status (@sgotti) #225
  • executor: use cancellable context in executetask (@sgotti) #224
  • executor: fix stopping of not running tasks (@sgotti) #223
  • runservice: use all scheduled tasks in scheduleRun (@sgotti) #220
  • executor: fix reporting of stopped tasks and steps (@sgotti) #222
  • executor: serialize task handling (@sgotti) #221
  • runservice: minimize scheduling of tasks that will be queued by the executor (@sgotti) #218
  • runservice: mark not running tasks as skipped when run marked to stop (@sgotti) #219
  • gateway: move authentication apis to /api/v1alpha/auth (@sgotti) #215
  • go.mod: update dependencies (@sgotti) #213

v0.5.0

10 Sep 14:06
v0.5.0
375d8ed
Compare
Choose a tag to compare

v0.4.0

19 Nov 12:52
v0.4.0
074f346
Compare
Choose a tag to compare
  • gateway/runservice: add api to delete step logs #157
  • *: write and flush header on log handlers (@sgotti) #180
  • runservice: improve errors in logsHandler (@sgotti) #179
  • runservice: use etcd mutex TryLock on fetching (@sgotti) #177
  • gateway: add api to get log status (@camandel) #175
  • *: use etcd mutex TryLock (@sgotti) #176
  • datamanager: skip already applied wals in writeDataSnapshot (@sgotti) #167
  • readdb: improve HandleEvents goroutine exiting (@sgotti) #172
  • datamanager tests: increase etcd waitdown timeout (@sgotti) #174
  • *: improve error handling (@sgotti) #169
  • objectstorage: use a single package (@sgotti) #170
  • datamanager: refactor ReadWal (@sgotti) #168
  • datamanager: check wal previouswalsequence is correct in initEtcd (@sgotti) #165
  • datamanager: don't create ost wal checkpointed files (@sgotti) #164
  • datamanager: clean old data files (@sgotti) #160
  • datamanager: fix index creation on multiple data files (@sgotti) #163
  • services: check config only for enabled services (@camandel) #162
  • datamanager: add data sequence to data file name (@sgotti) #158
  • sequence: add tests for String and Parse methods (@sgotti) #159
  • go.mod: update dependencies (@sgotti) #150
  • run config: add tty option for run steps (@camandel) #149
  • README: issue link points to templates (@camandel) #156
  • objectstorage: add WriteObject tests (@sgotti) #155
  • objectstorage: return object size in objectinfo (@sgotti) #154
  • objectstorage posix: use limitreader only when size is specified. (@sgotti) #153
  • objectstorage s3: use limitreader in write object (@sgotti) #152

v0.3.0

24 Oct 09:36
v0.3.0
3808c71
Compare
Choose a tag to compare