Skip to content

Commit

Permalink
Merge pull request #6 from SolaceDev/ReleaseCandidate-1.0.2
Browse files Browse the repository at this point in the history
Merge release prep updates into v1.0.2
  • Loading branch information
LewisKSaint authored Nov 14, 2023
2 parents 7bbcf03 + 815bb32 commit a16a692
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions THIRD-PARTY-LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5568,7 +5568,7 @@ THE SOFTWARE.


* Name: golang.org/x/crypto/pkcs12
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/crypto/+/v0.1.0:LICENSE)
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/crypto/+/v0.14.0:LICENSE)

LICENSE REQUIREMENTS & SPECIFICATIONS
======================================
Expand Down Expand Up @@ -5605,7 +5605,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


* Name: golang.org/x/net
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/net/+/v0.7.0:LICENSE)
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/net/+/v0.17.0:LICENSE)

LICENSE REQUIREMENTS & SPECIFICATIONS
======================================
Expand Down Expand Up @@ -5679,7 +5679,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


* Name: golang.org/x/sys/unix
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/sys/+/v0.5.0:LICENSE)
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/sys/+/v0.13.0:LICENSE)

LICENSE REQUIREMENTS & SPECIFICATIONS
======================================
Expand Down Expand Up @@ -5716,7 +5716,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


* Name: golang.org/x/term
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/term/+/v0.5.0:LICENSE)
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/term/+/v0.13.0:LICENSE)

LICENSE REQUIREMENTS & SPECIFICATIONS
======================================
Expand Down Expand Up @@ -5753,7 +5753,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


* Name: golang.org/x/text
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/text/+/v0.7.0:LICENSE)
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/text/+/v0.13.0:LICENSE)

LICENSE REQUIREMENTS & SPECIFICATIONS
======================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ metadata:
certified: "true"
com.redhat.delivery.operator.bundle: "true"
com.redhat.openshift.versions: v4.10
containerImage: docker.io/solace/pubsubplus-eventbroker-operator:1.0.1
createdAt: "2023-09-13T10:40:30Z"
containerImage: docker.io/solace/pubsubplus-eventbroker-operator:1.0.2
createdAt: "2023-11-14T16:30:42Z"
description: The Solace PubSub+ Event Broker Operator deploys and manages the
lifecycle of PubSub+ Event Brokers
operators.openshift.io/valid-subscription: '[]'
operators.operatorframework.io/builder: operator-sdk-v1.27.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/SolaceProducts/pubsubplus-kubernetes-quickstart
support: Solace Products
name: pubsubplus-eventbroker-operator.v1.0.1
name: pubsubplus-eventbroker-operator.v1.0.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -296,7 +296,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: docker.io/solace/pubsubplus-eventbroker-operator:1.0.1
image: docker.io/solace/pubsubplus-eventbroker-operator:1.0.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -411,4 +411,4 @@ spec:
provider:
name: Solace Corporation
url: www.solace.com
version: 1.0.1
version: 1.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.3
labels:
app.kubernetes.io/version: v1.0.1
app.kubernetes.io/version: v1.0.2
name: pubsubpluseventbrokers.pubsubplus.solace.com
spec:
group: pubsubplus.solace.com
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1881,7 +1881,7 @@ spec:
env:
- name: WATCH_NAMESPACE
value: ""
image: docker.io/solace/pubsubplus-eventbroker-operator:1.0.1
image: docker.io/solace/pubsubplus-eventbroker-operator:1.0.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit a16a692

Please sign in to comment.