Home / Companies / Octopus Deploy / Blog / April 2014

April 2014 Summaries

4 posts from Octopus Deploy

Filter
Month: Year:
Post Summaries Back to Blog
Octopus Deploy 2.4 introduces several significant updates and features, including a new Library tab for managing shared settings across projects, enhanced NuGet repository management, and the introduction of step templates for creating reusable deployment steps. Additionally, the release includes script modules for sharing PowerShell functions, integration with Active Directory groups, and the ability for users to define custom roles and release number strategies. Other added functionalities include integrated Windows authentication, customizable project logos, and improved backup management. This pre-release version addresses 79 issues on GitHub and offers a plethora of new features, making it a noteworthy upgrade for users.
Apr 30, 2014 1,083 words in the original blog post.
Paul Stovell discusses potential changes to the way Octopus Deploy handles Deploy.ps1 scripts during deployment, highlighting a current issue where all scripts are invoked without a guaranteed order, which can cause confusion if the scripts are not intended for Octopus. He presents three options: keeping the current system, calling only the root script, or calling the root-most script, with updates indicating that from Octopus version 2.4 onwards, they will adopt calling only the root script if it exists. He invites feedback to find the best solution, emphasizing the goal of making the process straightforward and automatic without adding unnecessary complexity.
Apr 24, 2014 306 words in the original blog post.
Seq is a logging tool designed to enhance application monitoring from development to production, particularly for Windows and .NET environments. It offers seamless integration with popular .NET logging frameworks through an MSI for Windows Server and NuGet packages, making it easy to install and use from the outset of a project. Seq excels in processing structured logs from frameworks like SLAB or Serilog, enabling efficient filtering and correlation of events. This tool transforms the process of collecting and utilizing event logs, making them more accessible and useful compared to traditional log files. Seq is available in various professional editions as well as a free developer edition, catering to different user needs and enhancing the development and operational phases of application management.
Apr 10, 2014 322 words in the original blog post.
Paul Stovell discusses the automation of Tentacle agent deployment on Windows servers using command line configuration, specifically when provisioning through Amazon EC2. By using a PowerShell script as User data, users can automate the download, installation, configuration, and registration of Tentacle with an Octopus server upon the first startup of an EC2 instance. Stovell provides guidance on troubleshooting by examining specific log files if issues arise, and advises on configuring both Windows and AWS firewalls to permit the Tentacle listen port. This approach streamlines the deployment process and highlights the integration of cloud infrastructure with Octopus Deploy.
Apr 08, 2014 234 words in the original blog post.