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
The failure crate is officially end-of-life: it has been marked as deprecated
by the former maintainer, who has announced that there will be no updates or
maintenance work on it going forward.
The following are some suggested actively developed alternatives to switch to:
…ackabletech/operator-templating repo.
Original commit message:
Make copying of config-spec conditional (#62)
Some operators (looking at you, Regorule) do not have config-spec files, which caused the generate manifest step to fail after PR #61 which changed the syntax for copying these files.
This adds a check if any config-spec files are present and skips copying them if not. This requires that operators do not have .dummy files in place, as was the case for regorule (fixed in https://github.com/stackabletech/regorule-operator/pull/195 )
Automatically created PR based on commit a89f13ef75734b1d22f0415c0e1e7b2577d187d7 in stackabletech/operator-templating repo.
Original commit message:
Make copying of config-spec conditional (#62)
Some operators (looking at you, Regorule) do not have config-spec files, which caused the generate manifest step to fail after PR #61 which changed the syntax for copying these files.
This adds a check if any config-spec files are present and skips copying them if not. This requires that operators do not have .dummy files in place, as was the case for regorule (fixed in https://github.com/stackabletech/regorule-operator/pull/195 )
failure
0.1.8
The
failure
crate is officially end-of-life: it has been marked as deprecatedby the former maintainer, who has announced that there will be no updates or
maintenance work on it going forward.
The following are some suggested actively developed alternatives to switch to:
anyhow
eyre
fehler
snafu
thiserror
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: