You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release/README.adoc
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,6 @@ e.g.
123
123
* for operators:
124
124
** checks that the release branch exists and the tag doesn't
125
125
** adapts the versions in all cargo.toml to `release-tag` argument
126
-
** update all "stackableVersion" fields in the getting started guides
127
126
** update all "stackableVersion" fields in the kuttl tests
128
127
** update the antora.yaml
129
128
** update the `release-tag` in helm charts
@@ -244,3 +243,19 @@ e.g.
244
243
** updates test definitions to use product image versions that match the release tag (if requested with "-i")
245
244
** tags the branch and pushes it if the push argument is provided
246
245
** 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