[packages/gitlab-ci-multi-runner] v1.6.0

glen glen at pld-linux.org
Thu Sep 22 21:39:22 CEST 2016


commit ec0a53a69d66358f332ca7f3c286a68e80c170fe
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Sep 22 22:38:39 2016 +0300

    v1.6.0
    
    - Remove an unused method from the Docker executor !280
    - Add note about certificate concatenation !278
    - Restore 755 mode for gitlab-runner-service script !283
    - Remove git-lfs from docker helper images !288
    - Improve Kubernetes support !277
    - docs: update troubleshooting section in development. !286
    - Windows installation, added a precision on the install command (issue related #1265) !223
    - Autodetect "/ci" in URL !289
    - Defer removing failed containers until Cleanup() !281
    - fix typo in tls-self-signed.md !294
    - Improve CI tests !276
    - Generate a BuildError when Docker/Kubernetes image is missing !295
    - cmd.exe: Caret-escape parentheses when not inside double quotes !284
    - Fixed some spelling/grammar mistakes. !291
    - Update Go instructions in README !175
    - Add APT pinning configuration for debian in installation docs !303
    - Remove yaml v1 !307
    - Add options to runner configuration to specify commands executed before code clone and build !106
    - Add RC tag support and fix version discovering !312
    - Pass all configured CA certificates to builds !299
    - Use git-init templates (clone) and git config without --global (fetch) to disable recurseSubmodules !314
    - Improve docker machine logging !234
    - Add posibility to specify a list of volumes to inherit from another container !236
    - Fix range mismatch handling error while patch tracing !319
    - Add docker+machine and kubernetes executors to "I'm not sure" part of executors README.md !320
    - Remove ./git/index.lock before fetching !316

 gitlab-ci-multi-runner.spec | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/gitlab-ci-multi-runner.spec b/gitlab-ci-multi-runner.spec
index 2cb1996..f636af2 100644
--- a/gitlab-ci-multi-runner.spec
+++ b/gitlab-ci-multi-runner.spec
@@ -1,13 +1,17 @@
 # the revision for images
-%define	revision	%{version}
+# $ git fetch https://gitlab.com/gitlab-org/gitlab-ci-multi-runner refs/tags/v1.6.0
+# $ git rev-list -n 1 --abbrev-commit FETCH_HEAD
+#define revision 76fdacd
+# No changes to image, so don't refetch it
+%define revision 1.5.2
 Summary:	The official GitLab CI runner written in Go
 Name:		gitlab-ci-multi-runner
-Version:	1.5.2
+Version:	1.6.0
 Release:	1
 License:	MIT
 Group:		Development/Building
 Source0:	https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/repository/archive.tar.gz?ref=v%{version}&/%{name}-%{version}.tar.gz
-# Source0-md5:	3daf43173c38421fb9243fc20a7adf70
+# Source0-md5:	397bc6a197942495d0a5582996f91c3e
 Source1:	https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-x86_64.tar.xz
 # Source1-md5:	0d89c7578a0b5d22a4ae85dcb7d5b4f5
 Source2:	https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-arm.tar.xz
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ci-multi-runner.git/commitdiff/ec0a53a69d66358f332ca7f3c286a68e80c170fe



More information about the pld-cvs-commit mailing list