Skip to content

Commit

Permalink
chore: prepare 1.4.3 release and deprecate project (#675)
Browse files Browse the repository at this point in the history
* chore: prepare 1.4.3 release and deprecate project

Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>

* Apply review suggestion

Co-authored-by: Mohit Suman <mohit.skn@gmail.com>

* Apply review suggestion

Co-authored-by: Mohit Suman <mohit.skn@gmail.com>

* Apply review suggestion

Co-authored-by: Mohit Suman <mohit.skn@gmail.com>

* remove deprecation note

Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>

---------

Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
Co-authored-by: Mohit Suman <mohit.skn@gmail.com>
  • Loading branch information
sbouchet and mohitsuman authored Sep 26, 2024
1 parent acf98be commit 534dd1a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
[![License](https://img.shields.io/github/license/redhat-developer/intellij-tekton?style=for-the-badge)](https://github.com/redhat-developer/intellij-tekton/blob/main/LICENSE)

# IntelliJ Tekton

## NOTE: This plugin is no longer maintained and is officially deprecated.

## Overview

Tekton Pipelines extension provides an end-to-end developer experience for interaction with [Tekton](https://tekton.dev/).
Expand All @@ -29,9 +32,10 @@ For more detail information around specific commands & features, please read the

## Tekton Versions

- The minimum IDEA version supported is now 2021.1.
- The maximum IDEA version supported is now 2024.1.
- The minimum IDEA version supported is now 2022.3.
- The Tekton CLI in use has been upgraded to 0.27.0.
- Schemas for validation and code assist have been updated to Tekton Pipeline `0.42.0` and Tekton Triggers `0.22.0`.
- Schemas for validation and code assist have been updated to Tekton Pipeline `0.56.0` and Tekton Triggers `0.26.0`.

Note: We support `v1beta1` API. Previous version `v1alpha1` may work, but we cannot guarantee that all features will work properly. If you have `v1alpha1` pipelines/tasks please use [migrating document](https://github.com/tektoncd/pipeline/blob/main/docs/migrating-v1alpha1-to-v1beta1.md) to migrate to `v1beta1`.
### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ideaVersion=IU-2024.1
projectVersion=1.4.2
projectVersion=1.4.3
jetBrainsToken=invalid
jetBrainsChannel=stable
11 changes: 8 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<idea-plugin>
<id>com.redhat.devtools.intellij.tekton</id>
<name>Tekton Pipelines by Red Hat</name>
<name>Tekton Pipelines by Red Hat (Deprecated)</name>
<version>1.0</version>
<vendor email="developers@redhat.com" url="https://www.redhat.com">Red-Hat</vendor>
<vendor email="devtools-team@redhat.com" url="https://www.redhat.com">Red-Hat</vendor>

<description><![CDATA[
<img src="https://raw.githubusercontent.com/redhat-developer/intellij-tekton/main/src/main/resources/images/tekton.png" width="32" height="32"/>
Expand All @@ -12,6 +12,11 @@
]]></description>

<change-notes><![CDATA[
<p><b>1.4.3</b></p>
<ul>
<li>Support IDEA IU-2024.1</li>
<li>Update Schemas to Tekton Pipelines 0.56.0 and Tekton Triggers to 0.26.0</li>
</ul>
<p><b>1.4.2</b></p>
<ul>
<li>Support IDEA IU-2023.3</li>
Expand Down Expand Up @@ -225,7 +230,7 @@


<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="223"/>
<idea-version since-build="223" until-build="241.*"/>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
Expand Down

0 comments on commit 534dd1a

Please sign in to comment.