Skip to content

Commit

Permalink
[Updated] Apache Pulsar v3.1.1
Browse files Browse the repository at this point in the history
[Fixed] workflows badge.svg
[Added] Code of Conduct
  • Loading branch information
eaba committed Dec 15, 2023
1 parent 7cb21e1 commit b365758
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## vNext
- [Added] Code of Conduct
- [Fixed] workflows badge.svg
- [Updated] Apache Pulsar v3.1.1

## [2.14.1] / 2023-09-22
- [UPDATE] NUKE v7.0.5
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Build](https://github.com/eaba/SharpPulsar/workflows/Build/badge.svg)](https://github.com/eaba/SharpPulsar/actions?query=workflow%3ABuild)
[![Tests](https://github.com/eaba/SharpPulsar/workflows/Tests/badge.svg)](https://github.com/eaba/SharpPulsar/actions?query=workflow%3ATests)
[![Build](https://github.com/Sharp-Pulsar/SharpPulsar/workflows/pr/badge.svg)](https://github.com/Sharp-Pulsar/SharpPulsar/actions?query=workflow%3Apr)
[![Tests](https://github.com/Sharp-Pulsar/SharpPulsar/workflows/pulsar_linux/badge.svg)](https://github.com/Sharp-Pulsar/SharpPulsar/actions?query=workflow%3Apulsar_linux)
[![Nuget](https://github.com/Sharp-Pulsar/SharpPulsar/workflows/nuget/badge.svg)](https://github.com/Sharp-Pulsar/SharpPulsar/actions?query=workflow%3Anuget)

# SharpPulsar
SharpPulsar is an [Apache Pulsar](https://github.com/apache/pulsar) Client built on top [Akka.net](https://github.com/akkadotnet/akka.net), which can handle millions of
Expand Down
5 changes: 5 additions & 0 deletions src/SharpPulsar/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant
to clarify expected behavior in our community.
For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
2 changes: 1 addition & 1 deletion src/Testcontainers.Pulsar/PulsarBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Testcontainers.Pulsar
[PublicAPI]
public sealed class PulsarBuilder : ContainerBuilder<PulsarBuilder, PulsarContainer, PulsarConfiguration>
{
public const string PulsarImage = "apachepulsar/pulsar-all:3.1.0";
public const string PulsarImage = "apachepulsar/pulsar-all:3.1.1";

public ushort PulsarPort = 6650;
public ushort PulsarAdminPort = 8080;
Expand Down

0 comments on commit b365758

Please sign in to comment.