Skip to content

Commit

Permalink
[chore] Bump version to v0.3.2 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqbqdd11519 committed Jul 20, 2021
1 parent d112076 commit d0e1c13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
VERSION ?= v0.3.1
VERSION ?= v0.3.2
REGISTRY ?= tmaxcloudck

# Image URL to use all building/pushing image targets
Expand Down
4 changes: 2 additions & 2 deletions config/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
containers:
- command:
- /controller
image: tmaxcloudck/cicd-operator:v0.3.1
image: tmaxcloudck/cicd-operator:v0.3.2
imagePullPolicy: Always
name: manager
resources:
Expand Down Expand Up @@ -161,7 +161,7 @@ spec:
containers:
- command:
- /blocker
image: tmaxcloudck/cicd-blocker:v0.3.1
image: tmaxcloudck/cicd-blocker:v0.3.2
imagePullPolicy: Always
name: manager
resources:
Expand Down
6 changes: 2 additions & 4 deletions docs/development/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
### Before Release
1. Update `Makefile`
- Update `VERSION ?= <to-be version>`
2. Update Installation Guide
- Update `docs/installation.md`'s `VERSION=<to-be version>`
3. Re-generate manifests
2. Re-generate manifests
- `make manifest`
4. Bump the version via Pull Request
3. Bump the version via Pull Request
(Refer to [the link](https://github.com/tmax-cloud/cicd-operator/pull/152))

### Release
Expand Down
3 changes: 1 addition & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ This guides to install CI/CD operator. The contents are as follows.
## Installing CI/CD Operator
1. Run the following command to install CI/CD operator
```bash
VERSION=v0.3.1
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/$VERSION/config/release.yaml
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/master/config/release.yaml
```
2. Enable `CustomTask` feature, disable `Affinity Assistant`
```bash
Expand Down

0 comments on commit d0e1c13

Please sign in to comment.