Compare commits

...

11 Commits

Author SHA1 Message Date
Renovator Bot 9d4410cd25 chore(deps): update dependency freshrss/freshrss to v1.18.1 (#31)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [FreshRSS/FreshRSS](https://github.com/FreshRSS/FreshRSS) | patch | `1.18.0` -> `1.18.1` |

---

### Release Notes

<details>
<summary>FreshRSS/FreshRSS</summary>

### [`v1.18.1`](https://github.com/FreshRSS/FreshRSS/blob/master/CHANGELOG.md#&#8203;2021-06-06-FreshRSS-1181)

[Compare Source](https://github.com/FreshRSS/FreshRSS/compare/1.18.0...1.18.1)

-   Features
    -   Support standard `HTTP 410 Gone` by disabling (muting) gone feeds [#&#8203;3561](https://github.com/FreshRSS/FreshRSS/pull/3561)
    -   Make advanced feed options such as SSL available to non-admins [#&#8203;3612](https://github.com/FreshRSS/FreshRSS/pull/3612)
-   API
    -   Supported by [Newsboat 2.24+](https://newsboat.org/) [#&#8203;3574](https://github.com/FreshRSS/FreshRSS/pull/3574)
    -   Supported by [RSS Guard](https://github.com/martinrotter/rssguard) [#&#8203;3627](https://github.com/FreshRSS/FreshRSS/pull/3627)
-   UI
    -   Allow Unicode for shortcuts [#&#8203;3548](https://github.com/FreshRSS/FreshRSS/pull/3548)
-   Bug fixing
    -   Fix database lock during refresh with MariaDB [#&#8203;3559](https://github.com/FreshRSS/FreshRSS/pull/3559)
    -   Fix database creation from CLI [#&#8203;3544](https://github.com/FreshRSS/FreshRSS/pull/3544)
    -   Fix: `pdo_sqlite` is optional except for export/import SQLite [#&#8203;3545](https://github.com/FreshRSS/FreshRSS/pull/3545)
    -   Fix import of JSON and TT-RSS files, especially with PHP 8 [#&#8203;3553](https://github.com/FreshRSS/FreshRSS/pull/3553)
        -   Allow import of more than 999 favourites/labelled articles even with SQLite
    -   Fix additional SQL limits, especially for SQLite [#&#8203;3586](https://github.com/FreshRSS/FreshRSS/pull/3586)
    -   Fix search param encoding in user query [#&#8203;3541](https://github.com/FreshRSS/FreshRSS/pull/3541)
    -   Fix undefined variable & dead code when adding feed [#&#8203;3546](https://github.com/FreshRSS/FreshRSS/pull/3546)
    -   Fix missing translation in feed configuration [#&#8203;3554](https://github.com/FreshRSS/FreshRSS/pull/3554)
    -   Fix double escaping in feed filters [#&#8203;3563](https://github.com/FreshRSS/FreshRSS/pull/3563)
    -   Fix bugs in migration system [#&#8203;3589](https://github.com/FreshRSS/FreshRSS/pull/3589)
    -   Fix regression preventing showing startup errors [#&#8203;3590](https://github.com/FreshRSS/FreshRSS/pull/3590)
    -   Fix form redirection after erroneous user creation [#&#8203;3656](https://github.com/FreshRSS/FreshRSS/pull/3656)
    -   Fix JavaScript error during navigation when no article is selected [#&#8203;3655](https://github.com/FreshRSS/FreshRSS/pull/3655)
    -   Fix link to add feeds from the empty homepage [#&#8203;3650](https://github.com/FreshRSS/FreshRSS/pull/3650)
    -   Fix git update error message [#&#8203;3645](https://github.com/FreshRSS/FreshRSS/pull/3645)
-   SimplePie
    -   Fix regression about media attachments [#&#8203;3565](https://github.com/FreshRSS/FreshRSS/pull/3565)
    -   Fix regression about forcing HTTPS for enclosures [#&#8203;3568](https://github.com/FreshRSS/FreshRSS/pull/3568)
    -   Catch ValueError for loadHTML with PHP 8 [simplepie#&#8203;673](https://github.com/simplepie/simplepie/pull/673)
    -   Provide access to latest HTTP status code [simplepie#&#8203;674](https://github.com/simplepie/simplepie/pull/674)
    -   Fix wrong SimplePie type hint [simplepie#&#8203;678](https://github.com/simplepie/simplepie/pull/678)
    -   Merge details from upstream PRs [#&#8203;3588](https://github.com/FreshRSS/FreshRSS/pull/3588), [#&#8203;3614](https://github.com/FreshRSS/FreshRSS/pull/3614)
-   API
    -   Compatibility with Web servers providing `ORIG_PATH_INFO` [#&#8203;3560](https://github.com/FreshRSS/FreshRSS/pull/3560)
-   i18n
    -   Improved Russian [#&#8203;3579](https://github.com/FreshRSS/FreshRSS/pull/3579)
    -   Improved Turkish [#&#8203;3604](https://github.com/FreshRSS/FreshRSS/pull/3604)
    -   Improved Chinese [#&#8203;3600](https://github.com/FreshRSS/FreshRSS/pull/3600)
-   Code improvements:
    -   Friendly constant syntax for Intellisense [#&#8203;3577](https://github.com/FreshRSS/FreshRSS/pull/3577)
    -   Fix several comments syntaxes [#&#8203;3615](https://github.com/FreshRSS/FreshRSS/pull/3615)
    -   Minor uniform stricter HTML [#&#8203;3616](https://github.com/FreshRSS/FreshRSS/pull/3616)
    -   Removed unused variable [#&#8203;3587](https://github.com/FreshRSS/FreshRSS/pull/3587)
    -   Provide action name in Minz controller exception [#&#8203;3624](https://github.com/FreshRSS/FreshRSS/pull/3624)
    -   New convenience method to extract multiline GET parameters from e.g. `<textarea>` [#&#8203;3629](https://github.com/FreshRSS/FreshRSS/pull/3629)
-   Deployment
    -   Automatically apply `latest` tag in git for the latest FreshRSS release [#&#8203;3524](https://github.com/FreshRSS/FreshRSS/pull/3524)
-   Misc.
    -   Remove legacy `data/do-install.txt` for triggering install process [#&#8203;3555](https://github.com/FreshRSS/FreshRSS/pull/3555)
    -   If using built-in git updates, automatically change to git `edge` branch if using old `master` or `dev` branch names [#&#8203;3589](https://github.com/FreshRSS/FreshRSS/pull/3589)

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: docker/freshrss#31
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-06-07 18:47:36 +02:00
Renovator Bot 31b380fb8a chore(deps): update thegeeklab/nginx:latest docker digest
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-05-10 20:32:05 +00:00
Renovator Bot 0165ddc00b chore(deps): update thegeeklab/nginx:latest docker digest to eeb0ac4
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-05-09 21:01:06 +00:00
Robert Kaussow 37034c617f
fix pipeline deps
continuous-integration/drone/push Build is passing Details
2021-05-09 22:57:23 +02:00
Robert Kaussow f4b5ac863b
chore: improve generated changelog
continuous-integration/drone/push Build encountered an error Details
2021-05-09 22:42:32 +02:00
Renovator Bot 52d1300c05 chore(deps): update thegeeklab/nginx:latest docker digest to 1c97c83
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-04-14 22:00:51 +00:00
Renovator Bot 4198f66d06 chore(deps): update thegeeklab/nginx:latest docker digest to a890cec
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-04-09 10:00:48 +00:00
Renovator Bot 540e9d2063 chore(deps): update thegeeklab/nginx:latest docker digest to b64a9a8
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-03-31 23:03:10 +00:00
Renovator Bot 90d2e30135 chore(deps): update thegeeklab/nginx:latest docker digest to d54c5f3
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-03-31 21:03:47 +00:00
Renovator Bot 1e3e816081 chore(deps): update thegeeklab/nginx:latest docker digest to 4f87267
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-03-26 01:02:48 +00:00
Renovator Bot 1d505fa6d2 chore(deps): update thegeeklab/nginx:latest docker digest to 03ae58e
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-03-23 23:02:54 +00:00
4 changed files with 20 additions and 8 deletions

View File

@ -6,10 +6,14 @@
{{ range .CommitGroups -}}
### {{ .Title }}
{{ $subjects := list }}
{{ range .Commits -}}
{{ if not (has .Subject $subjects) -}}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
{{ $subjects = append $subjects .Subject -}}
{{ end }}
{{ end -}}
{{- end }}
{{- end -}}
{{- if .NoteGroups -}}
{{ range .NoteGroups -}}

View File

@ -57,15 +57,22 @@ steps:
depends_on:
- dryrun
- name: changelog
- name: changelog-generate
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: changelog-format
image: thegeeklab/alpine-tools
commands:
- prettier CHANGELOG.md
- prettier -w CHANGELOG.md
depends_on:
- changelog-generate
- name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20
settings:
@ -82,7 +89,7 @@ steps:
- refs/heads/main
- refs/tags/**
depends_on:
- changelog
- changelog-format
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
@ -101,7 +108,7 @@ steps:
- refs/heads/main
- refs/tags/**
depends_on:
- changelog
- changelog-format
- name: publish-gitea
image: plugins/gitea-release
@ -194,6 +201,6 @@ depends_on:
---
kind: signature
hmac: 437dfa2f62409201cf177477f26ea3a73659929fdb5096fd2e72c443725df191
hmac: b4bc5725b81af54f315d93f84f7c1097d02f5258277fc09e87d42029ed9539a0
...

View File

@ -1 +1,2 @@
.drone.yml
*.tpl.md

View File

@ -1,4 +1,4 @@
FROM thegeeklab/nginx:latest@sha256:3a1afe8ca3ad14e5f64bb79531739c97346101cc7e2d56d07ed58ebc37bd29d5
FROM thegeeklab/nginx:latest@sha256:b87952e51d7e29439a23affa33301b82aede3c4c4a59a3ac1273b47f1fba6195
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.18.0}"
ENV FRESHRSS_VERSION="${BUILD_VERSION:-1.18.1}"
ADD overlay/ /