1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-08-08 08:33:56 +02:00

Compare commits

..

42 Commits

Author SHA1 Message Date
cn
8f7a796e9d release: 3.10.0 2024-01-18 23:19:49 +01:00
cn
81dc2aba4c gem: support Ruby 3.3 2024-01-18 23:12:23 +01:00
renovate[bot]
38fdf44c1f project: update aquasecurity/trivy to v0.48.3 2024-01-18 10:27:39 +01:00
depfu[bot]
e3d57ea3aa gems: update rubocop to version 1.60.0 2024-01-16 11:27:33 +01:00
renovate[bot]
90166c8ef2 project: update aquasecurity/trivy to v0.48.2 2024-01-11 10:02:29 +01:00
depfu[bot]
98b413eb6b gems: update rubocop-rspec to version 2.26.1 2024-01-06 23:17:22 +01:00
renovate[bot]
43df61b819 project: update aquasecurity/trivy to v0.48.1 2023-12-21 12:12:11 +01:00
renovate[bot]
8ee945ed31 docker: update alpine Docker tag to v3.19.0 2023-12-14 11:52:46 +01:00
depfu[bot]
1ae0642541 gems: update rubocop to version 1.59.0 2023-12-12 15:16:42 +01:00
depfu[bot]
be33b1917a gems: update solargraph to version 0.50.0 2023-12-09 10:16:54 +01:00
renovate[bot]
e6c9773b8e project: update aquasecurity/trivy to v0.48.0 2023-12-09 10:16:33 +01:00
renovate[bot]
5a54dbe0c7 docker: update alpine Docker tag to v3.18.5 2023-12-09 10:16:23 +01:00
depfu[bot]
aa20275888 gems: update rubocop to version 1.58.0 2023-12-02 21:48:09 +01:00
renovate[bot]
049e14afa5 project: update aquasecurity/trivy to v0.47.0 2023-11-09 11:30:38 +01:00
depfu[bot]
54544b75d1 gems: update rubocop-rspec to version 2.25.0 2023-10-28 13:35:21 +02:00
renovate[bot]
3274741721 project: update aquasecurity/trivy to v0.46.0 2023-10-19 08:50:43 +02:00
depfu[bot]
8d8a85a78f gems: update rubocop to version 1.57.0 2023-10-12 15:42:11 +02:00
renovate[bot]
cdfe350828 project: update aquasecurity/trivy to v0.45.1 2023-10-05 21:14:01 +02:00
renovate[bot]
337c86f47b docker: update alpine Docker tag to v3.18.4 2023-10-05 21:13:49 +02:00
renovate[bot]
20d359f328 ci: update docker/login-action action to v3 2023-09-14 09:00:13 +02:00
renovate[bot]
4cf6591f38 ci: update docker/setup-buildx-action action to v3 2023-09-14 08:59:46 +02:00
renovate[bot]
5a9244694a ci: update docker/build-push-action action to v5 2023-09-14 08:57:41 +02:00
depfu[bot]
015ee60420 gems: update rubocop-rspec to version 2.24.0 2023-09-09 17:06:48 +02:00
renovate[bot]
2d4b94c129 ci: update actions/checkout action to v4 2023-09-07 08:52:15 +02:00
renovate[bot]
aefd59aea8 project: update aquasecurity/trivy to v0.45.0 2023-09-07 08:52:02 +02:00
depfu[bot]
10fd5699ac gems: update rubocop to version 1.56.0 2023-08-10 11:08:20 +02:00
renovate[bot]
ecf425dd61 project: update aquasecurity/trivy to v0.44.1 2023-08-10 09:00:16 +02:00
Christian Nicolai
70ad2148b9 release: 3.9.2 2023-08-10 08:58:45 +02:00
renovate[bot]
93e252443a docker: update alpine Docker tag to v3.18.3 2023-08-10 08:57:31 +02:00
renovate[bot]
d9f0119ab8 project: update aquasecurity/trivy to v0.44.0 2023-08-03 08:45:50 +02:00
depfu[bot]
bf225b8e6a gems: update rubocop-rspec to version 2.23.0 2023-07-31 19:28:23 +02:00
depfu[bot]
6a9e05fb97 gems: update rubocop to version 1.55.0 2023-07-26 20:14:02 +02:00
renovate[bot]
bc4210d5ce project: update aquasecurity/trivy to v0.43.1 2023-07-13 08:44:06 +02:00
Christian Nicolai
a54235fcf2 release: 3.9.1 2023-07-06 09:04:57 +02:00
renovate[bot]
be87ba8f31 project: update aquasecurity/trivy to v0.43.0 2023-07-06 08:59:47 +02:00
depfu[bot]
5e947316f6 gems: update rubocop to version 1.54.0 2023-07-02 13:58:49 +02:00
cn
c71b23d35e ci: fix linting 2023-07-02 13:56:53 +02:00
cn
2258edaae6 ci: remove usage of deprecated solargraph download-core cmd
Related to cf1cd66307
2023-06-24 16:38:21 +02:00
depfu[bot]
f8878077cf gems: update rubocop to version 1.53.0 2023-06-24 16:34:01 +02:00
renovate[bot]
2deb5f3337 project: update aquasecurity/trivy to v0.42.1 2023-06-15 12:23:59 +02:00
renovate[bot]
ca92b894cb docker: update alpine Docker tag to v3.18.2 2023-06-15 12:23:07 +02:00
e45902f5cf ci: don't fail fast to see compatibility 2023-06-08 20:16:14 +02:00
9 changed files with 39 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ jobs:
release-dockerimage: release-dockerimage:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Extract dyndnsd version from tag name - name: Extract dyndnsd version from tag name
run: | run: |
@@ -33,16 +33,16 @@ jobs:
# https://github.com/marketplace/actions/build-and-push-docker-images # https://github.com/marketplace/actions/build-and-push-docker-images
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
username: cmur2 username: cmur2
password: ${{ secrets.DOCKER_TOKEN }} password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push Docker image for dyndnsd ${{ env.DYNDNSD_VERSION }} - name: Build and push Docker image for dyndnsd ${{ env.DYNDNSD_VERSION }}
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
context: docker context: docker
build-args: | build-args: |

