Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update base CSV, add release prep script and docs #21

Merged
merged 3 commits into from
Feb 13, 2024
Merged

Conversation

Adds a make target(manifests-gen-base-csv) that updates the default
values in the base CSV manifest to match the current
VERSION/IMG/CHANNELS etc.. variables. Executed as part of bundle target.

Adds a make target(prepare-release) that generates a makefile with env
vars pinned to a particular release values:

```
make prepare-release IMG=quay.io/kuadrant/dns-operator:v0.1.0 VERSION=0.1.0 CHANNELS=stable REPLACES_VERSION=0.1.0
```

Subsequent calls to make targets (`make bundle` etc..) will always use
these values unless explicitly set.

Adds a task that is executed after generate bundle that updates things
not possible with the operator sdk.

Adds openshift annotations to bundle annotations.yaml:

```
com.redhat.openshift.versions = v4.12-v4.14
```
@mikenairn mikenairn merged commit b935707 into main Feb 13, 2024
8 checks passed
@mikenairn mikenairn deleted the unified_kuadrant branch March 21, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant