Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wavefrontHQ/docs into doc…
Browse files Browse the repository at this point in the history
…s-219
  • Loading branch information
shavidissa committed Mar 5, 2024
2 parents 7825213 + 8a3f165 commit 2911fd2
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 47 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem 'jekyll', '~> 4.0', '>= 4.0.1'
gem 'nokogiri', '~> 1.14.3'
gem 'jekyll', '~> 4.3', '>= 4.3.3'
gem 'nokogiri', '~> 1.16.2'
group :jekyll_plugins do
gem 'algoliasearch-jekyll', '~> 0.8.0'
end
Expand Down
93 changes: 50 additions & 43 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
algoliasearch (1.26.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
algoliasearch-jekyll (0.8.2)
Expand All @@ -19,92 +19,99 @@ GEM
thor (>= 0.14.0)
awesome_print (1.9.2)
colorator (1.1.0)
concurrent-ruby (1.1.8)
em-websocket (0.5.2)
concurrent-ruby (1.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.15.0)
ffi (1.15.0-x64-mingw32)
ffi (1.16.3)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
google-protobuf (3.25.3)
http_parser.rb (0.8.0)
httpclient (2.8.3)
i18n (1.8.9)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.2.0)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (~> 3.0)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-sitemap (1.3.1)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-target-blank (2.0.0)
jekyll-target-blank (2.0.2)
jekyll (>= 3.0, < 5.0)
nokogiri (~> 1.10)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.3.1)
kramdown (2.3.1)
json (2.7.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.5.0)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_portile2 (2.8.1)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
mini_portile2 (2.8.5)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
racc (1.6.2)
rake (13.0.1)
rb-fsevent (0.10.4)
public_suffix (5.0.4)
racc (1.7.3)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.0)
rexml (3.2.6)
rouge (4.2.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (0.20.3)
unicode-display_width (1.7.0)
sass-embedded (1.71.1)
google-protobuf (~> 3.25)
rake (>= 13.0.0)
sass-embedded (1.71.1-x64-mingw32)
google-protobuf (~> 3.25)
sass-embedded (1.71.1-x86_64-darwin)
google-protobuf (~> 3.25)
sass-embedded (1.71.1-x86_64-linux-gnu)
google-protobuf (~> 3.25)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.3.1)
unicode-display_width (2.5.0)
verbal_expressions (0.1.5)
webrick (1.8.1)

PLATFORMS
x64-mingw32
x64-unknown
x86_64-darwin-20
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
algoliasearch-jekyll (~> 0.8.0)
jekyll (~> 4.0, >= 4.0.1)
jekyll (~> 4.3, >= 4.3.3)
jekyll-sitemap
jekyll-target-blank
kramdown-parser-gfm
nokogiri (~> 1.14.3)
nokogiri (~> 1.16.2)
webrick (~> 1.7)

BUNDLED WITH
Expand Down
2 changes: 0 additions & 2 deletions pages/doc/wavefront_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,10 @@ In October, 2023, we start to incrementally [**onboard**](csp_migration.html) al
* Restore or permanently delete a deleted derived metric.
* Select one or more derived metrics to add or remove specific tags for them, or to delete them.
## 2024-03.x Release Notes
**Amazon Web Services Integration Improvement**: You can now disable the ingestion of support service limit metrics. See the [Integrations Release Notes](integrations_new_changed.html#january-2024) for details.
## 2024-01.x Release Notes
**Traces Security Policy**: You can block application or service information for specific users so that they don’t see the data on the Application Status page, Traces Browser, Application Map, or Operations Dashboards. To learn more, see:
Expand Down

0 comments on commit 2911fd2

Please sign in to comment.