Skip to content

Commit

Permalink
add missing file to gather list
Browse files Browse the repository at this point in the history
  • Loading branch information
emoscardini committed Nov 13, 2023
1 parent 8d76158 commit c5ce972
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
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.4] - 2023-11-13
### Changed

- Added /usr/lib/systemd/resolved.conf.d/01-ziti.conf to list of gathered files.

## [1.3.3] - 2023-11-08
### Changed

Expand Down
Binary file modified dist/support_bundle
Binary file not shown.
3 changes: 2 additions & 1 deletion support_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ 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',
'/usr/lib/systemd/resolved.conf.d/01-ziti.conf',
'/etc/salt/minion.d/nf-minion.conf',
'/home/ziggy/router_registration.log'
]
Expand Down Expand Up @@ -717,7 +718,7 @@ def main():
# main
if __name__ == '__main__':
try:
__version__ = '1.3.3'
__version__ = '1.3.4'
# change log
# https://github.com/netfoundry/edge-router-support-bundle/blob/main/CHANGELOG.md

Expand Down

0 comments on commit c5ce972

Please sign in to comment.