From 6baf68eeccd5884f07083879a057ea30936681b8 Mon Sep 17 00:00:00 2001 From: wlthomson Date: Wed, 20 Aug 2025 15:43:55 +1200 Subject: [PATCH 1/3] Update subscription events for consistency with product --- .../managing-infrastructure/subscriptions/index.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/docs/administration/managing-infrastructure/subscriptions/index.md b/src/pages/docs/administration/managing-infrastructure/subscriptions/index.md index 8e94632662..a8de50d0f3 100644 --- a/src/pages/docs/administration/managing-infrastructure/subscriptions/index.md +++ b/src/pages/docs/administration/managing-infrastructure/subscriptions/index.md @@ -138,6 +138,7 @@ The following is a list of all options for subscriptions including Event Groups, | EVENT GROUPS | |-----------------------------------------------| | API key expiry events | +| Authentication banned events | | Auto-deploy events | | Auto-Deploy critical-events | | Certificate expiry events | @@ -170,6 +171,8 @@ The following is a list of all options for subscriptions including Event Groups, | Certificate private-key exported | | Certificate replaced | | Comment | +| Compliance Policy evaluated | +| Deployment canceled | | Deployment failed | | Deployment precondition evaluated | | Deployment queued | @@ -187,7 +190,7 @@ The following is a list of all options for subscriptions including Event Groups, | License key expired \* | | License key expiry 10-day warning \* | | License key expiry 20-day warning \* | -| License usage at 80% warning \*\ | +| License usage at 80% warning \*\* | | License usage at 90% warning \*\* | | License usage at 95% warning \*\* | | License usage at limit \*\* | @@ -205,6 +208,8 @@ The following is a list of all options for subscriptions including Event Groups, | Machine found to be unhealthy | | Machine found to have warnings | | Manual intervention interruption raised | +| Package added to built-in feed \*\*\* | +| Package deleted from built-in feed \*\*\* | | Package deleted by package repository index sync | | Package deleted by package repository retention policy | | Package replaced | @@ -306,3 +311,5 @@ The following is a list of all options for subscriptions including Event Groups, \* License key expiry events are only available in Octopus Server version `2025.2.6402` and later. \*\* License usage events are only available in Octopus Server version `2025.2.7065` and later. + +\*\*\* Package added to/deleted from built-in feed events are only available in Octopus Server version `2025.3.9484` and later. From 6e1848fd9d47d97f3f5db9307c1caee10c13c950 Mon Sep 17 00:00:00 2001 From: wlthomson Date: Wed, 22 Oct 2025 11:55:09 +1300 Subject: [PATCH 2/3] Add note that hierarchical local nuget feeds are not supported --- .../package-repositories/nuget-feeds.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/docs/packaging-applications/package-repositories/nuget-feeds.md b/src/pages/docs/packaging-applications/package-repositories/nuget-feeds.md index 61702e7022..c15e87e8e2 100644 --- a/src/pages/docs/packaging-applications/package-repositories/nuget-feeds.md +++ b/src/pages/docs/packaging-applications/package-repositories/nuget-feeds.md @@ -35,6 +35,12 @@ On the test page, you can check whether the feed is working by searching for pac Learn more about [hosting your own NuGet Feeds](https://docs.nuget.org/create/hosting-your-own-nuget-feeds) +:::div{.info} + +Note: Local packages must be stored in a single folder. Octopus does not currently support hierarchical local NuGet feeds. + +::: + ## NuGet.Server performance A popular external NuGet hosting option is **NuGet.Server**. However, be aware that it suffers from performance problems when dealing with large packages or large numbers of smaller packages. Users may report high CPU usage, timeouts when displaying package details, or memory issues. A great alternative that we recommend is [NuGet.Lucene](https://github.com/themotleyfool/NuGet.Lucene). From 2dc7e692a2737ce5ad024dafaf6a9a06533d554e Mon Sep 17 00:00:00 2001 From: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com> Date: Tue, 28 Oct 2025 08:50:18 +0000 Subject: [PATCH 3/3] Update modification date for subscriptions documentation When we make a significant enough edit, we should update the modified date. This signals to search engines the content has changed and lets users know we're keeping things up to date. --- .../managing-infrastructure/subscriptions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/administration/managing-infrastructure/subscriptions/index.md b/src/pages/docs/administration/managing-infrastructure/subscriptions/index.md index a8de50d0f3..223c05cc0a 100644 --- a/src/pages/docs/administration/managing-infrastructure/subscriptions/index.md +++ b/src/pages/docs/administration/managing-infrastructure/subscriptions/index.md @@ -1,7 +1,7 @@ --- layout: src/layouts/Default.astro pubDate: 2023-01-01 -modDate: 2025-04-16 +modDate: 2025-10-28 title: Subscriptions description: Subscriptions allow you to subscribe to events that are happening within Octopus, so you can be notified when events have occurred and react accordingly. navOrder: 1600