Skip to content

Commit

Permalink
v1.0.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisKSaint committed May 1, 2024
1 parent 0c639fa commit 05072f6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 93 deletions.
24 changes: 4 additions & 20 deletions .github/workflows/build-test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ on:
env:
VERSION: 1.0.3
IMAGE_NAME: pubsubplus-eventbroker-operator
VAULT_ADDR: https://vault.maas-vault-prod.solace.cloud:8200
GCLOUD_PROJECT_ID_DEV: stellar-arcadia-205014
GCLOUD_PROJECT_ID_STAGING: gcp-maas-staging
GCLOUD_PROJECT_ID_PROD: gcp-maas-prod
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
GCLOUD_PROJECT_ID_DEV: ${{ secrets.GCLOUD_PROJECT_ID }}


jobs:
Expand Down Expand Up @@ -89,13 +87,6 @@ jobs:
git add README.md
git commit -m "chore: Updated coverage badge."
# - name: Push changes except for the release branch or main (which is protected)
# if: ${{ !startsWith(github.ref_name, 'v1.') && (github.ref_name != 'main') && (steps.verify-changed-files.outputs.files_changed == 'true') }}
# uses: ad-m/github-push-action@master
# with:
# github_token: ${{ github.token }}
# force: true
# branch: ${{ github.ref }}
- name: Lint and Build
run: |
Expand Down Expand Up @@ -204,49 +195,42 @@ jobs:
int-minimal-non-ha:
# if: ${{ false }} # disable for now
needs: build
uses: ./.github/workflows/test-minimal-params.yml
secrets: inherit

int-minimal-ha:
# if: ${{ false }} # disable for now
needs: build
uses: ./.github/workflows/test-minimal-params-ha.yml
secrets: inherit

int-full-non-ha:
# if: ${{ false }} # disable for now
needs: build
uses: ./.github/workflows/test-full-params.yml
secrets: inherit

int-full-ha:
# if: ${{ false }} # disable for now
needs: build
uses: ./.github/workflows/test-full-params-ha.yml
secrets: inherit

int-broker-version-update:
# if: ${{ false }} # disable for now
needs: build
uses: ./.github/workflows/test-broker-upgrade-update.yml
secrets: inherit

int-helm-to-operator-upgrade:
# if: ${{ false }} # disable for now
needs: build
uses: ./.github/workflows/test-helm-upgrade.yml
secrets: inherit

int-chaos-mesh:
# if: ${{ false }} # disable for now
needs: build
uses: ./.github/workflows/test-broker-chaos-situation.yml
secrets: inherit

taints-and-tolerations:
if: ${{ false }} # disable for now as GKE Autopilot does not allow taints after creation
if: ${{ false }} # disable for now
needs: build
uses: ./.github/workflows/test-taints-and-toleration.yml
secrets: inherit
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/prep-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
release_tag:
description: 'Release tag'
required: true
default: '1.0.2-dev'
default: '1.0.3-dev'
prep_internal_release:
# Need to distinguish between internal and external releases
# Internal release: Will use default internal location for created images (ghcr.io) and will tag and push operator candidate there
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
certified: "true"
com.redhat.delivery.operator.bundle: "true"
com.redhat.openshift.versions: v4.10
containerImage: ghcr.io/solacedev/pubsubplus-eventbroker-operator:1.0.3
containerImage: docker.io/solace/pubsubplus-eventbroker-operator:1.0.3
createdAt: "2024-04-23T16:09:41Z"
description: The Solace PubSub+ Event Broker Operator deploys and manages the
lifecycle of PubSub+ Event Brokers
Expand Down Expand Up @@ -296,7 +296,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: ghcr.io/solacedev/pubsubplus-eventbroker-operator:1.0.3
image: docker.io/solace/pubsubplus-eventbroker-operator:1.0.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion ci/manifests/eventbroker-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
enabled: true
image:
repository: ghcr.io/solacedev/pubsubplus-prometheus-exporter
tag: 1.0.2-dev
tag: latest
pullPolicy: Always
pullSecrets:
- name: regcred
Expand Down
2 changes: 1 addition & 1 deletion ci/manifests/eventbroker-nonha-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
enabled: true
image:
repository: ghcr.io/solacedev/pubsubplus-prometheus-exporter
tag: 1.0.2-dev
tag: latest
pullPolicy: Always
pullSecrets:
- name: regcred
2 changes: 1 addition & 1 deletion deploy/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@ spec:
env:
- name: WATCH_NAMESPACE
value: ""
image: ghcr.io/solacedev/pubsubplus-eventbroker-operator:1.0.3
image: docker.io/solace/pubsubplus-eventbroker-operator:1.0.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
67 changes: 0 additions & 67 deletions docs/EventBrokerOperatorParametersReference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2345,73 +2345,6 @@ merge patch.<br/>



The pod this Toleration is attached to tolerates any taint that matches
the triple <key,value,effect> using the matching operator <operator>.

<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
<th>Required</th>
</tr>
</thead>
<tbody><tr>
<td><b>effect</b></td>
<td>string</td>
<td>
Effect indicates the taint effect to match. Empty means match all taint effects.
When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>key</b></td>
<td>string</td>
<td>
Key is the taint key that the toleration applies to. Empty means match all taint keys.
If the key is empty, operator must be Exists; this combination means to match all values and all keys.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>operator</b></td>
<td>string</td>
<td>
Operator represents a key's relationship to the value.
Valid operators are Exists and Equal. Defaults to Equal.
Exists is equivalent to wildcard for value, so that a pod can
tolerate all taints of a particular category.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>tolerationSeconds</b></td>
<td>integer</td>
<td>
TolerationSeconds represents the period of time the toleration (which must be
of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default,
it is not set, which means tolerate the taint forever (do not evict). Zero and
negative values will be treated as 0 (evict immediately) by the system.<br/>
<br/>
<i>Format</i>: int64<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>value</b></td>
<td>string</td>
<td>
Value is the taint value the toleration matches to.
If the operator is Exists, the value should be empty, otherwise just a regular string.<br/>
</td>
<td>false</td>
</tr></tbody>
</table>


### PubSubPlusEventBroker.spec.nodeAssignment[index].spec.tolerations[index]
<sup><sup>[↩ Parent](#pubsubpluseventbrokerspecnodeassignmentindexspec)</sup></sup>



The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.

<table>
Expand Down

0 comments on commit 05072f6

Please sign in to comment.