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

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.3...v1.1.0) (2022-05-02)

### Features

* upgrade pki and translators ([#2](#2)) ([2e4d042](2e4d042))
  • Loading branch information
semantic-release-bot committed May 2, 2022
1 parent d9f812b commit 1357dca
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spec:
openAPIV3Schema:
properties:
spec:
description: Specification of the kubernetes object.
properties:
image:
type: string
Expand Down
2 changes: 1 addition & 1 deletion Operator/config/crds/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
commonLabels:
operator-element: crd
resources:
- meshparticipants_wirepact_ch.yaml
- pkis_wirepact_ch.yaml
- credentialtranslators_wirepact_ch.yaml
- meshparticipants_wirepact_ch.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
2 changes: 0 additions & 2 deletions Operator/config/crds/meshparticipants_wirepact_ch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ spec:
openAPIV3Schema:
properties:
status:
description: Status object for the entity.
properties:
ingressPort:
format: int32
Expand All @@ -45,7 +44,6 @@ spec:
type: integer
type: object
spec:
description: Specification of the kubernetes object.
properties:
deployment:
type: string
Expand Down
2 changes: 0 additions & 2 deletions Operator/config/crds/pkis_wirepact_ch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spec:
openAPIV3Schema:
properties:
status:
description: Status object for the entity.
properties:
dnsAddress:
type: string
Expand All @@ -30,7 +29,6 @@ spec:
type: string
type: object
spec:
description: Specification of the kubernetes object.
properties:
image:
type: string
Expand Down
4 changes: 2 additions & 2 deletions Operator/config/install/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resources:
- ../operator
images:
- name: operator
newName: public-docker-image-path
newTag: latest
newName: ghcr.io/wirepact/k8s-operator
newTag: 1.1.0
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
18 changes: 12 additions & 6 deletions Operator/config/rbac/operator-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ rules:
- ''
resources:
- deployments
- events
verbs:
- create
- get
- list
- update
- apiGroups:
- ''
resources:
- services
- configmaps
- secrets
Expand All @@ -51,14 +60,11 @@ rules:
- create
- get
- apiGroups:
- ''
- coordination.k8s.io
resources:
- events
- leases
verbs:
- create
- get
- list
- update
- '*'
- apiGroups:
- wirepact.ch
resources:
Expand Down

0 comments on commit 1357dca

Please sign in to comment.