Merge branch 'master' into gettingstartedtelegraf

pull/3537/head
noramullen1 2022-01-06 16:32:46 -08:00 committed by GitHub
commit 32d7086c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 120 additions and 17 deletions

View File

@ -6,19 +6,23 @@
width: 74vw;
max-width: 800px;
background: $sidebar-search-bg;
background-color: $sidebar-search-bg;
border: none;
box-shadow: 2px 2px 10px $sidebar-search-shadow;
transition: background-color 0.2s;
[class^=ds-dataset-] {
background-color: $sidebar-search-bg;
border: none;
box-shadow: 2px 2px 10px $sidebar-search-shadow;
transition: background-color .2s;
background: $sidebar-search-bg;
background-color: $sidebar-search-bg;
}
&:before {
display: none;
}
.ds-suggestions {
padding: 2rem;
padding: .5rem 2rem 2rem;
}
}
@ -104,7 +108,11 @@
}
}
// Search result version tags
.algolia-docsearch-suggestion--content.algolia-docsearch-suggestion--no-results {
text-align: center;
}
////////////////////////// Search result version tags //////////////////////////
.algolia-autocomplete .algolia-docsearch-suggestion .search-product-version {
font-size: .8em;
font-weight: $medium;
@ -116,6 +124,70 @@
display: none;
}
///////// CUSTOM ELEMENTS ADDED IN layouts/partials/footer/search.html /////////
.search-all-content {
padding: 0.5rem 0.75rem;
font-size: 0.8rem;
text-align: right;
a {
color: $article-text;
opacity: .6;
text-decoration: none;
transition: opacity .2s;
&:hover{
opacity: 1;
}
}
}
.search-no-results {
padding: 2rem;
text-align: center;
font-size: 1.1rem;
color: rgba($article-text, .75);
font-style: italic;
a {
position: relative;
display: inline-block;
margin: .5rem .25rem .5rem 0;
padding: 0.85rem 1.5rem;
color: $article-btn-text !important;
border-radius: $radius;
font-size: 1.1rem;
font-weight: $medium;
font-style: normal;
text-decoration: none;
z-index: 1;
@include gradient($article-btn-gradient);
&:after {
content: "";
position: absolute;
display: block;
top: 0;
right: 0;
width: 100%;
height: 100%;
border-radius: $radius;
@include gradient($article-btn-gradient-hover);
opacity: 0;
transition: opacity .2s;
z-index: -1;
}
&:hover {
cursor: pointer;
&:after {
opacity: 1;
}
}
}
}
////////////////////////////////////////////////////////////////////////////////
///////////////////////////////// MEDIA QUERIES ////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

View File

@ -34,11 +34,16 @@ $vertical-offset: -14px;
}
}
.sidebar-toggle {
padding: 0.4rem 0.6rem;
width: 35px;
& > a {
font-size: 1rem;
}
}
.content-wrapper .sidebar-toggle {
display: none;
padding: .4rem .6rem;
width: 35px;
left: 0;
background-color: $body-bg;
border-radius: 0 $radius $radius 0;
@ -51,14 +56,9 @@ $vertical-offset: -14px;
}
&:before { transform: rotateY(180deg); }
&:after { transform: rotate(180deg); }
& > a {
font-size: 1rem;
}
}
.sidebar .sidebar-toggle {
padding: .4rem .6rem;
width: 30px;
right: 0;
background-color: $article-bg;
border-radius: $radius 0 0 $radius;
@ -69,9 +69,6 @@ $vertical-offset: -14px;
</svg>");
right: 0;
}
& > a {
font-size: 1rem;
}
}
////////////////////////////////////////////////////////////////////////////////

View File

@ -10,6 +10,34 @@ menu:
weight: 10
parent: About the project
---
## v1.21.2 [2022-1-5]
- Add arm64 MacOS builds for M1 devices.
- Add RISC-V64 Linux builds.
- Complete numerous changes to CircleCI config to ensure more timely completion and more clear execution flow.
- Update `github.com/djherbis/times` module from v1.2.0 to v1.5.0.
- Update `github.com/go-ldap/ldap/v3` module from v3.1.0 to v3.4.1.
- Update `github.com/gwos/tcg/sdk` module to v0.0.0-20211223101342-35fbd1ae683c.
### Input plugin updates
- Disk (`disk`): Fix issue of missing disks when running Telegraf in a container.
- DPDK (`dpdk`): Add a note to documentation about socket availability.
- Logparser (`logparser`): Resolve panic in the logparser plugins due to a missing `Log`.
- SNMP (`snmp`):
- Resolve panic due to a missing `gosmi` module.
- Resolve panic to check the index before assignment where a floating `::` exists.
- Resolve a panic when no MIBs folder was found.
- Ensure the module load order to avoid an SNMP marshal error.
- Now more accurately grabs MIB table columns.
- Networking no longer required during tests.
- SNMP Trap (`snmp_trap`): Documented deprecation of the `timeout` setting.
### Parser plugin updates
- CSV (`csv`): Use an empty import of `tzdata` to correctly set the time zone.
## v1.21.1 [2021-12-16]
## Bug fixes

View File

@ -35,7 +35,7 @@ telegraf:
versions: [v1.9, v1.10, v1.11, v1.12, v1.13, v1.14, v1.15, v1.16, v1.17, v1.18, v1.19, v1.20, v1.21]
latest: v1.21
latest_patches:
"1.21": 1
"1.21": 2
"1.20": 4
"1.19": 3
"1.18": 3

View File

@ -2620,7 +2620,7 @@ processor:
- name: Execd
id: execd
description: |
The `execd` processor plugin aruns an external program as a separate process. It pipes metrics into the process's STDIN and reads processed metrics from its STDOUT.
The `execd` processor plugin executes an external program as a separate process. It pipes metrics into the process's STDIN and reads processed metrics from its STDOUT.
introduced: 1.15.0
tags: [linux, macos, windows]

View File

@ -65,5 +65,11 @@ docsearch({
{{ end }}
]
},
autocompleteOptions: {
templates: {
header: '<div class="search-all-content"><a href="https:\/\/support.influxdata.com" target="_blank">Search all InfluxData content <span class="icon-arrow-up-right"></span></a>',
empty: '<div class="search-no-results"><p>Not finding what you\'re looking for?</p> <a href="https:\/\/support.influxdata.com" target="_blank">Search all InfluxData content <span class="icon-arrow-up-right"></span></a></div>'
}
}
});
</script>