Skip to content

Releases: rogerscuall/crispy-enigma

v1.11.5

17 Sep 14:25
Compare
Choose a tag to compare

Changelog

  • b01c85a Merge pull request #11 from rogerscuall/bug/cvpCompareSingleConfiglet
  • d17006f Merge pull request #9 from rogerscuall/feature/modelInterfaceEthernet
  • 7800a78 Refactor logging messages in cvpConfig.go
  • e1c70d7 Update version to 1.11.4
  • 06abc96 Update version to 1.11.5
  • 0dac026 better output logs.
  • 5601146 refactor: Add EthernetInterface struct and update Config struct

v1.11.4

16 Sep 17:38
Compare
Choose a tag to compare

Changelog

  • a07bc06 Refactor Makefile to add new target for running cvpConfig command with additional flag
  • 20207da Refactor debug flag in cvpConfig command
  • a465c50 log changes.
  • 9fd37e1 update to include logic to check only for the AVD configlet.

v1.11.3

13 Sep 14:17
Compare
Choose a tag to compare

Changelog

  • 4083d84 feat: Add log messages for pending tasks in cvpPendingTask command
  • a3e0300 version update.

v1.11.2

12 Sep 20:43
Compare
Choose a tag to compare

Changelog

  • 45d3f0d Add environment variable support and FQDN suffix
  • 9920e1e Merge pull request #8 from rogerscuall/withFQDN
  • 404d45b Update version to 1.11.2
  • 256a0d8 adding a command that allows to identify if the current device has any task that is pending.
  • 01eb097 feat: Add cvpPendingTask command to check for pending tasks on devices

v1.11.1

22 Aug 20:22
Compare
Choose a tag to compare

Changelog

  • 056d748 Update of the actInventory to use an act topology as input.

v1.11.0

22 Aug 20:00
Compare
Choose a tag to compare

Changelog

  • 3eccbd9 using a regular avd inventory and creating and updated version that has the correct format to be used as act inventory.
  • 467ee6b version update.

v1.10.3

22 Aug 17:05
Compare
Choose a tag to compare

Changelog

  • ad156e6 Adding the marshal with name for nodes.
  • 99919a1 new versions.

v1.10.2

22 Aug 15:51
Compare
Choose a tag to compare

Changelog

  • a502b89 The CVP node has a different configuration, this update allow the new configuration.
  • 333b0bc adding the cvp node.
  • e3ef032 version update.

v1.10.1

21 Aug 21:26
Compare
Choose a tag to compare

Changelog

  • 8e67399 Adding a comment
  • 2a45cfb bug: fixing the issue that was returning all the network interfaces when only those InNetwork (interfaces that connect other devices in the same network) was needed.

v1.10.0

21 Aug 19:58
Compare
Choose a tag to compare

Changelog

  • 45d3f0d Add environment variable support and FQDN suffix
  • 9920e1e Merge pull request #8 from rogerscuall/withFQDN
  • f999cc0 act topology update.
  • 3b2fa3a chore: Update .gitignore to ignore intended and topology files
  • 6a0d1d0 chore: Update go.mod to use Go 1.22 and update dependencies
  • a5143bf cleanup
  • 72379ab create a network struct that represent the entire network.
  • 540e4c9 idem.
  • 7020023 refactor: Add Connections struct and GetEthernetConnectionsToDevice method
  • 5601146 refactor: Add EthernetInterface struct and update Config struct
  • 309d1ac refactor: Remove unused code for adding links to nodes
  • fb29305 starting the work in act auto topology.
  • 25b7f0b update to use a network as argument.
  • 49e456f using network as input.
  • 5251ef9 version update.