Skip to content

Commit

Permalink
doc: add links to the release issue template (#1954)
Browse files Browse the repository at this point in the history
* doc: add links to template

* add changelog item

* link to dependency updates

* undo network links

* update processor-sdk

* update template

* prepare to latest version

* update template
  • Loading branch information
raulb authored Nov 8, 2024
1 parent e06aa0b commit 5f5d4c9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
36 changes: 18 additions & 18 deletions .github/ISSUE_TEMPLATE/4-conduit-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@ body:
attributes:
label: Update Dependencies
options:
- label: '**conduit-commons**: Run `scripts/get-compare-link.sh ../conduit-commons/` to compare the latest tag and `main` branch. If changes are needed, push a new tag.'
- label: '**conduit-connector-protocol**: Update `conduit-commons` if necessary: `go get github.com/conduitio/[email protected]`. Run `scripts/get-compare-link.sh ../conduit-connector-protocol/` and tag if needed.'
- label: '**conduit-connector-sdk**: Update dependencies (`conduit-commons`, `conduit-connector-protocol`) as needed. Run `scripts/get-compare-link.sh ../conduit-connector-sdk/` and tag if needed.'
- label: '**conduit-processor-sdk**: Update `conduit-commons` if necessary. Run `scripts/get-compare-link.sh ../conduit-processor-sdk/` and tag if needed.'
- label: '**conduit-schema-registry**: Update `conduit-commons` if necessary. Run `scripts/get-compare-link.sh ../conduit-schema-registry/` and tag if needed.'
- label: '**Connector SDK in conduit-connector-template**: Bump the Connector SDK dependency.'
- label: '**conduit-connector-file**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-file/` and tag if needed.'
- label: '**conduit-connector-kafka**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-kafka/` and tag if needed.'
- label: '**conduit-connector-generator**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-generator/` and tag if needed.'
- label: '**conduit-connector-s3**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-s3/` and tag if needed.'
- label: '**conduit-connector-postgres**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-postgres/` and tag if needed.'
- label: '**conduit-connector-log**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-log/` and tag if needed.'
- label: '**Bump built-in connectors on Conduit**: Run `scripts/bump-builtin-connectors.sh`'
- label: '**Release Conduit** (see instructions below).'
- label: '**[conduit-commons](https://github.com/ConduitIO/conduit-commons)**: Run `scripts/get-compare-link.sh ../conduit-commons/` to compare the latest tag and `main` branch. If changes are needed, push a new tag.'
- label: '**[conduit-connector-protocol](https://github.com/ConduitIO/conduit-connector-protocol)**: Update `conduit-commons` if necessary: `go get github.com/conduitio/[email protected]`. Run `scripts/get-compare-link.sh ../conduit-connector-protocol/` and tag if needed.'
- label: '**[conduit-connector-sdk](https://github.com/ConduitIO/conduit-connector-sdk)**: Update dependencies (`conduit-commons`, `conduit-connector-protocol`) as needed. Run `scripts/get-compare-link.sh ../conduit-connector-sdk/` and tag if needed.'
- label: '**[conduit-processor-sdk](https://github.com/ConduitIO/conduit-processor-sdk)**: Update `conduit-commons` if necessary. Run `scripts/get-compare-link.sh ../conduit-processor-sdk/` and tag if needed.'
- label: '**[conduit-schema-registry](https://github.com/ConduitIO/conduit-schema-registry)**: Update `conduit-commons` if necessary. Run `scripts/get-compare-link.sh ../conduit-schema-registry/` and tag if needed.'
- label: '**[Connector SDK in conduit-connector-template](https://github.com/ConduitIO/conduit-connector-template)**: Bump the Connector SDK dependency.'
- label: '**[conduit-connector-file](https://github.com/ConduitIO/conduit-connector-file)**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-file/` and tag if needed.'
- label: '**[conduit-connector-kafka](https://github.com/ConduitIO/conduit-connector-kafka)**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-kafka/` and tag if needed.'
- label: '**[conduit-connector-generator](https://github.com/ConduitIO/conduit-connector-generator)**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-generator/` and tag if needed.'
- label: '**[conduit-connector-s3](https://github.com/ConduitIO/conduit-connector-s3)**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-s3/` and tag if needed.'
- label: '**[conduit-connector-postgres](https://github.com/ConduitIO/conduit-connector-postgres)**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-postgres/` and tag if needed.'
- label: '**[conduit-connector-log](https://github.com/ConduitIO/conduit-connector-log)**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-log/` and tag if needed.'
- label: '**Bump built-in connectors on Conduit**: Run `scripts/bump-builtin-connectors.sh`'
- label: '**Release Conduit** (see instructions below).'


- type: markdown
Expand All @@ -62,9 +62,10 @@ body:
options:
- label: 'Write a blog post.'
- label: 'Regenerate processor documentation on [conduit-site](https://github.com/ConduitIO/conduit-site).'
- label: 'Update the banner on the website.'
- label: 'Search and replace the latest version in `conduit-site`.'
- label: 'Search and replace the latest version in [README.md](../README.md).'
- label: 'Update the banner on the [website](https://github.com/ConduitIO/conduit-site). ⚠️ Remember to bump the `announcementBar.id`.'
- label: 'Create a changelog on the [website](https://github.com/ConduitIO/conduit-site).'
- label: 'Search and replace the latest version in [`conduit-site`](https://github.com/ConduitIO/conduit-site).'
- label: 'Search and replace the latest version in [README.md](https://github.com/ConduitIO/conduit/blob/main/README.md).'

- type: markdown
attributes:
Expand All @@ -75,7 +76,6 @@ body:
attributes:
label: Releasing Conduit
options:
- label: 'Trigger a release by pushing a new tag starting with `v` (e.g., `v1.2.3`).'
- label: 'Use the script [scripts/tag.sh](https://github.com/ConduitIO/conduit/blob/main/scripts/tag.sh) to ensure version conformity.'

- type: markdown
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Download the right `.deb` file for your machine architecture from the
[latest release](https://github.com/conduitio/conduit/releases/latest), then run:
```sh
dpkg -i conduit_0.12.0_Linux_x86_64.deb
dpkg -i conduit_0.12.2_Linux_x86_64.deb
```
### RPM
Expand All @@ -124,7 +124,7 @@ Download the right `.rpm` file for your machine architecture from the
[latest release](https://github.com/conduitio/conduit/releases/latest), then run:
```sh
rpm -i conduit_0.12.0_Linux_x86_64.rpm
rpm -i conduit_0.12.2_Linux_x86_64.rpm
```
### Build from source
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/conduitio/conduit-connector-protocol v0.9.0
github.com/conduitio/conduit-connector-s3 v0.8.1
github.com/conduitio/conduit-connector-sdk v0.12.0
github.com/conduitio/conduit-processor-sdk v0.3.0
github.com/conduitio/conduit-processor-sdk v0.4.0
github.com/conduitio/conduit-schema-registry v0.2.2
github.com/conduitio/yaml/v3 v3.3.0
github.com/dop251/goja v0.0.0-20240806095544-3491d4a58fbe
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ github.com/conduitio/conduit-connector-s3 v0.8.1 h1:bZ343tbnHCpuJeTQf2LlEqvWHNK2
github.com/conduitio/conduit-connector-s3 v0.8.1/go.mod h1:lqcOTIBWv5mqe5OWUJkZChSghS8Im7otomc6kdFtbn8=
github.com/conduitio/conduit-connector-sdk v0.12.0 h1:WD/ZQhEAJMkvkq0KIyVCGeU8ni2ASMyPpBbAWZQ+lKo=
github.com/conduitio/conduit-connector-sdk v0.12.0/go.mod h1:keZ4eZ4q+7GFEz+Q8G97wvPrrdnBoxh+Bmxl9P9pZW0=
github.com/conduitio/conduit-processor-sdk v0.3.0 h1:ZLvkPrgjnHc/fkivHi959mN9QWwLAPNCsaGpdPs48u4=
github.com/conduitio/conduit-processor-sdk v0.3.0/go.mod h1:tnep/roIO45cxU8F9YpgjtZpQ1y4CBXZU8+YV963bUs=
github.com/conduitio/conduit-processor-sdk v0.4.0 h1:wF1Fj31aneNixNbW5rJ0/5Q3vwWeFkagB/Au1zaXwiI=
github.com/conduitio/conduit-processor-sdk v0.4.0/go.mod h1:Jj9ZBTee7nO0XeociDxe9gSvLFN1GbPWP1Aj04DPeZQ=
github.com/conduitio/conduit-schema-registry v0.2.2 h1:Q0uL8egRAzJlRV7Ed5nEcqZ1yE/UQeZJad3VmhgTSFE=
github.com/conduitio/conduit-schema-registry v0.2.2/go.mod h1:EmT4ylkz15LYddL6qU4wDX52n1Yp0aHvEDRIWOYYzFs=
github.com/conduitio/yaml/v3 v3.3.0 h1:kbbaOSHcuH39gP4+rgbJGl6DSbLZcJgEaBvkEXJlCsI=
Expand Down

0 comments on commit 5f5d4c9

Please sign in to comment.