December 2012 Summaries
2 posts from Octopus Deploy
Filter
Month:
Year:
Post Summaries
Back to Blog
Octopus Deploy employs GitVersion to manage the semantic versioning of its builds, allowing for efficient version control across projects in a single repository, though this results in synchronized versioning regardless of individual project changes. The Octopus Server often gets updated alongside the Tentacle installer, but users are reassured that upgrading the Tentacle isn't necessary with each server update, as Tentacle updates are less frequent and its code changes infrequently. Tentacle 3.1 and above require .NET 4.5 to support TLS 1.2, limiting upgrades on older Windows servers, but Octopus provides a lock feature to maintain current Tentacle versions without updates and allows users to dismiss update notifications for Tentacle when they are unnecessary. The organization plans to separate the Tentacle project into its own repository to avoid versioning confusion, and while changes to the Tentacle versioning process are expected in the future, users can currently disregard Tentacle version updates unless significant changes are noted in the release notes.
Dec 12, 2012
939 words in the original blog post.
Paul Stovell's blog post from December 2012 discusses the new features in Octopus 1.2.2, specifically the support for variable substitutions, which allows variables to reference one another, enhancing flexibility and efficiency in deployment processes. This update enables the Octopus Server to resolve variables by applying substitutions, while also checking for cyclic dependencies to prevent errors. Users can customize the behavior of variable substitutions, such as ignoring undefined variables or altering the default syntax with custom regular expressions. Additional features allow users to verify variable substitution by printing values before and after resolution. These enhancements aim to simplify the process of defining variables during software deployment.
Dec 01, 2012
302 words in the original blog post.