Compare commits

...

10 Commits

Author SHA1 Message Date
Renovator Bot a6ea9fc951 chore(deps): update thegeeklab/nginx:latest docker digest to 3a1afe8
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2021-02-20 13:07:32 +00:00
Renovator Bot cd6560b8ad chore(deps): update thegeeklab/nginx:latest docker digest to 1eae9a8
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-02-18 03:04:29 +00:00
Renovator Bot 5bf2da3da1 chore(deps): update thegeeklab/nginx:latest docker digest to d8d6c0d
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-02-18 01:04:12 +00:00
Renovator Bot 1553ceb2f0 chore(deps): update thegeeklab/nginx:latest docker digest to d927114
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-02-17 23:04:51 +00:00
Renovator Bot 94afa9f3c0 chore(deps): update thegeeklab/nginx:latest docker digest to 4d1f929
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-02-15 23:03:51 +00:00
Renovator Bot 9edb21fa20 chore(deps): update thegeeklab/nginx:latest docker digest to 3cc0be1
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-02-15 21:03:56 +00:00
Renovator Bot 17905d15c1 chore(deps): update thegeeklab/nginx:latest docker digest to e901869
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-02-11 21:03:12 +00:00
Robert Kaussow aedb65bbd2
[skip ci] remove local changelog 2021-02-11 21:05:35 +01:00
Robert Kaussow bc083df11c
ci: auto-generate changelog
continuous-integration/drone/push Build is passing Details
2021-02-11 20:46:47 +01:00
Renovator Bot 3bb22d788b chore(deps): update thegeeklab/nginx:latest docker digest to 15327ec
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-01-29 15:03:11 +00:00
7 changed files with 63 additions and 16 deletions

23
.chglog/CHANGELOG.tpl.md Executable file
View File

@ -0,0 +1,23 @@
# 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 -}}

25
.chglog/config.yml Executable file
View File

@ -0,0 +1,25 @@
style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://gitea.rknet.org/docker/kanboard
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,6 +57,15 @@ 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:
@ -73,7 +82,7 @@ steps:
- refs/heads/main
- refs/tags/**
depends_on:
- tags
- changelog
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
@ -92,7 +101,7 @@ steps:
- refs/heads/main
- refs/tags/**
depends_on:
- tags
- changelog
- name: publish-gitea
image: plugins/gitea-release
@ -185,6 +194,6 @@ depends_on:
---
kind: signature
hmac: b8d9a506b8a79cc2d46a7ed2c801ea7611fdf4a45690d9f327d19f81303dd3ee
hmac: 2bc6998878baf263dbda96a4c7946551fffc788c2738660b4ebee62887f375d0
...

1
.gitignore vendored
View File

@ -1 +1,2 @@
test/
CHANGELOG.md

View File

@ -1,11 +0,0 @@
# Changelog
## v1.2.18-1 (2020-12-31)
### Others
- **deps**: update dependency kanboard/kanboard to v1.2.18 ([#7](https://gitea.rknet.org/docker/kanboard/issues/7))
- **deps**: update thegeeklab/nginx:latest docker digest to 1cf8372
- **deps**: pin docker digests
- replace master by main as default branch
- use renovate preset config

View File

@ -1,4 +1,4 @@
FROM thegeeklab/nginx:latest@sha256:22cab884cc2e60f11bdc3784bbbe8564cfda32b5cb1c5d9472d4fdd3f327596a
FROM thegeeklab/nginx:latest@sha256:3a1afe8ca3ad14e5f64bb79531739c97346101cc7e2d56d07ed58ebc37bd29d5
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2020 Robert Kaussow <mail@geeklabor.de>
Copyright (c) 2021 Robert Kaussow <mail@thegeeklab.de>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal