Changelog cleanup (#16154)

* Changelog cleanup
Split out previous years and try to exclude from search index

* Update test exception
This commit is contained in:
Tony Murray 2024-07-05 09:02:11 -05:00 committed by GitHub
parent f5db13170f
commit 60fa0d8479
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 5703 additions and 5650 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
---
search:
exclude: true
---
###Nov 2013
####Bug fixes

View File

@ -1,3 +1,8 @@
---
search:
exclude: true
---
###Dec 2014
####Bug fixes

View File

@ -1,3 +1,8 @@
---
search:
exclude: true
---
### December 2015
#### Bug fixes

View File

@ -1,3 +1,8 @@
---
search:
exclude: true
---
## v1.22.01
*(2016-11-30)*

View File

@ -1,3 +1,8 @@
---
search:
exclude: true
---
## 1.35
*(2017-12-20)*

View File

@ -1,3 +1,8 @@
---
search:
exclude: true
---
## 1.47
*(2018-12-30)*

View File

@ -1,3 +1,8 @@
---
search:
exclude: true
---
## 1.59
*(2020-01-04)*

View File

@ -1,3 +1,8 @@
---
search:
exclude: true
---
## 1.70.0
*(2020-12-02)*
@ -1794,4 +1799,4 @@ Thanks to maintainers and others that helped with pull requests this month:
* SELinux fix for syslog-ng with LibreNMS on Centos ([#11014](https://github.com/librenms/librenms/pull/11014)) - [dagbdagb](https://github.com/dagbdagb)
#### Translation
* Correct 'shortend' misspelling ([#11000](https://github.com/librenms/librenms/pull/11000)) - [josephtingiris](https://github.com/josephtingiris)
* Correct 'shortend' misspelling ([#11000](https://github.com/librenms/librenms/pull/11000)) - [josephtingiris](https://github.com/josephtingiris)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -38,6 +38,9 @@ class DocsTest extends TestCase
'General/Changelogs/2018.md',
'General/Changelogs/2019.md',
'General/Changelogs/2020.md',
'General/Changelogs/2021.md',
'General/Changelogs/2022.md',
'General/Changelogs/2023.md',
];
/**