Skip to content

Releases: kosli-dev/cli

v2.10.14

04 Sep 12:11
e40114e
Compare
Choose a tag to compare

Changelog

  • e40114e update how login to ghcr is done (#308)
  • 560c23d handle ecs images that don't get image name from aws (#307)
  • 5a96a56 Update sonar attestation (#302)
  • ad4500e Never alone: removed debug info (#306)
  • d9a332d Never alone: Do gh commit before gh pr (#305)
  • 4d6ccf3 Never lone: Added debug info (#304)
  • befb6a5 Never alone: Gather commit and pr data to cli flow and attest it (#303)
  • ce60b6f Fixed azure test (#301)
  • 3ca00bc Disable never alone since it is rate limited (#300)
  • b41e756 Fixed tests (#299)
  • 84a65f2 Merge pull request #297 from kosli-dev/add-minimal-docs-for-auto-creating-flow-and-trail
  • 358e6cb Update helm docs (#294)
  • e222ff4 Remove default text from trailDescription flag
  • 59f3286 Merge pull request #296 from kosli-dev/fix-minor-error-in-docs-examples
  • abcff6b Fixed lint warnings (#298)
  • efdbc70 Fix lint warnings
  • 791c472 Fix lint warnings
  • 749a534 Update trailDescription flag text for begin-trail command to say what it defaults to
  • 49d0494 Add text on being able to update templates at any time
  • 796c60c Fix docs typo
  • 623d89f Add minimal doc text for auto-creating flow and trail in any attest command
  • d4e2463 Update master file for docs-test after udpate to kosli-attest-snyk docs
  • bd6b8b9 Update fmt.Errorf calls to try and fix newly appearing lint errors
  • c0e340f Update fmt.Errorf calls to try and fix newly appearing lint errors
  • 67d6a52 Fix minor error in some docs examples
  • 4dc142a Helm Chart: fix http proxy flag and value plugged into one container argument (#293)
  • d77f0dc Never alone: Better error handling (#292)

v2.10.13

09 Aug 10:16
b4399b8
Compare
Choose a tag to compare

Changelog

  • b4399b8 Get trail compliance from correct flow (#291)
  • b3c6cf0 Fetch repo with full depth (#290)
  • c19bfe3 never alone 6 (#289)
  • af9c04e Fixed problem with single never alone (#288)
  • 0b18b1c Fix single attestation reporting (#287)
  • eede1c1 Fixed extra white space (#286)
  • 241cbbc Fixed reporting to wrong code-review trail. Do not use the old never-alone (#285)
  • 21a5706 Look at all approvals and find at least one where the approver is not the commiter (#284)
  • eef0a87 Never alone: Added kosli org (#283)
  • 2e18eb1 Report commits and pull-reqeust in seperate flow. Link the flow in the cli/cli-release flow (#282)
  • 1e2efd9 Fix erroneous attest error (#280)
  • e7d60ab Fixed missing 'logical' in list of environment types (#277)

v2.10.12

07 Aug 09:45
1baee4f
Compare
Choose a tag to compare

Changelog

  • 1baee4f Added support for creating Logical Environments (#276)
  • 7982cb2 Added never-alone to main and release template (#275)
  • 1dd6830 Never alone: fixed copy paste error in script (#274)
  • e7f2270 Never alone: Do not auto approve a PR with empty file list (#273)
  • 1914efe Merge pull request #268 from kosli-dev/detect-unused-image-name-error
  • 4a30391 Merge pull request #270 from kosli-dev/minor-concepts-page-tidying
  • 2fa9a7e Merge pull request #271 from kosli-dev/in-tutorial-add-link-to-playground
  • 791eb69 Never alone, small update to include reason if committer and approver is the same person" (#272)
  • c6b3739 In get-familiar-tutorial add link to Playground readme
  • bb9e326 Remove duplicate code in cmd/kosli/cli_utils.go
  • febc8b0 Fix syntax error
  • 1da4919 Use CustomMaximumNArgs for all attest commands
  • 935be97 Minor concepts page tidying
  • 1459ca4 Use attest command in boolean args FAQ (#265)
  • 44bcdd5 Never alone: removed trailing white space after backslash (#269)
  • a16758d Never alone: removed wrong argument to kosli attest commands (#267)
  • 42cc515 For attest-generic add custom error checking for extra arguments
  • 5c2b4b6 Merge pull request #266 from kosli-dev/never-alone
  • 056b4db Enabled never alone only for master and release
  • 832163b Handle commits on a branch
  • 0719ed6 Update tests
  • 72c75ff Use gh instead of git to get list of commits
  • 65935a6 Fix [--compliant false] silently turning into [--compliant=true]
  • 46f1fde Use gh command and not git to get commit of latest release tag
  • da40c41 Added never-alone scripts and reporting of it to kosli
  • 2245d64 Added script to get git commit for latest release of CLI SW (#263)
  • d117f0d Update helm docs (#262)
  • 01bcde9 [helm chart] add http proxy option (#261)
  • 975f8a0 Sonar webhook docs (#260)

v2.10.11

19 Jul 08:56
0315142
Compare
Choose a tag to compare

Changelog

  • 0315142 bump k8s deps and add a snyk exception (#259)
  • 2314dcd default commit url when git providers are self-hosted and have custom domains (#257)
  • 61a9321 add jenkins support (#256)
  • b426c81 Remove leading dollar from all bash fragments (#255)

v2.10.10

03 Jul 07:45
6032d13
Compare
Choose a tag to compare

Changelog

  • 6032d13 fix tests (#254)
  • f5cfb5f update fingerprint docs (#253)
  • 6c2cd53 add a debug log of errors in the status command (#252)
  • 3785f1e Fixed the max-api-retries flag which did not work (#251)
  • 55309cc Updated clean_database used in integration tests to use the new way to get externals (#250)
  • 5c694e4 Updated docker compose to v2 (#249)

v2.10.9

28 Jun 09:00
033aeca
Compare
Choose a tag to compare

Changelog

v2.10.8

17 Jun 11:49
b87464f
Compare
Choose a tag to compare

Changelog

  • b87464f Fix issue with new branch-name and pull-request-id flags (#246)
  • 8cd962a Merge pull request #245 from kosli-dev/sonarcloud-attestation
  • 63036ef Add branch and pull-request flags to attest sonar command
  • 4faabcf Upgrade azidentity dependency to fix vulnerabiltiy
  • d6e7122 Update error message for when we don't receive data from Sonarcloud
  • 2b82ff2 Add debug statement when setting API token from config file (#244)
  • 14f4341 Tidying up code
  • c78b7fb Merge pull request #242 from kosli-dev/tidy-live-docs-formatting
  • 690be1c Tidy the layout of documentation live-examples
  • 9a9440e Write (and fix) tests for Sonarcloud/qube attestation
  • 0b5dc09 Set up attestation for SonarCloud
  • 2abb836 Set up SonarCloud config, results structs and http request

v2.10.7

07 Jun 11:59
f242125
Compare
Choose a tag to compare

Changelog

v2.10.6

03 Jun 10:08
0124206
Compare
Choose a tag to compare

Changelog

v2.10.5

22 May 09:58
567ebd4
Compare
Choose a tag to compare

Changelog

  • 567ebd4 CI: pass flow name to kosli attestation commands (#237)
  • 4aa4cd6 allow redacting some commit info (#236)
  • 1ee4751 fix description value in create flow (#235)
  • e6c251c CI: split main and release kosli flows (#234)
  • 4601776 Trails read cmds (#233)
  • e8b97a9 improve docs/help and error messages (#230)
  • bc28bd6 Update golint action version (#229)
  • 6a6f254 Add trail flag to get artifact command (#225)
  • e1fc905 Better error for auto-approve job (#226)
  • 3cb51bd shared azure service principal (#224)
  • 2319b2c Merge pull request #201 from kosli-dev/add-live-docs-for-queries
  • f6cb1f0 Merge branch 'main' into add-live-docs-for-queries
  • cbf6791 Provide live-doc for queries with simple href; drop htmx
  • 9d190f6 Add shortcode for raw-html and htmx js library [ci skip]
  • 4d6ab5c Start adding htmx code for queries [ci skip]
  • a5d6c7d Add missing entries to liveCliMap
  • 6b2fb2d Fix entry in liveCliMap
  • 1f35e58 Start adding live-docs for queries