Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Releases: osoykan-archive/Cake.OctoVariapus

v1.2.0

29 Nov 08:29
72683ce
Compare
Choose a tag to compare

Enhancement

  • Clearing all non sensitive variables before the variable import. clearAllNonSensitiveExistingVariables false as default that means that is not a breaking change for existing users. If you want to delete just pass true since you have a variables.json in your solution folder.
 public static void OctoImportVariables(this ICakeContext context,
            string octopusServerEndpoint,
            string octopusProjectName,
            string octopusApiKey,
            IEnumerable<OctoVariable> variables,
            bool clearAllNonSensitiveExistingVariables = false)
  • Cake updated to 0.23.0

v1.1.4

20 Sep 13:53
Compare
Choose a tag to compare
  • Cake updated to 0.22.2
  • Min .net version incremented to .net46

v1.1.0

11 Jul 21:05
Compare
Choose a tag to compare
  • Roles & Steps & Targets variable change support #2
    • Important Note: This is a breaking change, please follow json schema that located on ReadMe.