Skip to content

Releases: scottdware/panco

June 2023 Release

08 Jun 14:31
Compare
Choose a tag to compare
  • Renamed the panco policy modify command to panco policy edit
  • Added the ability to create a custom URL category to the objects command. You can also add/remove URLs from a custom category.
  • Updated the output on the console when API timeouts happen - less noise, more streamlined.
  • Added the ability to import/export/edit a Decryption policy.
  • Other minor improvements and fixes.

December 2022 Release

20 Dec 17:13
Compare
Choose a tag to compare
  • Added new command modify to the policy option. This allows you to modify a policy, similar to using the import command on a rule base, however, this uses the Palo Alto API edit function vs set.

PLEASE read the documentation on how this differs from the set API action - https://panco.dev/policy_modify.html

November 2022 Release

05 Nov 18:28
Compare
Choose a tag to compare
  • Added command which generates CSV templates for object and policy importing.
  • Formatting fixes

September 2022 Release

14 Sep 17:34
Compare
Choose a tag to compare

Minor fixes and improvements

February 2022 Release

02 Feb 18:04
Compare
Choose a tag to compare

This release contains the following changes:

  • Option to add/remove URL entries for a custom URL category object.
  • Added a slight delay in processing for all of the bulk options (import/export).

October 2021 Release

28 Oct 15:54
Compare
Choose a tag to compare

This release contains the following changes:

  • Added an option to specify certain rules only when exporting a policy, instead of all of them.
  • Changed the default rulebase location for exporting/importing a policy from post to pre.

July 2021 Release

22 Aug 16:32
Compare
Choose a tag to compare

This release introduces a new command:

panco objects cli - which takes the same CSV file you use for importing/creating objects, and allows you to convert it to commands you can use to paste into the CLI.

  • Fixed an issue where the location flag wasn't being displayed on the help command under panco policy export
  • For policy importing/exporting, the location flag is now required.
  • Passwords are now prompted for and input is hidden, thus more secure.

Visit https://panco.dev for complete documentation!

June Release

01 Jun 12:03
Compare
Choose a tag to compare

This release was a few months in the making - lots of nice changes:

panco has a new documentation site - visit https://panco.dev!

  • Command structure has changed. Instead of certain flag options, they are now subcommands. For example:
OLD: panco objects --action import

NEW: panco objects import <flags>

Please use the --help flag on any command to see the format. Also visit https://panco.dev for the full detailed changes.

  • You can now import/export three types of policies: Security, NAT and Policy-Based Forwarding
  • You can now remove service objects from a service group
  • Find duplicate address and service objects and generate an Excel file with the results
  • New command - userid which allows you to perform user-ID based functions:
    • Sub command login allows you to login/logout users and manually map them to an IP address
    • Sub command tag allows you to dynamically tag an IP address for use in a dynamic address group
  • New policy command hitcount which allows you to export the hit count data on Security, NAT or Policy-Based Forwarding rules

Download panco for your OS below!

March Release

23 Mar 22:13
Compare
Choose a tag to compare

This release has a few minor changes:

  • Ability to group rules (Security and NAT) by tags using the --action groupbytag flag in the policy command.
  • Tags are now exported when choosing to export objects. You can also import/create tags as well.

February Update #1

17 Feb 19:05
Compare
Choose a tag to compare

In this release, the following changes have been made:

  • You can now import and export NAT rules, by specifying the --xlate or -x flag with the policy command.
  • The provision command has been renamed to config. All the same functionality remains, and now you can also export a configuration from a device using the source type of export (e.g.: --source export).