Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions misc/helm-charts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,16 +244,7 @@ if [[ "$BUILDKITE_TAG" != *"-rc."* ]]; then
yq -i ".terraform_aws_version= \"${TERRAFORM_VERSION[terraform-aws-materialize]}\"" $VERSIONS_YAML_PATH
fi

OPERATOR_COMPAT_YAML_PATH=doc/user/data/self_managed/self_managed_operator_compatibility.yml
yq --prettyPrint --inplace ".rows = [{
\"Materialize Operator\": \"$BUILDKITE_TAG\",
\"orchestratord version\": \"$BUILDKITE_TAG\",
\"environmentd version\": \"$BUILDKITE_TAG\",
\"Release date\": \"$(date +%Y-%m-%d)\",
\"Notes\": \"\"
}] + .rows" $OPERATOR_COMPAT_YAML_PATH

git add $VERSIONS_YAML_PATH $OPERATOR_COMPAT_YAML_PATH
git add $VERSIONS_YAML_PATH
git commit -m "docs: Bump self-managed to $BUILDKITE_TAG"
git --no-pager diff HEAD~
run_if_not_dry git push origin "HEAD:main"
Expand Down
Loading