May 22 – 23, Portland, Oregon
Users who choose to upgrade an existing instance should upgrade to the latest v5.8 version first before upgrading to v6.0+.
BuildMaster 6.0 is a major version with the following changes:
Extensions in BuildMaster v6 can now be compiled against the Inedo.SDK. This also means that existing extensions need to be recompiled against the Inedo.BuildMaster.SDK 6.0, or if no legacy features are used, the latest Inedo.SDK package from NuGet.
Because of this, customers that still use any legacy plans, build importers, source control providers, or issue tracking providers must download the {ExtensionName}Legacy extension in addition to the {ExtensionName} extension counterpart . The complete list of available legacy extensions is here:
Extensions that implement any legacy features (e.g. legacy plan actions, source control providers, issue tracker connections, database connections)
must use v6 of the Inedo.BuildMaster.SDK. Database calls (i.e. DB.
) or references to strongly-typed tables names (i.e. Tables.
)
are also not available in the Inedo.SDK since it is shared across multiple products. Support for shared/common objects (e.g. servers, roles) is supported via the
SDK
class.
If no legacy features are used and there is no reliance on specific database calls, the extension should use the latest Inedo.SDK NuGet package. The complete list of Inedo.SDK supported classes can be found in the Inedo SDK Reference.
Upgrading a pre-v6 extension (whether using the Inedo.BuildMaster.SDK or Inedo.SDK) requires the following:
BuildMaster.Web.Controls
(Inedo.BuildMaster.SDK only)BuildMasterCore
(Inedo.BuildMaster.SDK only)Inedo.Agents.Client
Inedo.ExecutionEngine
Inedo.SDK
InedoLib
using
statements
PromotionContext
no longer implements IGenericBuildMasterContext
. While never documented as doing so,
explicit casts to this interface must be removed
System.ObsoleteAttribute
in the pre-v6 SDK have been removed in v6. Most replacements to InedoLib.
Util.
are found in InedoLib.
AH
ILogger.Log()
extensions (e.g. LogDebug
, LogError
) accepted a format string in v4.X which was deprecated in v5.0, and now removed in v6.0;
use string
.Format()
inside the Log()
call instead
Pre-v6 Type Name | v6 Replacement |
---|---|
PromotionRequirementBase |
Inedo.Extensibility.PromotionRequirements. PromotionRequirement |
PromotionRequirementEditorBase |
Inedo.Extensibility.PromotionRequirements. PromotionRequirementEditor |
DeprecatedInBuildMasterVersionAttribute |
System. ObsoleteAttribute |
Util. Agents |
Use context.GetAgent() instead |
Util. Artifacts |
Use Artifact class |
SourceControlFileFolderPicker |
Inedo.Web. ScmBrowserTextBox or Inedo.Web. FileBrowserTextBox |
Inedo.BuildMaster. OtterScriptSymbolComparer |
Inedo.ExecutionEngine. OtterScriptSymbolComparer |
Inedo.BuildMaster.Mapping. ICustomArgumentMapper |
Inedo.ExecutionEngine.Mapping. ICustomArgumentMapper |
Inedo.BuildMaster.IssueTrackerConnections. IssueSources |
Inedo.Extensibility. IssueSources |
Inedo.BuildMaster.IssueTrackerConnections. IIssueTrackerIssue |
Inedo.Extensibility. IIssueTrackerIssue |
SuggestibleValue |
Inedo.Web. SuggestableValue (note the spelling change) |
InedoLib.Util.WriteJson( |
Newtonsoft.Json.JsonSerializer.CreateDefault().Serialize( |
In this version, if a Resource Credential is assigned to an environment, any deployment targets that reference the credential must be associated with that environment, otherwise a run time error will occur.
In this version, legacy features are hidden from the UI unless configured to be shown on the Advanced Settings page via the Legacy.{FeatureName} settings. Additionally, visiting the Administration > Legacy Features Dashboard and running the detection mechanism will also set the configuration values automatically.
Before v6.0, BuildMaster Free included 5 users, 10 applications, and 5 servers. Beginning with v6.0, BuildMaster Free is now unlimited users, applications, and servers, but all anonymous users are granted "view-only" privileges and all authenticated users act as full administrators (i.e. all users have every permission granted to them and restrictions are ignored).
Important: any Free Edition users that expose their instance to the internet should be aware that this change effectively turns their BuildMaster instance into a public one, where applications, releases, and execution data can be viewed by any user with access to the web application.
Any existing free users who are negatively affected by this change, visit the contact form and we can send you a new key that will effectively be a 5 user key with no server or application restrictions.
Important: Take note of your current license key before upgrading in case the latest license key added is not the key that is currently in use.
Multiple license key support will be removed in this version. On upgrade, BuildMaster will use the latest-added & activated license key as the single license key, and references to all others will be removed. If the wrong key was chosen as the single key, you will have to log-in to MyInedo if you did not take note of the current key.