Skip to content

Commit 468ab61

Browse files
maltesanderadwk67
andauthored
Add troubleshooting section (#57)
* add troubleshooting section * Update release/README.adoc Co-authored-by: Andrew Kenworthy <andrew.kenworthy@stackable.de> * add missing script --------- Co-authored-by: Andrew Kenworthy <andrew.kenworthy@stackable.de>
1 parent 86ed344 commit 468ab61

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

release/README.adoc

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ e.g.
123123
* for operators:
124124
** checks that the release branch exists and the tag doesn't
125125
** adapts the versions in all cargo.toml to `release-tag` argument
126-
** update all "stackableVersion" fields in the getting started guides
127126
** update all "stackableVersion" fields in the kuttl tests
128127
** update the antora.yaml
129128
** update the `release-tag` in helm charts
@@ -244,3 +243,19 @@ e.g.
244243
** updates test definitions to use product image versions that match the release tag (if requested with "-i")
245244
** tags the branch and pushes it if the push argument is provided
246245
** deletes the temporary folder (if requested with "-c")
246+
247+
## Troubleshooting
248+
249+
This section collects problems and errors that happened on different platforms.
250+
251+
### create-release-tag.sh
252+
253+
#### yq stat file not found
254+
255+
If you installed `yq` via snap there is a strict confinement which means it does not have direct access to root files. The scripts provided here use the `/tmp` folder to check out and adapt branches.
256+
257+
You can adapt the `/tmp` folder in `TEMP_RELEASE_FOLDER` in the `create-release-branch.sh`, `create-release-tag.sh` and `post-release.sh` scripts to a path in your home folder (do not commit this change!) or follow instructions provided here see https://github.com/mikefarah/yq#snap-notes.
258+
259+
#### missing libraries
260+
261+
When building the secret-operator some libraries may be missing. See https://docs.stackable.tech/home/stable/secret-operator/building#_local_builds[secret-operator local builds] for requirements):

0 commit comments

Comments
 (0)