hephaestus 0.8.21 → 0.8.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff85095b28dd317366e31d4a27335a18a69dd8d56f50d8b0528024ab1967f948
4
- data.tar.gz: 38e0995783957661d1475f99c9ba22a9fdc1d512ca32917e3cfd48b912e1fc84
3
+ metadata.gz: bc3242552a959e97e1a48a750f3badbbb4fbf811c9c5c8aba11216c6946670bb
4
+ data.tar.gz: 2a826bc6b2780ef913b8787e6a17888a140f0b5db2ebfbd254625cadac8ec7c5
5
5
  SHA512:
6
- metadata.gz: 68ae814bf3df3e3e94a6238c55885e9a98a8a45e82925fdeb73cdb2f277028f4cb8e00b8edfde953f8616a1dec7afa1f0ce4ebf6d9358a799d3723031779fd8d
7
- data.tar.gz: 3d526424e3c31748a9ffa26634cdf06b758fe16cb04b6649c35657ee2bf955e76965e39b8944e6b9fc2bac2dd783ea836b9fcc17cb6ba9bbf798ce4bc0a411d1
6
+ metadata.gz: 5d9a866a19947fc6bb91533bc9eb644aa2e564d446b4006db883c4388a388b0cfd5d1df5c0146e0f63cd154bbaaeef148ddca32fcf21afe8682934c631429f17
7
+ data.tar.gz: 8f1a306e8c9f7c32dc6fdc07ebda0f782655d3439872688a23d746a490112996b224d9aec650089c69becdeb68ae8c227d689de84b30c8e4ba525e56bf92cb93
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # [v0.8.22] - 02-07-2025
2
+ ## What's Changed
3
+ * change plugs to use solstice dependabot updates by @gjtorikian in https://github.com/yettoapp/hephaestus/pull/130
4
+
5
+
6
+ **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.21...v0.8.22
1
7
  # [v0.8.21] - 02-07-2025
2
8
  ## What's Changed
3
9
  * Dashes instead of dots in hostnames by @balevine in https://github.com/yettoapp/hephaestus/pull/128
@@ -2,7 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Hephaestus
5
- VERSION = "0.8.21"
5
+ VERSION = "0.8.22"
6
6
  RAILS_VERSION = ">= 8.0"
7
7
  RUBY_VERSION = File
8
8
  .read("#{File.dirname(__FILE__)}/../../.ruby-version")
@@ -16,9 +16,8 @@ updates:
16
16
  - package-ecosystem: bundler
17
17
  directory: "/"
18
18
  schedule:
19
- interval: monthly
20
- day: monday
21
- time: "09:00"
19
+ interval: cron
20
+ cronjob: "0 0 21 3,6,9,12 *"
22
21
  timezone: "Etc/UTC"
23
22
  open-pull-requests-limit: 10
24
23
  groups:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hephaestus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.21
4
+ version: 0.8.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian