Compare commits
16 Commits
Author | SHA1 | Date |
---|---|---|
|
e4c6eb2053 | |
|
de78f7abc0 | |
|
fce1f2a05b | |
|
69b301acc5 | |
|
62f0995896 | |
|
033df40cea | |
|
685b0fb6c2 | |
|
f81400785b | |
|
112e84313d | |
|
7fe15200b3 | |
|
32f333ba86 | |
|
5e2e221c24 | |
|
23e8b6714b | |
|
c8b5958909 | |
|
eda44f45bb | |
|
4cebfdf75e |
|
@ -14,4 +14,4 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check WIP in PR Title
|
||||
uses: embano1/wip@v1
|
||||
uses: embano1/wip@v2
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
name: Release
|
||||
|
||||
on:
|
||||
create:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
workflow_dispatch:
|
||||
|
|
53
CHANGELOG.md
53
CHANGELOG.md
|
@ -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>
|
||||
## v0.3.0
|
||||
|
||||
|
|
|
@ -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)
|
41
README.md
41
README.md
|
@ -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:
|
||||
|
@ -159,4 +161,41 @@ Read-CloudEventData -CloudEvent $cloudEvent
|
|||
108
|
||||
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)
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
RootModule = 'CloudEvents.Sdk.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '0.3.1'
|
||||
ModuleVersion = '0.3.3'
|
||||
|
||||
# Supported PSEditions
|
||||
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.
|
||||
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
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue