Skip to content

Commit fe15b5a

Browse files
committed
docs(demo-target): Included a notice in the UPGRADING.md for changes to the demo-target names
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent 9b54da5 commit fe15b5a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

UPGRADING.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,15 @@ kubectl --namespace <NAMESPACE> delete role lurcher
123123
### Removed Hook Teams Webhook
124124
We implemented a more general *[notification hook](https://www.securecodebox.io/docs/hooks/notification-hook)* which can be used to notify different systems like *[MS Teams](https://www.securecodebox.io/docs/hooks/notification-hook#configuration-of-a-ms-teams-notification)* and *[Slack](https://www.securecodebox.io/docs/hooks/notification-hook#configuration-of-a-slack-notification)* and also [Email](https://www.securecodebox.io/docs/hooks/notification-hook#configuration-of-an-email-notification) based in a more flexible way with [custom message templates](https://www.securecodebox.io/docs/hooks/notification-hook#custom-message-templates). With this new hook in place it is not nessesary to maintain the preexisting MS Teams Hook any longer and therefore we removed it.
125125

126-
➡️ [Reference: #570](https://github.com/secureCodeBox/secureCodeBox/pull/570)
126+
➡️ [Reference: #570](https://github.com/secureCodeBox/secureCodeBox/pull/570)
127+
128+
## From 3.X to 4.X
129+
### Renamed the docker images of demo-targets to include a "demo-target-" prefix
130+
The docker images for the custom demo targets built by secureCodeBox to include a "demo-target-" prefix i.e:
131+
* securecodebox/old-typo3 --> securecodebox/**demo-target**-old-typo3
132+
* securecodebox/old-joomla --> securecodebox/**demo-target**-old-joomla
133+
* securecodebox/old-wordpress --> securecodebox/**demo-target**-old-wordpress
134+
135+
These images are usually used for testing and demo purposes. If you use these images, you would have to rename them appropriately.
136+
137+
➡️ [Reference: #1360](https://github.com/secureCodeBox/secureCodeBox/pull/1360)

0 commit comments

Comments
 (0)