Compare commits

..

No commits in common. "main" and "v1.2.18-1" have entirely different histories.

8 changed files with 22 additions and 69 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/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

@ -28,7 +28,7 @@ platform:
steps:
- name: dryrun
image: thegeeklab/drone-docker-buildx:20
image: plugins/docker:19
settings:
build_args:
- BUILD_VERSION=${DRONE_TAG%-*}
@ -57,17 +57,8 @@ 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
image: plugins/docker:19
settings:
build_args:
- BUILD_VERSION=${DRONE_TAG%-*}
@ -82,10 +73,10 @@ steps:
- refs/heads/main
- refs/tags/**
depends_on:
- changelog
- tags
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
image: plugins/docker:19
settings:
build_args:
- BUILD_VERSION=${DRONE_TAG%-*}
@ -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: 2bc6998878baf263dbda96a4c7946551fffc788c2738660b4ebee62887f375d0
hmac: 53fe0cdd291b82a57b67c0fab5adfb46034321650c54d1195585865e54d91c0d
...

1
.gitignore vendored
View File

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

11
CHANGELOG.md Normal file
View File

@ -0,0 +1,11 @@
# 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:1c97c8395046bf2eaa9e758661581d42a9857dcefc6bcf07908dac55dbf26082
FROM thegeeklab/nginx:latest@sha256:1cf837292a86894dab79e795e352142b8762c85276898c0ab70647693f7fd967
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/kan
ARG BUILD_VERSION
# renovate: datasource=github-releases depName=kanboard/kanboard
ENV KANBOARD_VERSION="${BUILD_VERSION:-v1.2.19}"
ENV KANBOARD_VERSION="${BUILD_VERSION:-v1.2.18}"
ADD overlay/ /

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 Robert Kaussow <mail@thegeeklab.de>
Copyright (c) 2020 Robert Kaussow <mail@geeklabor.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

View File

@ -1,7 +1,7 @@
#!/usr/bin/env sh
/usr/local/bin/gomplate -o /etc/php7/php.ini -f /etc/templates/php.ini.tmpl
/usr/local/bin/gomplate -o /var/www/app/data/config.php -f /etc/templates/config.php.tmpl
/usr/local/bin/gomplate -V -o /etc/php7/php.ini -f /etc/templates/php.ini.tmpl
/usr/local/bin/gomplate -V -o /var/www/app/data/config.php -f /etc/templates/config.php.tmpl
exec supercronic -split-logs /etc/crontabs/nginx 1>/dev/null &
exec php-fpm7 -F &