Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added router registration log file #23

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.2] - 2023-11-02
### Changed

- Added router registration log to gathered files.

## [1.3.1] - 2023-11-01
### Changed

Expand Down
Binary file modified dist/support_bundle
Binary file not shown.
5 changes: 3 additions & 2 deletions support_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@ def get_ziti_info(tmp_dir):
'/opt/netfoundry/ziti/ziti-controller/conf/controller01.config.yml',
'/etc/systemd/system/ziti-controller.service',
'/usr/lib/systemd/resolved.conf.d/01-netfoundry.conf',
'/etc/salt/minion.d/nf-minion.conf'
'/etc/salt/minion.d/nf-minion.conf',
'/home/ziggy/router_registration.log'
]
for ziti_file in other_ziti_files:
try:
Expand Down Expand Up @@ -716,7 +717,7 @@ def main():
# main
if __name__ == '__main__':
try:
__version__ = '1.3.1'
__version__ = '1.3.2'
# change log
# https://github.com/netfoundry/edge-router-support-bundle/blob/main/CHANGELOG.md

Expand Down