hephaestus 0.8.16.1 → 0.8.17
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 +4 -4
- data/CHANGELOG.md +6 -0
- data/config/initializers/slack_webhook_logger.rb +2 -0
- data/lib/hephaestus/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c3933e43d607eed501525e333ac301e884b8c448d7554907e98a052bab40b02
|
|
4
|
+
data.tar.gz: 161019282e8a46aef3528f64ae5911ca02a088a2d8ac7671cb57c822e7cbbb7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f93eb058a032dc335f1b131a2399421d29aa18d0625b558f9045267909ac379235e91a4cf1f9dd54ac37aadd3d23a372b7fb3fd7d843c6ab44e2449c569687e8
|
|
7
|
+
data.tar.gz: 86627d4ab213a0d047e986721a77a67c947504a54d02ca8cc9c57f81e22e9980050e5a89f027685fec43b27464e56a7c97c50f57ba0e2ad70eef3f147a43c12b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# [v0.8.17] - 17-02-2025
|
|
2
|
+
## What's Changed
|
|
3
|
+
* Silence errors about being unable to log metrics by @gjtorikian in https://github.com/yettoapp/hephaestus/pull/116
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
**Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.16.1...v0.8.17
|
|
1
7
|
# [v0.8.16.1] - 28-01-2025
|
|
2
8
|
## What's Changed
|
|
3
9
|
* correct API URL in test by @gjtorikian in https://github.com/yettoapp/hephaestus/pull/114
|
|
@@ -20,4 +20,6 @@ SlackWebhookLogger.setup do |config|
|
|
|
20
20
|
|
|
21
21
|
config.ignore_patterns = [/Can't verify CSRF token authenticity/, /is not a valid MIME type/]
|
|
22
22
|
config.ignore_patterns << "Fail claimed jobs" # random Solid Queue warning
|
|
23
|
+
|
|
24
|
+
config.ignore_patterns << /OpenTelemetry error/ # no need for opentelemetry errors
|
|
23
25
|
end
|
data/lib/hephaestus/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hephaestus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Garen Torikian
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bootsnap
|