Compare commits

..

No commits in common. "v20.6.30-7" and "v20.6.30-6" have entirely different histories.

6 changed files with 11 additions and 62 deletions

View File

@ -1,23 +0,0 @@
# Changelog
{{ range .Versions -}}
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})
{{ range .CommitGroups -}}
### {{ .Title }}
{{ range .Commits -}}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
{{ end }}
{{ end -}}
{{- if .NoteGroups -}}
{{ range .NoteGroups -}}
### {{ .Title }}
{{ range .Notes }}
{{ .Body }}
{{ end }}
{{ end -}}
{{ end -}}
{{ end -}}

View File

@ -1,25 +0,0 @@
style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://gitea.rknet.org/docker/vnu
options:
commit_groups:
title_maps:
feat: Features
fix: Bug Fixes
perf: Performance Improvements
refactor: Code Refactoring
chore: Others
test: Testing
ci: CI Pipeline
docs: Documentation
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
- Type
- Scope
- Subject
notes:
keywords:
- BREAKING CHANGE

View File

@ -57,15 +57,6 @@ steps:
depends_on:
- dryrun
- name: changelog
image: thegeeklab/git-chglog
commands:
- git fetch -tq
- git-chglog --no-color --no-emoji ${DRONE_TAG:---next-tag unreleased unreleased}
- git-chglog --no-color --no-emoji -o CHANGELOG.md ${DRONE_TAG:---next-tag unreleased unreleased}
depends_on:
- tags
- name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20
settings:
@ -82,7 +73,7 @@ steps:
- refs/heads/main
- refs/tags/**
depends_on:
- changelog
- tags
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
@ -101,7 +92,7 @@ steps:
- refs/heads/main
- refs/tags/**
depends_on:
- changelog
- tags
- name: publish-gitea
image: plugins/gitea-release
@ -194,6 +185,6 @@ depends_on:
---
kind: signature
hmac: 076912fdb7964ab4069e636ac820b778695f3ec2804347de37c02ac27d92318b
hmac: 419b7fb05571206fe24ea5ff8d8550ec82ddb2fb1b095dc6c602696e86097ce6
...

1
.gitignore vendored
View File

@ -1 +0,0 @@
CHANGELOG.md

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
# Changelog
## v20.6.30-6 (2021-01-29)
### Others
- **deps:** update thegeeklab/alpine:latest docker digest to d85c0b4

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:5e7bbca9af19383c6e30ea5be6949e2a789828b648ed7b9fe04ca592fc1b795b
FROM thegeeklab/alpine:latest@sha256:d85c0b4fcf8da4bd4df00c48449eb247ee5afffcc22cc9cbd6917c784497456a
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"