Skip to content

Commit 2c7804f

Browse files
committed
Merge branch '7.8'
2 parents e04e668 + b2394bd commit 2c7804f

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

ci_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ replace_versions_block() {
141141
#echo -e "${GREEN}Dumping versions section:"
142142
#awk '/^.*<<<VERSIONS_BLOCK_START>>>.*$/,/^.*<<<VERSIONS_BLOCK_END>>>.*$/' \
143143
#"${config_file}"
144-
echo -e "${GREEN}Dumping config file ${BLUE}${config_file}${GREEN}:${NC}"
145-
cat "${config_file}"
144+
#echo -e "${GREEN}Dumping config file ${BLUE}${config_file}${GREEN}:${NC}"
145+
#cat "${config_file}"
146146
}
147147

148148
build_version_from_source() {

content/en/releases/v07.08/breaking-changes.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ description: >
1212
Please read this section carefully in case any of the changes affect you.
1313
{{% /warning %}}
1414

15+
## Stroom
16+
17+
#### Service Discovery
18+
19+
See [Configuration File Changes (Service Discovery)]({{< relref "./upgrade-notes#service-discovery" >}}).
20+
21+
1522
## Stroom-Proxy
1623

1724
The new implementation of Stroom-Proxy is not compatible with previous versions.
@@ -27,6 +34,3 @@ You have two options:
2734
Install the new v7.8 Stroom-Proxy.
2835
Allow data to flow in again.
2936

30-
31-
32-

content/en/releases/v07.08/upgrade-notes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ git diff origin/${old_ver}..origin/${new_ver} stroom-proxy/stroom-proxy-app/src/
3131

3232
### Stroom's `config.yml`
3333

34+
#### Service Discovery
35+
36+
If your `config.yml` file contains the `serviceDiscovery` branch, you need to remove it as the associated service discovery code has been removed from Stroom.
37+
If you do not remove it, Stroom will not boot.
38+
39+
```yml
40+
appConfig:
41+
serviceDiscovery: # Remove this branch
42+
```
43+
44+
3445
#### Plan B State Store
3546
3647
The following block of config has been added for the experimental Plan B State Store.

0 commit comments

Comments
 (0)