View File

@@ -15,13 +15,15 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false
matrix: matrix:
ruby-version: ruby-version:
- '3.0' - '3.0'
- '3.1' - '3.1'
- '3.2' - '3.2'
- '3.3'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }} - name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
@@ -35,7 +37,7 @@ jobs:
actionlint: actionlint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Check workflow files - name: Check workflow files
run: | run: |
echo "::add-matcher::.github/actionlint-matcher.json" echo "::add-matcher::.github/actionlint-matcher.json"

View File

@@ -1,5 +1,27 @@
# Changelog # Changelog
## 3.10.0 (January 18th, 2024)
IMPROVEMENTS:
- add Ruby 3.3 support
OTHER:
- update base of Docker image to Alpine 3.19.0 (from 3.18.3 before)
## 3.9.2 (August 10th, 2023)
OTHER:
- update base of Docker image to Alpine 3.18.3 (from 3.18.2 before)
## 3.9.1 (July 6, 2023)
OTHER:
- update base of Docker image to Alpine 3.18.2 (from 3.18.0 before)
## 3.9.0 (June 8, 2023) ## 3.9.0 (June 8, 2023)
IMPROVEMENTS: IMPROVEMENTS:

View File

@@ -14,18 +14,11 @@ task :solargraph do
sh 'solargraph typecheck' sh 'solargraph typecheck'
end end
namespace :solargraph do
desc 'Should be run by developer once to prepare initial solargraph usage (fill caches etc.)'
task :init do
sh 'solargraph download-core'
end
end
# renovate: datasource=github-tags depName=hadolint/hadolint # renovate: datasource=github-tags depName=hadolint/hadolint
hadolint_version = 'v2.12.0' hadolint_version = 'v2.12.0'
# renovate: datasource=github-tags depName=aquasecurity/trivy # renovate: datasource=github-tags depName=aquasecurity/trivy
trivy_version = 'v0.42.0' trivy_version = 'v0.48.3'
namespace :docker do namespace :docker do
ci_image = 'cmur2/dyndnsd:ci' ci_image = 'cmur2/dyndnsd:ci'
@@ -78,4 +71,4 @@ end
task default: [:rubocop, :spec, 'bundle:audit', :solargraph] task default: [:rubocop, :spec, 'bundle:audit', :solargraph]
desc 'Run all tasks desired for CI' desc 'Run all tasks desired for CI'
task ci: ['solargraph:init', :default, 'docker:lint', :build, 'docker:build', 'docker:e2e'] task ci: [:default, 'docker:lint', :build, 'docker:build', 'docker:e2e']

View File

@@ -1,4 +1,4 @@
FROM alpine:3.18.0 FROM alpine:3.19.0
EXPOSE 5353 8080 EXPOSE 5353 8080

View File

@@ -1,4 +1,4 @@
FROM alpine:3.18.0 FROM alpine:3.19.0
EXPOSE 5353 8080 EXPOSE 5353 8080

View File

@@ -42,8 +42,8 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rack-test' s.add_development_dependency 'rack-test'
s.add_development_dependency 'rake' s.add_development_dependency 'rake'
s.add_development_dependency 'rspec' s.add_development_dependency 'rspec'
s.add_development_dependency 'rubocop', '~> 1.52.0' s.add_development_dependency 'rubocop', '~> 1.60.0'
s.add_development_dependency 'rubocop-rake', '~> 0.6.0' s.add_development_dependency 'rubocop-rake', '~> 0.6.0'
s.add_development_dependency 'rubocop-rspec', '~> 2.22.0' s.add_development_dependency 'rubocop-rspec', '~> 2.26.1'
s.add_development_dependency 'solargraph', '~> 0.49.0' s.add_development_dependency 'solargraph', '~> 0.50.0'
end end

View File

@@ -107,7 +107,7 @@ module Dyndnsd
puts "DynDNSd version #{Dyndnsd::VERSION}" puts "DynDNSd version #{Dyndnsd::VERSION}"
puts "Using config file #{config_file}" puts "Using config file #{config_file}"
config = YAML.safe_load(File.read(config_file)) config = YAML.safe_load_file(config_file)
setup_logger(config) setup_logger(config)

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Dyndnsd module Dyndnsd
VERSION = '3.9.0' VERSION = '3.10.0'
end end