Skip to content

Conversation

@ronaldbarendse
Copy link
Contributor

Description

Updated release notes for Deploy 4.9, 10.3, 12.1 and 13.0, including updates to previous RCs and added configuration details for TrashedContentDeploymentOperations.

Type of suggestion

  • Typo/grammar fix
  • Updated outdated content
  • New content
  • Updates related to a new version
  • Other

Product & version (if relevant)

Umbraco Deploy 4.9, 10.3, 12.1 and 13.0

Deadline (if relevant)

All these version are already released, so this can be published when reviewed/ready.

"ApiKey": "<your API key here>",
"ApiSecret": "<your API secret here>",
"Edition": "Default",
"DefaultTimeoutSeconds": 60,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't a configurable setting, but a read-only constant field with the default timeout used by other settings...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, makes sense! should I remove this setting in all other deploy versions as well?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and would it perhaps make better sense to remove this setting and add a warning or info note at the end of the "timeout settings" https://docs.umbraco.com/umbraco-deploy/v/12.deploy.latest/deploy-settings#timeout-settings that "DefaultTimeoutSeconds is set to default of 60 seconds. This isn't a configurable setting, but a read-only constant field with the default timeout used by other settings"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DefaultTimeoutSeconds should be removed from the documentation for all versions, because it's not a setting at all and because it's an internal constant, also isn't available externally (besides actually being set to 20 * 60, so 20 minutes, which is already documented in the timeout settings section).

Comment on lines -113 to -122
"RelationTypes": [
{
"Alias": "relateParentDocumentOnDelete",
"Mode": "Weak",
},
{
"Alias": "relateShopItemOnCreate",
"Mode": "Exclude",
}
],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The format of this setting has changed in v13 (see breaking changes) and is already shown below...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be removed only for v13 or for all versions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only for v13, as that uses the format that's already shown below.

Copy link
Contributor

@alina-tincas alina-tincas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ronaldbarendse thank you for the PR! I have few suggestions can you please look into them and let me know what you think? 😊

"ApiKey": "<your API key here>",
"ApiSecret": "<your API secret here>",
"Edition": "Default",
"DefaultTimeoutSeconds": 60,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, makes sense! should I remove this setting in all other deploy versions as well?

Copy link
Contributor

@alina-tincas alina-tincas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ronaldbarendse! Happy New Year! 🎉

Andy has created a new PR adding the release notes and configurations here: #5750

I have noted down in this PR what has been added in Andy´s PR from here, and if you let me know on the other comments if the other changes need to be made to v13 or the others and if you do not have the time, I can make those changes 💪 Let me know!


```json
"ExcludedEntityTypes": ['media-file'],
"ExcludedEntityTypes": ["media-file"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be changed only for v13 or for all versions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be updated for all versions, because for JSON to be 100% valid, it needs to use double quotes 😄

Comment on lines -113 to -122
"RelationTypes": [
{
"Alias": "relateParentDocumentOnDelete",
"Mode": "Weak",
},
{
"Alias": "relateShopItemOnCreate",
"Mode": "Exclude",
}
],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be removed only for v13 or for all versions?

}
}
}
"PreferLocalDbConnectionString": true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be changed only for v13 or for all versions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be updated for all versions: other code examples also don't show the Umbraco:Deploy:Settings part (as that's already mentioned at the top of the article)...

"ApiKey": "<your API key here>",
"ApiSecret": "<your API secret here>",
"Edition": "Default",
"DefaultTimeoutSeconds": 60,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and would it perhaps make better sense to remove this setting and add a warning or info note at the end of the "timeout settings" https://docs.umbraco.com/umbraco-deploy/v/12.deploy.latest/deploy-settings#timeout-settings that "DefaultTimeoutSeconds is set to default of 60 seconds. This isn't a configurable setting, but a read-only constant field with the default timeout used by other settings"?

@alina-tincas
Copy link
Contributor

HI @ronaldbarendse thank you for confirming what changes need to be made on which versions! I have manually made the changes therefore am closing this PR 💪

@ronaldbarendse ronaldbarendse deleted the deploy/release-notes-trashedcontentdeployoperations branch February 7, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants