Releases: jenkinsci/tekton-client-plugin
Releases · jenkinsci/tekton-client-plugin
Release list
1.0-alpha3+105
- chore: add in config to generate 'changelist' for release (#75) @garethjevans
- Add Github Workflow for plugin (#53) @vinamra28
- Custom create taskrun (#50) @waveywaves
- Add Symbols for JCasc Support (#42) @waveywaves
- Unit Test and Refactoring for runCreate (#27) @waveywaves
- Add Unit test for PipelineResource (#26) @waveywaves
- Add tests for createPipeline and createPipelineRun + Add codecov.yml (#25) @waveywaves
- Add test for taskCreate and support for codecov.io (#24) @waveywaves
- Add UnitTest for taskRunCreate (#20) @waveywaves
- Make CreateStep and DeleteTest more testable (#19) @waveywaves
- Setup unit testing and update pom.xml (#14) @waveywaves
- fix: Close streams which weren't closed (#13) @waveywaves
- Update travis with maven build and fix spotbugs bugs (#11) @waveywaves
- Add Travis build badge (#12) @waveywaves
- TravisCI Initial Configuration (#1) @waveywaves
- Change deploy script to kubectl (#8) @waveywaves
🚀 New features and improvements
- Remove CreateCustomTask and support for PipelineResources (#63) @waveywaves
- Add results support in CreateCustomTask + tests (#62) @waveywaves
- feat: add support for tekton catalogs (#58) @jstrachan
- Add readOnly in Workspaces Declaration (#55) @vinamra28
- Create Custom TaskRun (#48) @waveywaves
- scaffold "Create Custom Task", cleanup codebase + rename stuff (#46) @waveywaves
- Add DeleteAll functionality in DeleteStep (#41) @vinamra28
- Stream logs from TaskRuns and PipelineRuns (#36) @waveywaves
🐛 Bug fixes
- fix: minor spotbugs fix to allow build to succeed (#60) @garethjevans
📦 Dependency updates
- Bump plugin from 4.3 to 4.17 (#70) @dependabot
- chore: update bom to 2.249.x (#65) @garethjevans
- chore: add dependabot config (#67) @garethjevans
- chore(deps): bump tekton-client from 4.10.3 to 5.0.0 (#54) @garethjevans
📝 Documentation updates
- Fix cosmetic changes in tutorial (#35) @vinamra28
👻 Maintenance
- chore: updated plugin badges to those in the plugin archetype (#72) @garethjevans
- chore: use the default release drafter config (#74) @garethjevans
- chore: configure plugin for automatic release (#64) @garethjevans
- chore: for now, only attempt to build the plugin on linux (#66) @garethjevans
- chore: add Jenkinsfile to build project on ci.jenkins.io (#61) @garethjevans
- Fix bugs before release (#49) @waveywaves
- Refactor and update params, args and command hydration (#47) @waveywaves
- Fix cosmetic changes in tutorial (#35) @vinamra28
- Install Tekton on KIND in TravisCI (#34) @waveywaves
- Add unitTests for runDelete (#31) @waveywaves
- Add unit tests for deleteStep (PipelineRun, Resource) (#30) @waveywaves
- Add Mockserver unittests for Delete (Task,TaskRun,Pipeline) (#29) @waveywaves
- Move mock from src/test to src/main...mock (#28) @waveywaves