Compare commits

...

12 Commits
v0.3.2 ... main

Author SHA1 Message Date
Doug Davis e4c6eb2053
add link to our security mailing list (#54)
Signed-off-by: Doug Davis <dug@microsoft.com>
2023-10-16 06:59:08 -07:00
Doug Davis de78f7abc0
Governance docs per CE PR 1226 (#53)
Signed-off-by: Doug Davis <dug@microsoft.com>
2023-09-28 06:56:32 -07:00
Mark Peek fce1f2a05b
Merge pull request #52 from cloudevents/addGovDocs
add some missing governance docs
2023-09-20 11:21:32 -07:00
Doug Davis 69b301acc5 add some missing governance docs
Signed-off-by: Doug Davis <dug@microsoft.com>
2023-09-11 19:47:35 +00:00
Michael Gasch 62f0995896
Merge pull request #51 from cloudevents/dep-1
chore: Update embano1/wip action
2023-04-26 14:12:55 +02:00
Michael Gasch 033df40cea
chore: Update embano1/wip action
Signed-off-by: Michael Gasch <15986659+embano1@users.noreply.github.com>
2023-04-25 17:43:53 +02:00
Michael Gasch 685b0fb6c2
Merge pull request #50 from cloudevents/create-pull-request/patch
Update CHANGELOG
2021-09-08 20:43:02 +02:00
embano1 f81400785b Update CHANGELOG for v0.3.3 2021-09-08 18:42:20 +00:00
Michael Gasch 112e84313d
Merge pull request #49 from dmilov/topic/bump-module-version-for-release
chore: Bump module version for new release
2021-09-08 20:38:53 +02:00
Michael Gasch 7fe15200b3
Merge pull request #48 from embano1/issue-47
chore: Trigger release on tag push
2021-09-08 20:38:28 +02:00
Dimitar Milov 32f333ba86 chore: Bump module version for new release
Signed-off-by: Dimitar Milov <dmilov@vmware.com>
2021-09-08 20:08:53 +03:00
Michael Gasch 5e2e221c24 chore: Trigger release on tag push
Closes: #47
Signed-off-by: Michael Gasch <mgasch@vmware.com>
2021-09-08 17:22:52 +02:00
7 changed files with 84 additions and 4 deletions

View File

@ -14,4 +14,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check WIP in PR Title
uses: embano1/wip@v1
uses: embano1/wip@v2

View File

@ -6,7 +6,7 @@
name: Release
on:
create:
push:
tags:
- v*
workflow_dispatch:

View File

@ -1,4 +1,36 @@
<a name="v0.3.3"></a>
## [Release v0.3.3](https://github.com/cloudevents/sdk-powershell/compare/v0.3.2...v0.3.3)
> Release Date: 2021-09-08
### 🧹 Chore
- [32f333b] Bump module version for new release
- [5e2e221] Trigger release on tag push (#47)
### ⚠️ BREAKING
### 📖 Commits
- [32f333b] chore: Bump module version for new release
- [5e2e221] chore: Trigger release on tag push (#47)
<a name="v0.3.2"></a>
## [Release v0.3.2](https://github.com/cloudevents/sdk-powershell/compare/v0.3.1...v0.3.2)
> Release Date: 2021-09-08
### 🧹 Chore
- [c8b5958] Add Project URI in the module manifest
### ⚠️ BREAKING
### 📖 Commits
- [c8b5958] chore: Add Project URI in the module manifest
<a name="v0.3.1"></a>
## [Release v0.3.1](https://github.com/cloudevents/sdk-powershell/compare/v0.3.0...v0.3.1)

9
MAINTAINERS.md Normal file
View File

@ -0,0 +1,9 @@
# Maintainers
Current active maintainers of this SDK:
- [William Lam](https://github.com/lamw)
- [Mark Peek](https://github.com/markpeek
- [Dimitar Milov](https://github.com/dmilov)
- [Michael Gasch](https://github.com/embano1)
- [Simeon Gerginov](https://github.com/SimeonGerginov)

View File

@ -1,5 +1,7 @@
# PowerShell 7.0 SDK for CloudEvents based on [.NET SDK for CloudEvents](https://github.com/cloudevents/sdk-csharp)
Official CloudEvents SDK to integrate your application with CloudEvents.
## Status
Supported CloudEvents versions:
@ -160,3 +162,40 @@ Read-CloudEventData -CloudEvent $cloudEvent
100
33
```
## Community
- There are bi-weekly calls immediately following the
[Serverless/CloudEvents call](https://github.com/cloudevents/spec#meeting-time)
at 9am PT (US Pacific). Which means they will typically start at 10am PT, but
if the other call ends early then the SDK call will start early as well. See
the
[CloudEvents meeting minutes](https://docs.google.com/document/d/1OVF68rpuPK5shIHILK9JOqlZBbfe91RNzQ7u_P7YCDE/edit#)
to determine which week will have the call.
- Slack: #cloudeventssdk channel under
[CNCF's Slack workspace](https://slack.cncf.io/).
- Email: https://lists.cncf.io/g/cncf-cloudevents-sdk
- Contact for additional information: Michael Gasch (`@Michael Gasch`
on slack).
Each SDK may have its own unique processes, tooling and guidelines, common
governance related material can be found in the
[CloudEvents `community`](https://github.com/cloudevents/spec/tree/master/community)
directory. In particular, in there you will find information concerning
how SDK projects are
[managed](https://github.com/cloudevents/spec/blob/master/community/SDK-GOVERNANCE.md),
[guidelines](https://github.com/cloudevents/spec/blob/master/community/SDK-maintainer-guidelines.md)
for how PR reviews and approval, and our
[Code of Conduct](https://github.com/cloudevents/spec/blob/master/community/GOVERNANCE.md#additional-information)
information.
If there is a security concern with one of the CloudEvents specifications, or
with one of the project's SDKs, please send an email to
[cncf-cloudevents-security@lists.cncf.io](mailto:cncf-cloudevents-security@lists.cncf.io).
## Additional SDK Resources
- [List of current active maintainers](MAINTAINERS.md)
- [How to contribute to the project](CONTRIBUTING.md)
- [SDK's License](LICENSE)
- [SDK's Release process](RELEASING.md)

View File

@ -9,7 +9,7 @@
RootModule = 'CloudEvents.Sdk.psm1'
# Version number of this module.
ModuleVersion = '0.3.2'
ModuleVersion = '0.3.3'
# Supported PSEditions
CompatiblePSEditions = @('Core')