Skip to content

Releases: cisco-open/fsoc

v0.64.0

16 Mar 05:49
f9362da
Compare
Choose a tag to compare

What's Changed

Improvements in melt send

  • Included description and unit fields into outgoing metric packet by @harshitrjpt in #306
  • Added support for string values for the metric aggregation temporality by @pnickolov in #311

Fixes

Maintenance

New Contributors

Full Changelog: v0.63.0...v0.64.0

v0.63.1-pre1

16 Mar 05:24
f9362da
Compare
Choose a tag to compare

Pre-release to verify CI tooling version compatibility after upgrade.

What's Changed

New Contributors

Full Changelog: v0.63.0...v0.63.1-pre1

v0.63.0

02 Mar 00:20
14f02b9
Compare
Choose a tag to compare

What's Changed

New Features

  • Added a new config create command to create new config profiles and verify them by @pnickolov in #295
  • Added a new flag, --login, on the config set command so that the changes can be verified right away by @pnickolov in #295

Fixes

Maintenance

  • Convert doc links in generated documentation to markdown format and relative to the platform documentation root by @pnickolov in #300
  • Applied security best practices recommended by step-security / openssf by @pnickolov in #290
  • Bump the github group with 3 updates by @dependabot in #292
  • Bump codecov/codecov-action from 3.1.6 to 4.0.1 by @dependabot in #287
  • Bump codecov/codecov-action from 4.0.1 to 4.1.0 by @dependabot in #298
  • Bump the github group with 1 update by @dependabot in #296
  • Bump the github group with 2 updates by @dependabot in #299

Full Changelog: v0.62.1...v0.63.0

v0.63.0-pre1

22 Feb 21:02
c40a8a2
Compare
Choose a tag to compare

This is a pre-release created to verify the latest updates of github workflow changes. No code or behavior changes in fsoc itself.

What's Changed

  • Applied security best practices recommended by step-security / openssf by @pnickolov in #290
  • Bumped the github group with 3 updates by @dependabot in #292
  • Bumped codecov/codecov-action from 3.1.6 to 4.0.1 by @dependabot in #287

Full Changelog: v0.62.1...v0.63.0-pre1

v0.62.1

17 Feb 19:08
d5f1a86
Compare
Choose a tag to compare

What's Changed

  • Fixed bug with the --wait flag in fsoc solution zap (ORION-2893) by @bemidji3 in #282
  • Added build, CodeQL and OpenSSF Scorecard badge to readme by @pnickolov in #283

Full Changelog: v0.62.0...v0.62.1

v0.62.0

15 Feb 04:01
c9eed7b
Compare
Choose a tag to compare

What's Changed

New features

  • Added a solution zap command, which is a precursor to having a solution deletion. The zap command removes all solution's objects, releasing any resources that may have been in use. It is intended to release resources for development/test-only solutions. This operation is not reversible (without re-pushing a new version of the solution) and all the solution-specific data in the knowledge store and MELT store will be lost without the ability to be recovered. Only solution owners can issue the command on a given solution. Use with care. By @bemidji3 in #275
  • Added a warning in case an incorrect solution type is specified on solution init by @pnickolov in #281

Bugfixes

  • Fixed optimize display of blockers to correctly recognize the "smart agent not detected" blocker not detected; added support for "burstable nodes" blocker by @linkous8 in #277
  • Removed support for the internal use --include-tags flag for knowledge store commands by @bemidji3 in #275
  • Fixed the examples text for the root command by @pnickolov in #274
  • Fixed the time order for generated melt metric datapoints by @pnickolov in #280

Maintenance

  • Added a Scorecard workflow to github actions by @lelia in #276
  • Bump the go-dependencies group with 2 updates by @dependabot in #278
  • Updated packages to latest minor versions by @pnickolov in #279
  • Refactored the manifest creation function for extensibility by @pnickolov in #281

Full Changelog: v0.61.0...v0.62.0

v0.61.0

01 Feb 07:41
ba840f9
Compare
Choose a tag to compare

What's Changed

  • Upgraded solution manifest to v1.1 in solution init and added --solution-type flag by @bemidji3 in #272
  • Added --include-tags flag to knowledge store commands by @bemidji3 in #273
  • Added --fields flag flag to knowledge get command by @bemidji3 in #272

Full Changelog: v0.59.0...v0.61.0

v0.59.0

31 Jan 18:19
d3fd46c
Compare
Choose a tag to compare

What's Changed

Added support for solution isolation and new solution manifest version (1.1)

  • Added support for native solution-isolation; by @bemidji3 in #269
  • Added solutionType to solution manifest to support manifest version 1.1 by @pnickolov in #271 (fixes #270)
  • Bump uuid and iso 8601 packages to their latest minor versions by @dependabot in #268

Full Changelog: v0.58.1...v0.59.0

v0.58.1

24 Jan 01:44
7e9565a
Compare
Choose a tag to compare

What's Changed

  • Fixed URL encoding for knowledge store (composite) object IDs (ORION-2722) by @nhanda03 in #267

  • Fixed validation of fmm:event objects when adding events to solutions with the solution extend command by @pavelbucek in #266

Full Changelog: v0.58.0...v0.58.1

v0.58.0

23 Jan 02:38
1a9d217
Compare
Choose a tag to compare

What's Changed

  • Removed whitelisted file extensions to support blob properties (ORION-2683) by @nhanda03 in #265
  • Used a better example of the knowledge get command with a composite ID by @pnickolov in #263
  • Bump the go-dependencies group with 1 update by @dependabot in #264
  • Update all modules to their latest minor versions by @pnickolov in #262

Full Changelog: v0.57.2...v0.58.0