Skip to content

Commit

Permalink
Cut 0.1.0 release
Browse files Browse the repository at this point in the history
* Docker images for the controller and for the bundle are now available.
* First version of the install manifests, using those public images, has
been generated.
  • Loading branch information
mgoerens committed Apr 6, 2022
1 parent 6b0b975 commit 69c8716
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.16 as builder
FROM golang:1.17 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.0.1
VERSION ?= 0.1.0

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/opdev/synapse-operator
newTag: v0.0.1
newTag: v0.1.0
Loading

0 comments on commit 69c8716

Please sign in to comment.