Skip to content

Commit

Permalink
Merge pull request #108 from dclaisse/master
Browse files Browse the repository at this point in the history
templates: fix timeline.json.erb dependency
  • Loading branch information
dclaisse authored Jun 4, 2024
2 parents 2ab89ef + a463558 commit 4a37595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/consul/async/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Consul
module Async
VERSION = '1.36.0'.freeze
VERSION = '1.36.1'.freeze
end
end
1 change: 1 addition & 0 deletions samples/consul-ui/timeline.json.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<%
require 'json'
require 'ostruct'
require 'set'
services_blacklist_raw = (ENV['EXCLUDE_SERVICES'] || 'lbl7.*,netsvc-probe.*,consul-probed.*').split(',')
services_blacklist = services_blacklist_raw.map { |v| Regexp.new(v) } # Compute the health of a Service
Expand Down

0 comments on commit 4a37595

Please sign in to comment.