mirror of
https://github.com/cmur2/dyndnsd.git
synced 2025-08-09 04:48:39 +02:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
507e6a36fd | |||
0a2afb1e4c | |||
![]() |
6e7d4ea985 | ||
809e2dd5d1 |
7
.github/renovate.json5
vendored
7
.github/renovate.json5
vendored
@@ -9,6 +9,7 @@
|
|||||||
schedule: ["before 8am on thursday"],
|
schedule: ["before 8am on thursday"],
|
||||||
branchPrefix: "renovate-",
|
branchPrefix: "renovate-",
|
||||||
dependencyDashboardHeader: "View repository job log [here](https://app.renovatebot.com/dashboard#github/cmur2/dyndnsd).",
|
dependencyDashboardHeader: "View repository job log [here](https://app.renovatebot.com/dashboard#github/cmur2/dyndnsd).",
|
||||||
|
separateMinorPatch: true,
|
||||||
commitMessagePrefix: "project: ",
|
commitMessagePrefix: "project: ",
|
||||||
commitMessageAction: "update",
|
commitMessageAction: "update",
|
||||||
commitMessageTopic: "{{depName}}",
|
commitMessageTopic: "{{depName}}",
|
||||||
@@ -19,6 +20,12 @@
|
|||||||
matchManagers: ["bundler"],
|
matchManagers: ["bundler"],
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
// prevent minor updates to Alpine 3.14 due to https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2
|
||||||
|
{
|
||||||
|
matchManagers: ["dockerfile"],
|
||||||
|
matchUpdateTypes: ["minor"],
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
// Commit message formats
|
// Commit message formats
|
||||||
{
|
{
|
||||||
matchDatasources: ["docker"],
|
matchDatasources: ["docker"],
|
||||||
|
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.4.7 (November 19th, 2021)
|
||||||
|
|
||||||
|
OTHER:
|
||||||
|
|
||||||
|
- re-release 3.4.6 to rebuild Docker image with security vulnerabilities fixes
|
||||||
|
|
||||||
## 3.4.6 (November 19th, 2021)
|
## 3.4.6 (November 19th, 2021)
|
||||||
|
|
||||||
OTHER:
|
OTHER:
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.13.6
|
FROM alpine:3.13.7
|
||||||
|
|
||||||
EXPOSE 5353 8080
|
EXPOSE 5353 8080
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.13.6
|
FROM alpine:3.13.7
|
||||||
|
|
||||||
EXPOSE 5353 8080
|
EXPOSE 5353 8080
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Dyndnsd
|
module Dyndnsd
|
||||||
VERSION = '3.4.6'
|
VERSION = '3.4.7'
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user