Compare commits

...

3 Commits

Author SHA1 Message Date
Robert Kaussow 3aa80923f5
[skip ci] update changelog
continuous-integration/drone/tag Build is passing Details
2021-02-07 15:21:49 +01:00
Renovator Bot d7a20e33f5 chore(deps): update dependency dani-garcia/bitwarden_rs to v1.19.0 (#23)
continuous-integration/drone/push Build is passing Details
chore(deps): update dependency dani-garcia/bitwarden_rs to v1.19.0

Reviewed-on: docker/bitwardenrs#23
Co-Authored-By: Renovator Bot <renovator@rknet.org>
Co-Committed-By: Renovator Bot <renovator@rknet.org>
2021-02-07 15:15:40 +01:00
Renovator Bot bd219c0a91 chore(deps): update thegeeklab/alpine:latest docker digest to 58bffcf
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-01-29 15:02:08 +00:00
5 changed files with 51 additions and 6 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 -}}

22
.chglog/config.yml Executable file
View File

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

View File

@ -1,9 +1,9 @@
# Changelog
## v1.18.0-2 (2021-01-29)
## [v1.19.0-1](https://gitea.rknet.org/docker/bitwardenrs/compare/v1.18.0-2...v1.19.0-1) (2021-02-07)
### Others
- **deps:** update dependency dani-garcia/bw_web_builds to v2.18.1 ([#18](https://gitea.rknet.org/docker/bitwardenrs/issues/18))
- **deps:** update thegeeklab/alpine:latest docker digest to d85c0b4
- remove gomplate debug output
- **deps:** update dependency dani-garcia/bitwarden_rs to v1.19.0 ([#23](https://gitea.rknet.org/docker/bitwardenrs/issues/23))
- **deps:** update thegeeklab/alpine:latest docker digest to 58bffcf

View File

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

View File

@ -1,5 +1,5 @@
# renovate: datasource=github-releases depName=dani-garcia/bitwarden_rs
export BUILD_VERSION ?= 1.18.0
export BUILD_VERSION ?= 1.19.0
export DEBIAN_FRONTEND ?= noninteractive
export LANG ?= C.UTF-8
export TZ ?= UTC