Skip to content

Releases: tas50/cinc-api

v0.11.0

Choose a tag to compare

@tas50 tas50 released this 27 Jun 19:59
1692596

What's Changed

  • feat: add chefignore matcher and ACL ACE-merge helpers by @tas50 in #35

Full Changelog: v0.10.0...v0.11.0

v0.10.0

Choose a tag to compare

@tas50 tas50 released this 27 Jun 17:42
8f0dd21

What's Changed

  • chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group by @dependabot[bot] in #33
  • feat: add Chef-compatible encrypted data bag codec by @tas50 in #34

Full Changelog: v0.9.0...v0.10.0

v0.9.0

Choose a tag to compare

@tas50 tas50 released this 22 Jun 15:51
a9f0403

What's Changed

  • feat: add CookbookLock.Origin and PinnedVersion helpers by @tas50 in #32

Full Changelog: v0.8.0...v0.9.0

v0.8.0

Choose a tag to compare

@tas50 tas50 released this 22 Jun 15:24
ec526d6

What's Changed

  • feat: list versions of a single cookbook and cookbook artifact by @tas50 in #31

Full Changelog: v0.7.1...v0.8.0

v0.7.1

Choose a tag to compare

@tas50 tas50 released this 22 Jun 15:14
f680867

What's Changed

  • fix: stop retrying 4xx GETs and correct node attribute precedence by @tas50 in #30

Full Changelog: v0.7.0...v0.7.1

v0.7.0

Choose a tag to compare

@tas50 tas50 released this 16 Jun 23:27
67536ef

What's Changed

  • feat: close Chef Server API coverage gaps by @tas50 in #29

Full Changelog: v0.6.0...v0.7.0

v0.6.0

Choose a tag to compare

@tas50 tas50 released this 16 Jun 19:18
d5ba2b6

What's Changed

  • feat: parse cookbook version metadata on Get by @tas50 in #28

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@tas50 tas50 released this 14 Jun 18:29
c0a1123

What's Changed

  • feat: add Policyfile lock parsing and Policies.PushRevision by @tas50 in #27

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@tas50 tas50 released this 14 Jun 17:39
cfb4a0f

What's Changed

  • chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group by @dependabot[bot] in #25
  • feat: add CLI-domain helpers (server-URL parse, keygen, node accessors, client reregister) by @tas50 in #26

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@tas50 tas50 released this 01 Jun 06:11
998f819

What's Changed

  • fix: preserve transport tuning on the skipTLSVerify path by @tas50 in #19
  • perf: hash the request body once per signed request by @tas50 in #20
  • perf: cache base URL string and preallocate SearchAll results by @tas50 in #21
  • perf: download and upload cookbook files in parallel by @tas50 in #22
  • test(ci): integration-test the client against in-memory cinc-zero by @tas50 in #23
  • feat: round-trip cookbooks (export LocalCookbookFromDir, read all_files) + integration tests by @tas50 in #24

Full Changelog: v0.2.1...v0.3.0