Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Releases: NuKeeperDotNet/NuKeeper

NuKeeper 0.20.1 released

18 Apr 17:44
Compare
Choose a tag to compare

Add support for Gitea, add a AzureDevops commit worder and add the targetbranch feature for Github.

Changes:

See more

This list of changes was auto generated.

NuKeeper 0.20.0 released

18 Apr 17:34
4fa9dcd
Compare
Choose a tag to compare

Add support for Gitea, add a AzureDevops commitworder so that we have nice PR messages. Also in this release is the option to configure a targetbranch for the Github repo command.

Changes:

This list of changes was auto generated.

NuKeeper 0.19.2 released

05 Apr 18:24
Compare
Choose a tag to compare

Critical bugfix and support for Gitlab. Also two docker files, one for sdk-2.1 and sdk-2.2

Changes:

  • 8f33869 Don't fail on remote git repositories (#701)
  • 7d7394c GitLab support (#696)
  • 611a4c1 Just use replace and no contains and a if (#699)
  • 837a118 Add environment abstraction to make related unit tests side effect free (#698)
  • 0e02b5b Simplifies the targetbranch implementation and also fixes a bug in wh… (#697)
  • 216e053 Update README.md (#695)
  • 776a3a2 📦 Automatic update of McMaster.Extensions.CommandLineUtils to 2.3.3 (#693)
  • 816f2a4 Make DirectoryExclusions an instance with interface (#691)
  • e719045 Rename docker folders (#690)
  • 44709b9 Use the pattern of one Dockerfile per folder (#689)
See more

This list of changes was auto generated.

Version 0.19

24 Feb 16:53
Compare
Choose a tag to compare
  • LibGit2Sharp 0.26 is out of beta and we can use version 0.26.0 instead of 0.26.0-preview-0080. Pull #680 which was submitted by NuKeeper

  • New parameter targetBranch for repo command #679 . This was in NuKeeper version 0.18, released 6 days ago.

Version 0.17.0

05 Feb 15:42
ec35879
Compare
Choose a tag to compare

Consolidate Options #671

We now have --maxpackageupdates or -m, instead of two different ones, maxpr and maxupdate.
This is used in repo, org global and update commands.

Please check your runs for the old names. We apologise for the necessary breaking changes to options in the last 2 releases.

Version 0.16.0

02 Feb 17:06
9400979
Compare
Choose a tag to compare

Change in this release:

  • Changes to command-line options #668.

    • All "short names" of command-line options are 1 char
    • Not all command-line options have a short name. There aren't enough letters to give them all a good one!
    • The long name maxpr is renamed to maxpackageupdates, as the old name was confusing - it no longer always indicates the number of pull requests, but of package updates.
  • Fix to issue with github uri formats #669

Version 0.15.0

26 Jan 13:12
Compare
Choose a tag to compare
  • Changed size property of AzureRepository from int to long. #662
  • Don't suppress exception message when Azure client fails #660

Version 0.14.0

19 Jan 17:45
75dcf4f
Compare
Choose a tag to compare
  • Updates to packages that NuKeeper uses, including LibGit2Sharp, NuGet.CommandLine, cMaster.Extensions.CommandLineUtils.

  • Filtering package include and exclude by regex now happens much earlier on in the process, so as to avoid unnecessarily checking the NuGet sources for updates to these packages, and then discarding them. This should improve performance in cases where there multiple NuGet sources and there are filters. #652

  • Do not abort all updates when an existing branch is found for one update. No errors when package is not found . #650

Version 0.13.0

13 Jan 15:10
0c7c9fd
Compare
Choose a tag to compare

Added BitBucket "default reviewers" to Pull Requests to BitBucket #634
Work with Package version ranges - better, more consistent and specific messages when the package version is not a single number. #630

Version 0.12

06 Jan 15:19
Compare
Choose a tag to compare
  • Bitbucket platform updates / bug fixes (#632)
  • Nuget update commandline uses the NonInteractive flag (#629)
  • platform from settings override - specify source control platform manually , e.g. --platform bitbucket (#628)