Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Release v0.2.1 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmckay authored Dec 13, 2021
1 parent 8cef9ff commit d53d32b
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI-Tests

on:
push:
branches: [ master, release-0.1 ]
branches: [ master, release-0.* ]
pull_request:
branches: [ master, release-0.1 ]
branches: [ master, release-0.* ]

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/olm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: OLM-Tests

on:
push:
branches: [ master, release-0.1 ]
branches: [ master, release-0.* ]
pull_request:
branches: [ master, release-0.1 ]
branches: [ master, release-0.* ]

jobs:
main:
Expand Down
4 changes: 2 additions & 2 deletions 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 ?= v0.2.0
VERSION ?= v0.2.1

# 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 Expand Up @@ -370,7 +370,7 @@ catalog-push: ## Push a catalog image.
OS_NAME = $(shell uname -s)
# operator-sdk variables
# ======================
OPERATOR_SDK_VERSION ?= v1.10.1
OPERATOR_SDK_VERSION ?= v1.13.1
ifeq ($(OS_NAME), Linux)
OPERATOR_SDK_URL=https://github.com/operator-framework/operator-sdk/releases/download/$(OPERATOR_SDK_VERSION)/operator-sdk_linux_amd64
else ifeq ($(OS_NAME), Darwin)
Expand Down
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=gatekeeper-operator
LABEL operators.operatorframework.io.bundle.channels.v1=stable
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.10.0+git
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.13.0+git
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/gatekeeper-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ metadata:
}
]
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.10.0+git
operators.operatorframework.io/builder: operator-sdk-v1.13.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: gatekeeper-operator.v0.2.0
name: gatekeeper-operator.v0.2.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -318,7 +318,7 @@ spec:
env:
- name: RELATED_IMAGE_GATEKEEPER
value: openpolicyagent/gatekeeper:v3.5.2
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -450,5 +450,5 @@ spec:
maturity: alpha
provider:
name: Red Hat
replaces: gatekeeper-operator.v0.1.2
version: 0.2.0
replaces: gatekeeper-operator.v0.2.0
version: 0.2.1
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
operators.operatorframework.io.bundle.package.v1: gatekeeper-operator
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.10.0+git
operators.operatorframework.io.metrics.builder: operator-sdk-v1.13.0+git
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

Expand Down
21 changes: 21 additions & 0 deletions bundle/tests/scorecard/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,59 @@ stages:
labels:
suite: basic
test: basic-check-spec-test
storage:
spec:
mountPath: {}
- entrypoint:
- scorecard-test
- olm-bundle-validation
image: quay.io/operator-framework/scorecard-test:v1.10.1
labels:
suite: olm
test: olm-bundle-validation-test
storage:
spec:
mountPath: {}
- entrypoint:
- scorecard-test
- olm-crds-have-validation
image: quay.io/operator-framework/scorecard-test:v1.10.1
labels:
suite: olm
test: olm-crds-have-validation-test
storage:
spec:
mountPath: {}
- entrypoint:
- scorecard-test
- olm-crds-have-resources
image: quay.io/operator-framework/scorecard-test:v1.10.1
labels:
suite: olm
test: olm-crds-have-resources-test
storage:
spec:
mountPath: {}
- entrypoint:
- scorecard-test
- olm-spec-descriptors
image: quay.io/operator-framework/scorecard-test:v1.10.1
labels:
suite: olm
test: olm-spec-descriptors-test
storage:
spec:
mountPath: {}
- entrypoint:
- scorecard-test
- olm-status-descriptors
image: quay.io/operator-framework/scorecard-test:v1.10.1
labels:
suite: olm
test: olm-status-descriptors-test
storage:
spec:
mountPath: {}
storage:
spec:
mountPath: {}
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/gatekeeper/gatekeeper-operator
newTag: v0.2.0
newTag: v0.2.1
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ spec:
maturity: alpha
provider:
name: Red Hat
replaces: gatekeeper-operator.v0.1.2
replaces: gatekeeper-operator.v0.2.0
version: 0.0.1
2 changes: 1 addition & 1 deletion deploy/gatekeeper-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ spec:
env:
- name: RELATED_IMAGE_GATEKEEPER
value: openpolicyagent/gatekeeper:v3.5.2
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit d53d32b

Please sign in to comment.