Skip to content

Commit

Permalink
Merge branch 'release-0.7.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
William Lam committed Aug 4, 2022
2 parents 0e183c3 + a6d5734 commit 3843a28
Show file tree
Hide file tree
Showing 17 changed files with 154 additions and 49 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gcr-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:

steps:
- name: Setup ko
uses: imjasonh/setup-ko@2c3450ca27f6e6f2b02e72a40f2163c281a1f675 # v0.4
uses: imjasonh/setup-ko@78eea08f10db87a7a23a666a4a6fe2734f2eeb8d # v0.4

- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gcr-prerelease-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Setup ko
uses: imjasonh/setup-ko@2c3450ca27f6e6f2b02e72a40f2163c281a1f675 # v0.4
uses: imjasonh/setup-ko@78eea08f10db87a7a23a666a4a6fe2734f2eeb8d # v0.4

- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ref: "master"

- name: Set up Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
with:
go-version: ${{ matrix.go-version }}

Expand Down Expand Up @@ -112,10 +112,10 @@ jobs:

steps:
- name: Setup ko
uses: imjasonh/setup-ko@2c3450ca27f6e6f2b02e72a40f2163c281a1f675 # v0.4
uses: imjasonh/setup-ko@78eea08f10db87a7a23a666a4a6fe2734f2eeb8d # v0.4

- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/router-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down Expand Up @@ -70,10 +70,10 @@ jobs:

steps:
- name: Setup ko
uses: imjasonh/setup-ko@2c3450ca27f6e6f2b02e72a40f2163c281a1f675 # v0.4
uses: imjasonh/setup-ko@78eea08f10db87a7a23a666a4a6fe2734f2eeb8d # v0.4

- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/router-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:

steps:
- name: Set up Go 1.18.x
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
with:
go-version: 1.18

- name: Setup ko
uses: imjasonh/setup-ko@2c3450ca27f6e6f2b02e72a40f2163c281a1f675 # v0.4
uses: imjasonh/setup-ko@78eea08f10db87a7a23a666a4a6fe2734f2eeb8d # v0.4

- name: Check out code onto GOPATH
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down Expand Up @@ -136,12 +136,12 @@ jobs:

steps:
- name: Set up Go 1.18.x
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
with:
go-version: 1.18

- name: Setup ko
uses: imjasonh/setup-ko@2c3450ca27f6e6f2b02e72a40f2163c281a1f675 # v0.4
uses: imjasonh/setup-ko@78eea08f10db87a7a23a666a4a6fe2734f2eeb8d # v0.4

- name: Check out code onto GOPATH
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/router-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/router-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/router-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@3cc123766321e9f15a6676375c154ccffb12a358
- uses: actions/stale@9c1b1c6e115ca2af09755448e0dbba24e5061cc8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
121 changes: 121 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,125 @@

<a name="v0.7.3"></a>
## [Release v0.7.3](https://github.com/vmware-samples/vcenter-event-broker-appliance/compare/v0.7.2...v0.7.3)

> Release Date: 2022-07-14
### 🐞 Fix

