Compare commits

...

16 Commits
v0.3.1 ... 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
dmilov 23e8b6714b
Merge pull request #46 from dmilov/topic/add-project-uri
chore: Add Project URI in the module manifest
2021-09-08 16:22:10 +03:00
Dimitar Milov c8b5958909 chore: Add Project URI in the module manifest
Signed-off-by: Dimitar Milov <dmilov@vmware.com>
2021-09-08 09:57:04 +03:00
Michael Gasch eda44f45bb
Merge pull request #44 from cloudevents/create-pull-request/patch
Update CHANGELOG
2021-08-30 11:54:45 +02:00
dmilov 4cebfdf75e Update CHANGELOG for v0.3.1 2021-08-30 09:48:51 +00:00
7 changed files with 138 additions and 4 deletions

View File

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

View File

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

View File

@ -1,4 +1,57 @@
<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)
> Release Date: 2021-08-30
### 🐞 Fix
- [7eb0f9b] Incorrect parsing of Binary Content Mode cloud events
### 🧹 Chore
- [941816a] Add RELEASE instructions (#40)
### ⚠️ BREAKING
### 📖 Commits
- [7eb0f9b] fix: Incorrect parsing of Binary Content Mode cloud events
- [941816a] chore: Add RELEASE instructions (#40)
- [7876104] Update README with the new version output
<a name="v0.3.0"></a> <a name="v0.3.0"></a>
## v0.3.0 ## v0.3.0

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) # 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 ## Status
Supported CloudEvents versions: Supported CloudEvents versions:
@ -160,3 +162,40 @@ Read-CloudEventData -CloudEvent $cloudEvent
100 100
33 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' RootModule = 'CloudEvents.Sdk.psm1'
# Version number of this module. # Version number of this module.
ModuleVersion = '0.3.1' ModuleVersion = '0.3.3'
# Supported PSEditions # Supported PSEditions
CompatiblePSEditions = @('Core') CompatiblePSEditions = @('Core')
@ -80,5 +80,38 @@ VariablesToExport = '*'
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
AliasesToExport = @() AliasesToExport = @()
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'CloudEvents','SDK'
# A URL to the license for this module.
# LicenseUri = ''
# A URL to the main website for this project.
ProjectUri = 'https://github.com/cloudevents/sdk-powershell'
# A URL to an icon representing this module.
# IconUri = ''
# ReleaseNotes of this module
# ReleaseNotes = ''
# Prerelease string of this module
# Prerelease = ''
# Flag to indicate whether the module requires explicit user acceptance for install/update
# RequireLicenseAcceptance = $false
# External dependent modules of this module
# ExternalModuleDependencies = @()
} # End of PSData hashtable
} # End of PrivateData hashtable
} }