Skip to content

Commit

Permalink
Merge pull request #34 from delinea-rajani/master
Browse files Browse the repository at this point in the history
Rebranded all Thycotic references to Delinea
  • Loading branch information
tylerezimmerman authored Oct 8, 2024
2 parents cb57ad4 + 59ae4b9 commit 7d90b55
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .changes/1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 1.1.0 - 2024-10-07
### 🐛 Bug Fix

- Rebranded all Thycotic reference to Delinea.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## 1.1.0 - 2024-10-07
### 🐛 Bug Fix

- Rebranded all Thycotic reference to Delinea.
## 1.0.9 - 2024-08-19
### 🎉 Feature

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

The Delinea Secret Server Jenkins Plugin allows you to access and reference your Secret Server secrets for use in Jenkins builds.

For more information, please refer to the [Delinea documentation](https://docs.delinea.com/online-help/integrations/jenkins/configure-jenkins.htm) .

## Usage

1. This plugin add the ability to include Secret Server Secrets into your build environment.
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tasks:
bump:
desc: bump the version using changie
cmds:
- changie batch 1.0.9
- changie batch 1.1.0
- changie merge
- git add .changes/*
- git add CHANGELOG.md
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.jenkins.plugins</groupId>
<artifactId>thycotic-secret-server</artifactId>
<version>1.0.9</version>
<version>1.1.0</version>
<packaging>hpi</packaging>
<properties>
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
Expand All @@ -21,7 +21,7 @@
~ stapler-plugin.version: The Stapler Maven plugin version required by the plugin. -->
<spring.version>6.0.15</spring.version>
</properties>
<name>Thycotic Secret Server Plugin</name>
<name>Delinea Secret Server Plugin</name>
<!-- The default licence for Jenkins OSS Plugins is MIT. Substitute for the applicable one if needed. -->
<licenses>
<license>
Expand Down

0 comments on commit 7d90b55

Please sign in to comment.