1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2026-04-01 10:18:29 +02:00

Compare commits

...

13 Commits

Author SHA1 Message Date
renovate[bot]
4cfedc1372 project: update aquasecurity/trivy to v0.69.3 2026-04-01 01:03:22 +00:00
dependabot[bot]
4d8d8a0bae gems: update rubocop requirement from ~> 1.85.0 to ~> 1.86.0
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.85.0...v1.86.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.86.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-23 13:35:13 +01:00
renovate[bot]
26eca5fab7 ci: update docker/build-push-action action to v7 2026-03-12 10:28:25 +01:00
renovate[bot]
8dcd3a25e6 ci: update docker/setup-buildx-action action to v4 2026-03-12 10:28:18 +01:00
renovate[bot]
52f4870756 ci: update docker/login-action action to v4 2026-03-05 10:12:02 +01:00
dependabot[bot]
ad82694f4f gems: update rubocop requirement from ~> 1.84.0 to ~> 1.85.0
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.84.0...v1.85.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.85.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 14:57:01 +01:00
cn
c12000cffa gems: ignore irrelevant vulns in dev dependency solargraph 2026-02-26 22:17:58 +01:00
dependabot[bot]
f34a27b06d gems: update rubocop requirement from ~> 1.82.0 to ~> 1.84.0
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.82.0...v1.84.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.84.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-02 14:36:14 +01:00
cn
8738b8bda5 gem: support Ruby 4.0 2026-01-17 16:22:47 +01:00
dependabot[bot]
4096a4ee08 gems: update solargraph requirement from ~> 0.55.0 to ~> 0.58.1
Updates the requirements on [solargraph](https://github.com/castwide/solargraph) to permit the latest version.
- [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md)
- [Commits](https://github.com/castwide/solargraph/commits)

---
updated-dependencies:
- dependency-name: solargraph
  dependency-version: 0.58.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-17 16:20:42 +01:00
dependabot[bot]
13064ff988 gems: update rubocop-rspec requirement from ~> 3.8.0 to ~> 3.9.0
Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.8.0...v3.9.0)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-version: 3.9.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-12 15:57:57 +01:00
renovate[bot]
477c9452a6 project: update aquasecurity/trivy to v0.68.2 2026-01-01 13:39:58 +01:00
dependabot[bot]
4a29e9770d gems: update rubocop requirement from ~> 1.81.1 to ~> 1.82.0
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.81.1...v1.82.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.82.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 22:05:19 +01:00
5 changed files with 15 additions and 9 deletions

View File

@@ -33,16 +33,16 @@ jobs:
# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
username: cmur2
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push Docker image for dyndnsd ${{ env.DYNDNSD_VERSION }}
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: docker
build-args: |

View File

@@ -19,9 +19,9 @@ jobs:
matrix:
ruby-version:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
- '4.0'
steps:
- uses: actions/checkout@v6
- name: Set up Ruby ${{ matrix.ruby-version }}

View File

@@ -1,5 +1,11 @@
# Changelog
## 3.13.0
IMPROVEMENTS:
- add Ruby 4.0 support
## 3.12.0 (December 4th, 2025)
IMPROVEMENTS:

View File

@@ -16,7 +16,7 @@ end
hadolint_version = 'v2.14.0'
# renovate: datasource=github-tags depName=aquasecurity/trivy
trivy_version = 'v0.67.0'
trivy_version = 'v0.69.3'
namespace :docker do
ci_image = 'cmur2/dyndnsd:ci'
@@ -69,7 +69,7 @@ end
namespace :bundle do
desc 'Check for vulnerabilities with bundler-audit'
task :audit do
sh 'bundler-audit check --ignore GHSA-vvfq-8hwr-qm4m' if !RUBY_VERSION.start_with?('3.0')
sh 'bundler-audit check --ignore GHSA-vvfq-8hwr-qm4m --ignore GHSA-wx95-c6cv-8532' if !RUBY_VERSION.start_with?('3.0')
end
end

View File

@@ -44,8 +44,8 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rack-test'
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
s.add_development_dependency 'rubocop', '~> 1.81.1'
s.add_development_dependency 'rubocop', '~> 1.86.0'
s.add_development_dependency 'rubocop-rake', '~> 0.7.1'
s.add_development_dependency 'rubocop-rspec', '~> 3.8.0'
s.add_development_dependency 'solargraph', '~> 0.55.0'
s.add_development_dependency 'rubocop-rspec', '~> 3.9.0'
s.add_development_dependency 'solargraph', '~> 0.58.1'
end