Skip to content

Releases: CHESSComputing/gotools

v0.3.9

Choose a tag to compare

@github-actions github-actions released this 30 Jun 17:13
c3340f0

Release: v0.3.9

  • c3340f0 golib update: CI and error messages
  • 626ce23 add new tmpl command
  • 66a9874 add new module for managing tmpl records
  • db7a280 update dependencies
  • 72a2dab update dependencies
  • df78350 update dependencies
  • 2adc979 Remove obsolete code; switch to schema.ValidateAll function for validation purposes
  • 18b6436 Merge pull request #4 from keara-soloway/main
  • 202627f feat: support injection of SpecScans records
  • 9e12868 update dependencies
  • 4373f34 update dependencies
  • ac5fbd0 Add validate command
  • fc54e8f new module to validate json foxden records
  • cf6076d Merge pull request #2 from CHESSComputing/revert-bot-ci-changes
  • 067e809 Revert "chore: optimize pipeline runtime"
  • dc1f5de chore: optimize pipeline runtime

v0.3.8

Choose a tag to compare

@github-actions github-actions released this 08 May 19:40
595890e

Release: v0.3.8

  • 595890e golib update: add members uids lookup via BTR
  • ee40567 improve logic of fabric command
  • 909ff64 update and expand fabric CLI

v0.3.7g

Choose a tag to compare

@github-actions github-actions released this 08 May 12:14
1693821

Release: v0.3.7g

  • 1693821 golib update: new support for acces rules

v0.3.7e

Choose a tag to compare

@github-actions github-actions released this 17 Apr 12:51
bdecfed

Release: v0.3.7e

  • bdecfed golib update: various configuration updates
  • 58dfbdf add fabric FOXDEN command; fix s3 Post call
  • e0863b8 change default url to use full domain name
  • ca6d37d change default url

v0.3.7d

Choose a tag to compare

@github-actions github-actions released this 27 Mar 12:40
210ac58

Release: v0.3.7d

  • 210ac58 golib update: change EMailProvider configuration

v0.3.7c

Choose a tag to compare

@github-actions github-actions released this 26 Mar 14:13
f4a65f1

Release: v0.3.7c

  • f4a65f1 upgrade golib: add GetEmail, GetGroup, GetMembers to UserAttributes interface

v0.3.7b

Choose a tag to compare

@github-actions github-actions released this 25 Mar 19:35
97539a1

Release: v0.3.7b

  • 97539a1 upgrade golib: add GetBtr and GetEmail

v0.3.7a

Choose a tag to compare

@github-actions github-actions released this 24 Mar 18:40
cde08cb

Release: v0.3.7a

  • cde08cb upgrade golib: add UserInfo into ldap
  • fbb408d upgrade golib: add UserInfo into ldap
  • 2778712 switch to ldap.UserInfo
  • 9ef02c2 upgrade golib: AuthUser and TokenMap

v0.3.7

Choose a tag to compare

@github-actions github-actions released this 20 Mar 17:31
32bca5a

Release: v0.3.7

  • 32bca5a put back gid and timeout options
  • 5d56c1d upgrade golib: ldap module refactoring to support multiple ldap records
  • 30f153a Use new ldap.Records API

v0.3.6

Choose a tag to compare

@github-actions github-actions released this 20 Mar 14:25
5adccdf

Release: v0.3.6

  • 5adccdf upgrade golib: upgrade golib dependencies
  • 26dcdb5 upgrade golib: fixex to ldap cache
  • 2f09791 Add userinfo
  • a11a193 Add default url and version flag description
  • 019606d Change Makefile flow to use proper TAG/VERSION/COMMIT
  • afd56c9 Add COMMIT identification
  • 7d46ed4 Add version option and remove config env
  • 98d74f8 remove gid as it leads to multiple record look-up in LDAP; remove timeout option and put it explicit inside of fetchUsers
  • ca2584b fix typo
  • bdc302c adjust printouts
  • eb19a57 bug fix
  • 527cefc initialize cache with verbose value 0
  • be5fa5e improve output
  • 1234bcb improve logging output
  • 74e62f4 add local golib
  • a54c6d4 add local golib
  • c59943a fix some formatting
  • 0175d7b fix some formatting
  • a85bc08 remove colorize
  • b6432cb new tool: userinfo