Skip to content

Commit

Permalink
deprecate redhat community operator (#840)
Browse files Browse the repository at this point in the history
We will no longer publish new versions of the community operator
  • Loading branch information
jmazzitelli authored Nov 7, 2024
1 parent fd3fd35 commit ce98b40
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 691 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ jobs:
DATETIME_NOW="$(date --utc +'%FT%TZ')"
CSV_UPSTREAM_FILE="./manifests/kiali-upstream/${VERSION_TO_RELEASE}/manifests/kiali.v${VERSION_TO_RELEASE}.clusterserviceversion.yaml"
CSV_COMMUNITY_FILE="./manifests/kiali-community/${VERSION_TO_RELEASE}/manifests/kiali.v${VERSION_TO_RELEASE}.clusterserviceversion.yaml"
for csv in ${CSV_UPSTREAM_FILE} ${CSV_COMMUNITY_FILE}
### DO NOT PERFORM COMMUNITY CATALOG WORK
### for csv in ${CSV_UPSTREAM_FILE} ${CSV_COMMUNITY_FILE}
for csv in ${CSV_UPSTREAM_FILE}
do
rm -f /tmp/kiali-csv-changes.txt
sed -i "s/createdAt: .\+Z/createdAt: ${DATETIME_NOW}/gw /tmp/kiali-csv-changes.txt" ${csv}
Expand All @@ -233,7 +235,9 @@ jobs:
fi
done
git add $CSV_UPSTREAM_FILE $CSV_COMMUNITY_FILE
### DO NOT PERFORM COMMUNITY CATALOG WORK
### git add $CSV_UPSTREAM_FILE $CSV_COMMUNITY_FILE
git add $CSV_UPSTREAM_FILE
fi
git add Makefile
Expand Down Expand Up @@ -268,12 +272,13 @@ jobs:
# Using versions without the prefix 'v'
./manifests/create-new-version.sh -nv ${NEXT_VERSION:1} -ov ${RELEASE_VERSION:1} -om kiali-upstream/
./manifests/create-new-version.sh -nv ${NEXT_VERSION:1} -ov ${RELEASE_VERSION:1} -om kiali-community/
### DO NOT PERFORM COMMUNITY CATALOG WORK
### ./manifests/create-new-version.sh -nv ${NEXT_VERSION:1} -ov ${RELEASE_VERSION:1} -om kiali-community/
git add Makefile manifests/
git commit -m "Prepare for next version"
git push origin $(git rev-parse HEAD):refs/heads/$BUILD_TAG
gh pr create -t "Prepare for next version" -b "Please, merge to update version numbers and prepare for release $NEXT_VERSION." -H $BUILD_TAG -B $RELEASE_BRANCH
gh pr create -t "Prepare for next version" -b "Please, merge to update version numbers and prepare for release $NEXT_VERSION." -H $BUILD_TAG -B $RELEASE_BRANCH
11 changes: 0 additions & 11 deletions manifests/kiali-community/2.1.0/bundle.Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions manifests/kiali-community/2.1.0/manifests/kiali.crd.yaml

This file was deleted.

Loading

0 comments on commit ce98b40

Please sign in to comment.