Compare commits

...

11 Commits

Author SHA1 Message Date
Renovator Bot 30aa7c0d3a chore(deps): update dependency freshrss/freshrss to v1.18.0 (#22)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
chore(deps): update dependency freshrss/freshrss to v1.18.0

Reviewed-on: docker/freshrss#22
Co-Authored-By: Renovator Bot <renovator@rknet.org>
Co-Committed-By: Renovator Bot <renovator@rknet.org>
2021-03-15 17:14:13 +01:00
Renovator Bot db4ddddad2 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
2021-02-20 13:06:39 +00:00
Renovator Bot f0534caf4d 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:03:41 +00:00
Renovator Bot bf8f914592 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:03:28 +00:00
Renovator Bot 83ae529027 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:05 +00:00
Renovator Bot 11d59b7d5d 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:15 +00:00
Renovator Bot 1a1b3b9a3d 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:22 +00:00
Renovator Bot 45d0b3806d 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:02:48 +00:00
Robert Kaussow d3b711311d
[skip ci] remove local changelog 2021-02-11 21:05:36 +01:00
Robert Kaussow 52d1aebdab
ci: auto-generate changelog
continuous-integration/drone/push Build is passing Details
2021-02-11 20:44:37 +01:00
Renovator Bot 38d9e4b94e 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:02:50 +00:00
6 changed files with 63 additions and 13 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/freshrss
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: 28064fa2a610e602bfa1dc529e5994d599d36ceeb506b8f12add1652e58d50ea
hmac: 437dfa2f62409201cf177477f26ea3a73659929fdb5096fd2e72c443725df191
...

1
.gitignore vendored
View File

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

View File

@ -1,8 +0,0 @@
# Changelog
## v1.17.0-4 (2021-01-29)
### Others
- **deps:** update thegeeklab/nginx:latest docker digest to 22cab88
- remove gomplate debug output

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>"
@ -9,7 +9,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/fre
ARG BUILD_VERSION
# renovate: datasource=github-releases depName=FreshRSS/FreshRSS
ENV FRESHRSS_VERSION="${BUILD_VERSION:-1.17.0}"
ENV FRESHRSS_VERSION="${BUILD_VERSION:-1.18.0}"
ADD overlay/ /