hephaestus 0.8.15.1 → 0.8.15.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66776a01bac23f71c5c9f71a7e4402537d6fd0ce5bb610cfccdef823e5440d6f
4
- data.tar.gz: 0604c98bfb0f1ab6cdd4ec752c5d882c5112533cb848db0c782f54e08c36ec64
3
+ metadata.gz: 32294228f290d87a19a684f3fc2530fe412d34535b8e6e4718ffa60a8c615392
4
+ data.tar.gz: d20ef245b643dbf82df6cd29f32a27ba97ed87fcf39be7e9919f2fed29a60cd3
5
5
  SHA512:
6
- metadata.gz: dde18716b4669fd1b6d361aca85d7f26784e9321df6b2c8215103b014b6fd94aff01b70fa564ce356b9119e1495abeefe585e86cab6899b26195ba935a1e3183
7
- data.tar.gz: 57ff4c8ca8ac52aafe85421dbc5fac30e26b43d2ce5f5ed4fce9f4396d48bbb945c4802ccdfc5fd50d6915ed10d204d37d0893a3542a9107abfec810d54f6082
6
+ metadata.gz: bb78fbf480da7df605cb7e2ba071a537ee242b82a9a3e6ad82bd42bd2515fe496000fa6a8c347ac2413c3761e84d9701cdb452e9f35d6a0cc765fa3d26aaeed5
7
+ data.tar.gz: 470a53668f0a208b27b75a44aea4c7c42bbe792dfe8bd3410b363797d68b596c7b2d87069cfb4c9ed631d260afacc38ab10435a5cd7cb9c93a07325fe118a9ed
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # [v0.8.15.3] - 16-01-2025
2
+ **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.15.2...v0.8.15.3
3
+ # [v0.8.15.2] - 16-01-2025
4
+ **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.15.1...v0.8.15.2
1
5
  # [v0.8.15.1] - 16-01-2025
2
6
  ## What's Changed
3
7
  * Bugfixes by @gjtorikian in https://github.com/yettoapp/hephaestus/pull/107
@@ -78,6 +78,8 @@ module Hephaestus
78
78
  end
79
79
 
80
80
  def within_op_rate_limit?
81
+ return true if ENV.fetch("DOCKER", "0") == "1"
82
+
81
83
  results = %x(#{include_sudo?}op service-account ratelimit --format=json).chomp.tap do |_result|
82
84
  unless $CHILD_STATUS.success?
83
85
  Rails.logger.error("Failed to retrieve rate limits")
@@ -2,7 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Hephaestus
5
- VERSION = "0.8.15.1"
5
+ VERSION = "0.8.15.3"
6
6
  RAILS_VERSION = ">= 8.0"
7
7
  RUBY_VERSION = File
8
8
  .read("#{File.dirname(__FILE__)}/../../.ruby-version")
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.15.1
4
+ version: 0.8.15.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian