mirror of
https://github.com/cmur2/dyndnsd.git
synced 2025-08-08 08:33:56 +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"],
|
||||
branchPrefix: "renovate-",
|
||||
dependencyDashboardHeader: "View repository job log [here](https://app.renovatebot.com/dashboard#github/cmur2/dyndnsd).",
|
||||
separateMinorPatch: true,
|
||||
commitMessagePrefix: "project: ",
|
||||
commitMessageAction: "update",
|
||||
commitMessageTopic: "{{depName}}",
|
||||
@@ -19,6 +20,12 @@
|
||||
matchManagers: ["bundler"],
|
||||
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
|
||||
{
|
||||
matchDatasources: ["docker"],
|
||||
|
@@ -1,5 +1,11 @@
|
||||
# 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)
|
||||
|
||||
OTHER:
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.13.6
|
||||
FROM alpine:3.13.7
|
||||
|
||||
EXPOSE 5353 8080
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.13.6
|
||||
FROM alpine:3.13.7
|
||||
|
||||
EXPOSE 5353 8080
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Dyndnsd
|
||||
VERSION = '3.4.6'
|
||||
VERSION = '3.4.7'
|
||||
end
|
||||
|
Reference in New Issue
Block a user