Skip to content

Commit 0dcba25

Browse files
actions-userfroque
authored andcommitted
Changelog update - 2.0.0
1 parent d3d20c9 commit 0dcba25

1 file changed

Lines changed: 37 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,67 +2,74 @@
22

33
# datagrip-vault-plugin Changelog
44

5-
## Unreleased
5+
## [Unreleased]
66

7-
## 1.3.6 - 2025-08-01
7+
## [2.0.0] - 2026-04-10
8+
9+
- Changelog update - `v1.3.6` by @github-actions[bot] in https://github.com/premium-minds/datagrip-vault-plugin/pull/61
10+
- Update from Gradle IntelliJ Plugin v1 to IntelliJ Platform Gradle Plugin v2 by @froque in https://github.com/premium-minds/datagrip-vault-plugin/pull/88
11+
- Update several dependencies by @froque in https://github.com/premium-minds/datagrip-vault-plugin/pull/106
12+
- Refactor Vault client by @froque in https://github.com/premium-minds/datagrip-vault-plugin/pull/107
13+
14+
## [1.3.6] - 2025-08-01
815

916
- Changelog update - `v1.3.5` by @github-actions[bot] in https://github.com/premium-minds/datagrip-vault-plugin/pull/57
1017
- Update 1.3.6 from next branch by @froque in https://github.com/premium-minds/datagrip-vault-plugin/pull/60
1118

12-
## 1.3.5 - 2025-08-01
19+
## [1.3.5] - 2025-08-01
1320

1421
- Changelog update - `v1.3.4` by @github-actions[bot] in https://github.com/premium-minds/datagrip-vault-plugin/pull/47
1522
- Migrate from kotlinOptions {} to compilerOptions {} by @froque in https://github.com/premium-minds/datagrip-vault-plugin/pull/50
1623
- Update 1.3.5 from next branch by @froque in https://github.com/premium-minds/datagrip-vault-plugin/pull/56
1724

18-
## 1.3.4 - 2025-06-16
25+
## [1.3.4] - 2025-06-16
1926

2027
- Changelog update - `v1.3.3` by @github-actions in https://github.com/premium-minds/datagrip-vault-plugin/pull/33
2128
- Deprecate recommendation for Vault Agent by @froque in https://github.com/premium-minds/datagrip-vault-plugin/pull/42
2229
- Update 1.3.3 from next branch by @froque in https://github.com/premium-minds/datagrip-vault-plugin/pull/46
2330

24-
## 1.3.3 - 2024-11-09
31+
## [1.3.3] - 2024-11-09
2532

2633
- Changelog update - `v1.3.2` by @github-actions in https://github.com/premium-minds/datagrip-vault-plugin/pull/16
2734
- Upgrade deprecated and non-functional actions/upload-artifact by @froque in https://github.com/premium-minds/datagrip-vault-plugin/pull/21
2835
- Replace usage of expire time for cache expiration check by @froque in https://github.com/premium-minds/datagrip-vault-plugin/pull/20
2936
- Bump Gradle to 8.10.2 by @froque in https://github.com/premium-minds/datagrip-vault-plugin/pull/31
3037
- Update several dependencies by @froque in https://github.com/premium-minds/datagrip-vault-plugin/pull/32
3138

32-
## 1.3.2
39+
## [1.3.2]
3340

3441
**Full Changelog**: https://github.com/premium-minds/datagrip-vault-plugin/compare/v1.3.1...v1.3.2
3542

36-
## 1.3.1
43+
## [1.3.1]
3744

38-
## 1.3.0
45+
## [1.3.0]
3946

4047
- [Adds cache to reuse existing Vault dynamic secrets](https://github.com/premium-minds/datagrip-vault-plugin/pull/14)
4148

42-
## 1.2.1
49+
## [1.2.1]
4350

4451
- [Use Try-with-resources for .vault file](https://github.com/premium-minds/datagrip-vault-plugin/commit/f7ea6c7e5e02a0453c948573b9629a05eeaa0ded)
4552

46-
## 1.2.0
53+
## [1.2.0]
4754

4855
### Added
4956

5057
- [Adds support for Vault address environment variables](https://github.com/premium-minds/datagrip-vault-plugin/pull/9)
5158
- [Adds support for Vault token helper](https://github.com/premium-minds/datagrip-vault-plugin/pull/11)
5259

53-
## 1.1.0
60+
## [1.1.0]
5461

5562
### Changed
5663

5764
- [Removes Datagrip upper bound limit](https://github.com/premium-minds/datagrip-vault-plugin/commit/41b818116c77dc00ae22b9922dc7f926912440fc)
5865

59-
## 1.0.1
66+
## [1.0.1]
6067

6168
### Fixed
6269

6370
- [Plugin 'Datagrip-Vault' (version '1.0.0') is not compatible with the current version of the IDE, because it requires build 221.* or newer but the current build is DB-221.5787.39](https://github.com/premium-minds/datagrip-vault-plugin/issues/4)
6471

65-
## 1.0.0
72+
## [1.0.0]
6673

6774
### Added
6875

@@ -72,9 +79,25 @@
7279

7380
- Dropped support for older versions < Datagrip 2022.2 (221)
7481

75-
## 0.0.2
82+
## [0.0.2]
7683

7784
### Added
7885

7986
- Integration with [HashiCorp Vault](https://www.vaultproject.io/)
8087
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
88+
89+
[Unreleased]: https://github.com/premium-minds/datagrip-vault-plugin//compare/2.0.0...HEAD
90+
[2.0.0]: https://github.com/premium-minds/datagrip-vault-plugin//compare/1.3.6...2.0.0
91+
[1.3.6]: https://github.com/premium-minds/datagrip-vault-plugin//compare/1.3.5...1.3.6
92+
[1.3.5]: https://github.com/premium-minds/datagrip-vault-plugin//compare/1.3.4...1.3.5
93+
[1.3.4]: https://github.com/premium-minds/datagrip-vault-plugin//compare/1.3.3...1.3.4
94+
[1.3.3]: https://github.com/premium-minds/datagrip-vault-plugin//compare/1.3.2...1.3.3
95+
[1.3.2]: https://github.com/premium-minds/datagrip-vault-plugin//compare/1.3.1...1.3.2
96+
[1.3.1]: https://github.com/premium-minds/datagrip-vault-plugin//compare/1.3.0...1.3.1
97+
[1.3.0]: https://github.com/premium-minds/datagrip-vault-plugin//compare/1.2.1...1.3.0
98+
[1.2.1]: https://github.com/premium-minds/datagrip-vault-plugin//compare/1.2.0...1.2.1
99+
[1.2.0]: https://github.com/premium-minds/datagrip-vault-plugin//compare/1.1.0...1.2.0
100+
[1.1.0]: https://github.com/premium-minds/datagrip-vault-plugin//compare/1.0.1...1.1.0
101+
[1.0.1]: https://github.com/premium-minds/datagrip-vault-plugin//compare/1.0.0...1.0.1
102+
[1.0.0]: https://github.com/premium-minds/datagrip-vault-plugin//compare/0.0.2...1.0.0
103+
[0.0.2]: https://github.com/premium-minds/datagrip-vault-plugin//commits/0.0.2

0 commit comments

Comments
 (0)