kata-containers:release-notes-fixup

Last commit made on 2018-08-31
Get this branch:
git clone -b release-notes-fixup https://git.launchpad.net/kata-containers

Branch merges

Branch information

Name:
release-notes-fixup
Repository:
lp:kata-containers

Recent commits

64509a5... by Eric

release: notes: add shortlog for reach repo

Signed-off-by: Eric Ernst <email address hidden>

9a14155... by Eric

release: fix release note automation version info

Make sure we checkout the new_version tag before grabbing version
information from the runtime repository.

Fixes: #174.

Signed-off-by: Eric Ernst <email address hidden>

c395aa9... by Jose Carlos Venegas Munoz

obs: proxy: use DESTDIR variable.

Proxy respository now honor DESTDIR variable.

Fixes: #172

Signed-off-by: Jose Carlos Venegas Munoz <email address hidden>

9ed9792... by Eric

Merge pull request #170 from jcvenegas/release-notes

release: Add release notes automation.

3749be7... by Eric

Merge pull request #168 from jcvenegas/check-image-sha

Check agent commit id when image is generated.

7d23484... by Jose Carlos Venegas Munoz

release: Add release notes automation.

Add script to generate release notes template
for runtime.

Will get the range of changes from two tags.

Get assets information from versions.yaml file.

Fixes: #169

Signed-off-by: Jose Carlos Venegas Munoz <email address hidden>

985f88e... by Jose Carlos Venegas Munoz

obs: pkglib: dont grep if file does not exit.

When tries to get release number from a new repo, the
specfile wont exist. Dont do grep in this case.

Signed-off-by: Jose Carlos Venegas Munoz <email address hidden>

3d06a83... by Jose Carlos Venegas Munoz

obs: makefile: fix clean target.

Clean target tries to remove files multiples times.

Limit find max depth to not try to remove files more than once.

Signed-off-by: Jose Carlos Venegas Munoz <email address hidden>

33214c9... by Jose Carlos Venegas Munoz

image: Make sure agent sha is correct

Fix image generation.

Instead of use agent code from the host checkout to the
agent source code in a clean GOPATH env.

Make sure that the agent `commit id` is the correct before
push to github or OBS.

Fixes: #166

Signed-off-by: Jose Carlos Venegas Munoz <email address hidden>

fe2d20e... by James Hunt

Merge pull request #164 from jcvenegas/fix-tag-multi-branch

release: tag: checkout to branch to tag.