Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#6)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>0.1.0</summary>

## 0.1.0 (2024-06-10)


### Features

* adding NanoTDF support
([#5](#5))
([dfa5f52](dfa5f52))
* initial CI scaffolding and processors
([#1](#1))
([3cd5c92](3cd5c92))


### Bug Fixes

* register bouncy castle
([#8](#8))
([7358a8b](7358a8b))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
  • Loading branch information
opentdf-automation[bot] authored Jun 10, 2024
1 parent 7358a8b commit 76653d1
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.1.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 0.1.0 (2024-06-10)


### Features

* adding NanoTDF support ([#5](https://github.com/opentdf/nifi/issues/5)) ([dfa5f52](https://github.com/opentdf/nifi/commit/dfa5f5272db6a5d0bc267b578f1909471002d8a7))
* initial CI scaffolding and processors ([#1](https://github.com/opentdf/nifi/issues/1)) ([3cd5c92](https://github.com/opentdf/nifi/commit/3cd5c9284b2841c88019c13ea2635162c3dc919c))


### Bug Fixes

* register bouncy castle ([#8](https://github.com/opentdf/nifi/issues/8)) ([7358a8b](https://github.com/opentdf/nifi/commit/7358a8b00eb81cd3e3b7c8be91220a5ee7b82276))
4 changes: 2 additions & 2 deletions nifi-tdf-controller-services-api-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.opentdf.nifi</groupId>
<artifactId>nifi-pom</artifactId>
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.1.0</version><!-- {x-version-update:nifi:current} -->
</parent>
<artifactId>nifi-tdf-controller-services-nar</artifactId>
<name>nifi-tdf-controller-services-nar</name>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nifi-tdf-controller-services-api</artifactId>
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.1.0</version><!-- {x-version-update:nifi:current} -->
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-tdf-controller-services-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.opentdf.nifi</groupId>
<artifactId>nifi-pom</artifactId>
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.1.0</version><!-- {x-version-update:nifi:current} -->
</parent>
<artifactId>nifi-tdf-controller-services-api</artifactId>
<name>nifi-tdf-controller-services-api</name>
Expand Down
4 changes: 2 additions & 2 deletions nifi-tdf-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.opentdf.nifi</groupId>
<artifactId>nifi-pom</artifactId>
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.1.0</version><!-- {x-version-update:nifi:current} -->
</parent>
<artifactId>nifi-tdf-nar</artifactId>
<name>nifi-tdf-nar</name>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nifi-tdf-processors</artifactId>
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.1.0</version><!-- {x-version-update:nifi:current} -->
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
Expand Down
4 changes: 2 additions & 2 deletions nifi-tdf-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.opentdf.nifi</groupId>
<artifactId>nifi-pom</artifactId>
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.1.0</version><!-- {x-version-update:nifi:current} -->
</parent>
<artifactId>nifi-tdf-processors</artifactId>
<name>nifi-tdf-processors</name>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nifi-tdf-controller-services-api</artifactId>
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.1.0</version><!-- {x-version-update:nifi:current} -->
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.opentdf.nifi</groupId>
<artifactId>nifi-pom</artifactId>
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.1.0</version><!-- {x-version-update:nifi:current} -->
<name>nifi-pom</name>
<packaging>pom</packaging>
<description>NiFi processors for OpenTDF</description>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

nifi:0.0.0:0.1.0-SNAPSHOT
nifi:0.1.0:0.1.0

0 comments on commit 76653d1

Please sign in to comment.