From 00c4a68c704825b3df354f6df6a3af1b82567c08 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Wed, 18 Sep 2019 10:20:19 +0200 Subject: [PATCH] Introduce changelogs for the image on GitHub Releases --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 24a2413fd..e77535885 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,16 @@ Jenkins Agent Docker image [![Docker Stars](https://img.shields.io/docker/stars/jenkins/slave.svg)](https://hub.docker.com/r/jenkins/slave/) [![Docker Pulls](https://img.shields.io/docker/pulls/jenkins/slave.svg)](https://hub.docker.com/r/jenkins/slave/) [![Docker Automated build](https://img.shields.io/docker/automated/jenkins/slave.svg)](https://hub.docker.com/r/jenkins/slave/) +[![GitHub release](https://img.shields.io/github/release/jenkinsci/docker-slave.svg?label=chanelog)](https://github.com/jenkinsci/docker-slave/releases/latest) This is a base image for Docker, which includes OpenJDK 8 and the Jenkins agent executable (agent.jar). This executable is an instance of the [Jenkins Remoting library](https://github.com/jenkinsci/remoting). +## Changelog + +See [GitHub releases](https://github.com/jenkinsci/docker-slave/releases) for versions `3.35-1` and above. +There is no changelog for previous versions, see the commit history. + ## Usage This image is used as the basis for the [Docker JNLP Agent](https://github.com/jenkinsci/docker-jnlp-slave/) image.