- [152f26e] Resolved issues with old Flask versions
- [0d710e8] correctly handle quoted ovf properties Closes: [#824](https://github.com/vmware-samples/vcenter-event-broker-appliance/issues/824) (#824)
- [a045117] update in-memory-channel.yaml to knative/eventing v1.1.0 release Closes: [#886](https://github.com/vmware-samples/vcenter-event-broker-appliance/issues/886) (#886)
- [253c3ff] Update container image link (#878)
- [722a376] Remove whitespace from comments
- [012707b] Handle unicode characters in tag names (#834)
- [26e084f] NSX tag sync DEBUG statements (#833)
- [36d086d] Bump gogo proto version (#829)

### 💫 Feature

- [32f5996] created kn-ps-harbor-slack function example (#916)
- [02c6c9e] Add kn-go-harbor-webhook function (#914)
- [643a0e6] Enhanced pattern matching for EventBridge (#909)
- [cb9d2ea] Port datastore usage email function to Knative (#870)
- [c7cb2c6] Port HA restart function to Knative (#867) (#869)
- [3359684] Add Zapier webhook example (#864)
- [98020a9] Add optional event subject arg to testing scripts (#858)
- [e6ebd98] Port hostmaint alarms function to Knative (#856)
- [0da7740] Add iam_auth_role for EventBridge (#823)
- [78c6a3f] Add kn-go-nsx-tag-sync Function (#836)
- [abdc839] Slack alert when VMs are on unapproved portgroups (#812)

### 📃 Documentation

- [9d8a6e0] Add v0.7.3 release to website
- [14040c3] Fix Harbor example docs (#920)
- [90fcd0d] Updated websites community page with veba calls infos (#905)
- [68c9bc4] Updated vcenter events page with U3 references and data (#903)
- [f4c6c00] Added link to dead letter queue explanation to event-router section (#901)
- [4dbcb9c] updated faqs 3 and 6 on veba website (#899)
- [6687c71] update additional resources page with latest content (#897)
- [2d632a0] Update documentation (#861) (#875)
- [b2981ae] Add Docker daemon start/stop instructions (#882)
- [1d2150c] Improvements to appliance build process and documentation Closes: 841
- [178060e] Make concurrency values consistent (#876)
- [624f24c] Add datastore usage email function to website (#870)
- [fbd4fff] Update AWS EventBridge auth (#873)
- [4f7dc04] Update kn-pcli-template (#871)
- [8b29721] Add kn-pcli-hostmaint-alarms to website (#862)
- [012512e] Expand troubleshooting guide (#854)
- [8d6eb01] Direct new function writers to PowerCLI template (#817)
- [074e45d] Update bad links in functions pages (#820)
- [d05d1e2] Open private container registry link in same window (#837)
- [39bfd6a] Instructions for using private container registry (#827)

### 🧹 Chore

- [3d8b395] Update VEBA UI version (#918)
- [e1f7f12] Go formatting
- [1248bb3] Update workflows (#911)
- [038a2f3] Update Python examples
- [e53daa5] Update JSON schema (#852)
- [fb85eb1] Add CodeQL scanning (#828)

### ⚠️ BREAKING

### 📖 Commits

- [d23524e] Bump version to v0.7.3 for release
- [9d8a6e0] docs: Add v0.7.3 release to website
- [5d1952d] Bump version to release-0.7.3
- [14040c3] docs: Fix Harbor example docs (#920)
- [3d8b395] chore: Update VEBA UI version (#918)
- [32f5996] feat: created kn-ps-harbor-slack function example (#916)
- [02c6c9e] feat: Add kn-go-harbor-webhook function (#914)
- [643a0e6] feat: Enhanced pattern matching for EventBridge (#909)
- [e1f7f12] chore: Go formatting
- [6e821c2] chore(deps): Bump github/codeql-action from 1 to 2
- [1248bb3] chore: Update workflows (#911)
- [90fcd0d] docs: Updated websites community page with veba calls infos (#905)
- [68c9bc4] docs: Updated vcenter events page with U3 references and data (#903)
- [f4c6c00] docs: Added link to dead letter queue explanation to event-router section (#901)
- [4dbcb9c] docs: updated faqs 3 and 6 on veba website (#899)
- [6687c71] docs: update additional resources page with latest content (#897)
- [2d632a0] docs: Update documentation (#861) (#875)
- [038a2f3] chore: Update Python examples
- [d4acb94] chore(deps): Bump pip in /examples/knative/python/kn-py-slack
- [f3f3036] chore(deps): Bump pip in /examples/knative/python/kn-py-vro
- [22caf50] chore(deps): Bump pip in /examples/knative/python/kn-py-vm-attr
- [58eeabe] chore(deps): Bump pip in /examples/knative/python/kn-py-echo
- [f4728ff] chore(deps): Bump urllib3 in /examples/knative/python/kn-py-slack
- [152f26e] fix: Resolved issues with old Flask versions
- [0d710e8] fix: correctly handle quoted ovf properties Closes: [#824](https://github.com/vmware-samples/vcenter-event-broker-appliance/issues/824) (#824)
- [a045117] fix: update in-memory-channel.yaml to knative/eventing v1.1.0 release Closes: [#886](https://github.com/vmware-samples/vcenter-event-broker-appliance/issues/886) (#886)
- [b2981ae] docs: Add Docker daemon start/stop instructions (#882)
- [1d2150c] docs: Improvements to appliance build process and documentation Closes: 841
- [178060e] docs: Make concurrency values consistent (#876)
- [624f24c] docs: Add datastore usage email function to website (#870)
- [cb9d2ea] feat: Port datastore usage email function to Knative (#870)
- [253c3ff] fix: Update container image link (#878)
- [c7cb2c6] feat: Port HA restart function to Knative (#867) (#869)
- [fbd4fff] docs: Update AWS EventBridge auth (#873)
- [4f7dc04] docs: Update kn-pcli-template (#871)
- [3359684] feat: Add Zapier webhook example (#864)
- [8b29721] docs: Add kn-pcli-hostmaint-alarms to website (#862)
- [98020a9] feat: Add optional event subject arg to testing scripts (#858)
- [e6ebd98] feat: Port hostmaint alarms function to Knative (#856)
- [012512e] docs: Expand troubleshooting guide (#854)
- [e53daa5] chore: Update JSON schema (#852)
- [722a376] fix: Remove whitespace from comments
- [0da7740] feat: Add iam_auth_role for EventBridge (#823)
- [78c6a3f] feat: Add kn-go-nsx-tag-sync Function (#836)
- [012707b] fix: Handle unicode characters in tag names (#834)
- [8d6eb01] docs: Direct new function writers to PowerCLI template (#817)
- [074e45d] docs: Update bad links in functions pages (#820)
- [d05d1e2] docs: Open private container registry link in same window (#837)
- [39bfd6a] docs: Instructions for using private container registry (#827)
- [26e084f] fix: NSX tag sync DEBUG statements (#833)
- [36d086d] fix: Bump gogo proto version (#829)
- [fb85eb1] chore: Add CodeQL scanning (#828)
- [67e0e1d] bug: fix website out of sync (#821)
- [abdc839] feat: Slack alert when VMs are on unapproved portgroups (#812)

<a name="v0.7.2"></a>
## [Release v0.7.2](https://github.com/vmware-samples/vcenter-event-broker-appliance/compare/v0.7.1...v0.7.2)

Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Follow](https://img.shields.io/twitter/follow/embano1?style=social)](https://twi
- [Overview](#overview)
- [Architecture](#architecture)
- [Getting in touch](#getting-in-touch)
- [Community Calls](#community-calls)
- [Other Channels](#other-channels)
- [Contributing](#contributing)
- [License](#license)

Expand Down Expand Up @@ -123,18 +121,6 @@ page](https://vmweventbroker.io/kb/architecture).

## Getting in touch

### Community Calls

Public VEBA community meetings are held every **last Tuesday** in the month at
**8AM Pacific Time (US)**.

- **Zoom:** <https://via.vmw.com/veba-ama>
- **Note:** The meeting is **password protected** to mitigate abuse. Please join the VEBA Slack [channel](https://vmwarecode.slack.com/archives/CQLT9B5AA) to receive the Zoom password or contact us in case of issues.
- **Notes**: <https://via.vmw.com/veba-notes>
- **Recording Playlist**: [VEBA Community Calls](https://youtube.com/playlist?list=PLnopqt07fPn3hspeQvarWuFH3IiwkMpDJ)

### Other Channels

Feel free to reach out to [Team #VEBA](https://vmweventbroker.io/#team-veba) and
the community via:
- Email us at [[email protected]](mailto:[email protected])
Expand Down
11 changes: 0 additions & 11 deletions docs/site/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@ links:

The VMware Event Broker Appliance team welcomes contributions from the community and this page presents the guidelines for contributing to VMware Event Broker Appliance.

## Community Calls

Public VEBA community meetings are held every **last Tuesday** in the month at
**8AM Pacific Time (US)**.

- **Zoom:** <https://via.vmw.com/veba-ama>{:target="_blank"}
- **Note:** The meeting is **password protected** to mitigate abuse. Please join the VEBA Slack [channel](https://vmwarecode.slack.com/archives/CQLT9B5AA){:target="_blank"} to receive the Zoom password or contact us in case of issues.
- **Notes**: <https://via.vmw.com/veba-notes>{:target="_blank"}
- **Recording Playlist**: [VEBA Community Calls](https://youtube.com/playlist?list=PLnopqt07fPn3hspeQvarWuFH3IiwkMpDJ){:target="_blank"}

## Contributing

Following the guidelines helps to make the contribution process easy,
Expand Down Expand Up @@ -115,7 +105,6 @@ the following requirements:
- The change is clearly documented and follows Git commit best practices (see
below)


### Format of the Commit Message

We follow the conventions described in [How to Write a Git Commit
Expand Down
9 changes: 9 additions & 0 deletions docs/site/evolutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ permalink: /evolution
limit: 3
entry:

- title: VEBA [v0.7.4](https://github.com/vmware-samples/vcenter-event-broker-appliance/releases/tag/v0.7.4)
type: feature
date: Aug 2022
id: vzerosevenfour
detail:
subtitle: Features
text:
- Fixed VEBA vSphere UI for subscribing to multiple events for single function

- title: VEBA [v0.7.3](https://github.com/vmware-samples/vcenter-event-broker-appliance/releases/tag/v0.7.3)
type: feature
date: Jul 2022
Expand Down
8 changes: 4 additions & 4 deletions veba-bom.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"veba": {
"version": "v0.7.3"
"version": "v0.7.4"
},
"vmware-event-router": {
"gitRepoTag": "v0.7.3",
"gitRepoTag": "v0.7.4",
"containers": [{
"name": "us.gcr.io/daisy-284300/veba/router",
"version": "v0.7.3"
"version": "v0.7.4"
}]
},
"veba-ui": {
"gitRepoTag": "v0.0.0",
"containers": [{
"name": "projects.registry.vmware.com/veba/veba-ui",
"version": "27b4e224"
"version": "2802221f"
}]
},
"antrea": {
Expand Down
4 changes: 2 additions & 2 deletions vmware-event-router/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: event-router
description: The VMware Event Router is used to connect to various VMware event providers and forwards received events to supported event processors.
home: https://vmweventbroker.io/
type: application
version: v0.7.4
appVersion: v0.7.3
version: v0.7.5
appVersion: v0.7.4
maintainers:
- name: Michael Gasch
email: [email protected]
Binary file not shown.
Binary file not shown.

0 comments on commit 3843a28

Please sign in to comment.