Skip to content

Commit

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


<details><summary>0.7.1</summary>

## [0.7.1](v0.7.0...v0.7.1)
(2024-10-30)


### Miscellaneous Chores

* release 0.7.1 ([#41](#41))
([a0cc42a](a0cc42a))
</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 Nov 5, 2024
1 parent 91577da commit e86149d
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 11 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.7.0"
".": "0.7.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.1](https://github.com/opentdf/nifi/compare/v0.7.0...v0.7.1) (2024-10-30)


### Miscellaneous Chores

* release 0.7.1 ([#41](https://github.com/opentdf/nifi/issues/41)) ([a0cc42a](https://github.com/opentdf/nifi/commit/a0cc42aa8a93a3bb1a2819964adf12971963697b))

## [0.7.0](https://github.com/opentdf/nifi/compare/v0.6.0...v0.7.0) (2024-10-23)


Expand Down
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.8.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.8.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.8.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.8.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.8.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.8.0</version><!-- {x-version-update:nifi:current} -->
</parent>
<artifactId>nifi-tdf-controller-services-api</artifactId>
<name>nifi-tdf-controller-services-api</name>
Expand Down
6 changes: 3 additions & 3 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.8.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.8.0</version><!-- {x-version-update:nifi:current} -->
</parent>
<artifactId>nifi-tdf-nar</artifactId>
<name>nifi-tdf-nar</name>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nifi-tdf-processors</artifactId>
<version>0.8.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.8.0</version><!-- {x-version-update:nifi:current} -->
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nifi-tdf-controller-services-nar</artifactId>
<version>0.8.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.8.0</version><!-- {x-version-update:nifi:current} -->
<type>nar</type>
</dependency>
</dependencies>
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.8.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.8.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.8.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.8.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.8.0-SNAPSHOT</version><!-- {x-version-update:nifi:current} -->
<version>0.8.0</version><!-- {x-version-update:nifi:current} -->
<name>nifi-pom</name>
<description>NiFi processors for OpenTDF</description>
<url>https://github.com/opentdf/nifi</url>
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.7.0:0.8.0-SNAPSHOT
nifi:0.8.0:0.8.0

0 comments on commit e86149d

Please sign in to comment.