summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/Changelog.md
diff options
context:
space:
mode:
authoremartin <ephraim.martin@est.tech>2020-03-27 16:31:48 +0000
committeremartin <ephraim.martin@est.tech>2020-03-27 16:46:55 +0000
commit01dfa52c169aa902e2cd8f58b65daaaf3af5e8e8 (patch)
treec4bb0a8146026cee8d0f14695e047b314935ba84 /components/pm-subscription-handler/Changelog.md
parent551cc5be912bb377931d3e38d41af11d53bf0e63 (diff)
Fix bug where PMSH pushes config to non-active pnf
Issue-ID: DCAEGEN2-2173 Signed-off-by: emartin <ephraim.martin@est.tech> Change-Id: Ib93a71e825f621721b5acda059cadcb7824f997d
Diffstat (limited to 'components/pm-subscription-handler/Changelog.md')
-rwxr-xr-x[-rw-r--r--]components/pm-subscription-handler/Changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/pm-subscription-handler/Changelog.md b/components/pm-subscription-handler/Changelog.md
index 0542d131..e44539eb 100644..100755
--- a/components/pm-subscription-handler/Changelog.md
+++ b/components/pm-subscription-handler/Changelog.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [1.0.3]
+### Fixed
+* Fixed bug where PMSH pushes subscription to xnf regardless of it's orchestration status (DCAEGEN2-2173)
+
## [1.0.2]
### Changed
* Moved subscription processing from main into its own subscription_handler module