Skip to content

Releases: gomicro/concord

v0.1.3

13 May 18:18
507a75a
Compare
Choose a tag to compare
  • ADDED - creation of empty README on repo first create (this allows the branch protection and other configuration to have somewhere to apply)

v0.1.2

19 Apr 17:50
cb22c0b
Compare
Choose a tag to compare
  • FIXED - preventing Concord from trying to apply any changes to an entry that has been marked as archived in the manifest
  • FIXED - cleaner errors when applying changes to an archived repo that isn't marked as archived in the manifest
  • ADDED - details to the errors to tell which entry is causing the error
  • ADDED - non blocking errors on apply

Full Diff: v0.1.1...v0.1.2

v0.1.1

04 Jan 18:18
0be04f7
Compare
Choose a tag to compare
  • FIXED - a bug with creating a new repo that tried to set permissions for a repo before it existed

v0.1.0

02 Jan 22:32
9bef663
Compare
Choose a tag to compare
  • ADDED - new subcommand for applying org level permissions

v0.0.2

29 Dec 19:12
67f8c36
Compare
Choose a tag to compare
  • FIXED - corrected an issue with an empty token not throwing an error

v0.0.1

28 Dec 19:56
f45e0d0
Compare
Choose a tag to compare
  • ADDED - ability to login to github
  • ADDED - docker image
  • ADDED - commands for apply and force apply to github from manifest
  • ADDED - ability to target individual repos
  • ADDED - confirmation before applying changes
  • ADDED - basic report of what changes are to be made