Skip to content

Commit

Permalink
DCPERF-747 Change resource_owner default label to point to current At…
Browse files Browse the repository at this point in the history
…lassian JPT maintainer
  • Loading branch information
jacek-foremski committed Nov 21, 2024
1 parent 978e071 commit 22c2ef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Dropping a requirement of a major version of a dependency is a new contract.
### Added
- Allow overriding the resource_owner label in `Investment`

### Changed
- Changed resource_owner default label to point to current Atlassian JPT maintainer

## [1.17.0] - 2024-06-14
[1.17.0]: https://github.com/atlassian-labs/aws-resources/compare/release-1.16.0...release-1.17.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data class Investment(
val lifespan: Duration,
private val disposable: Boolean = true,
val reuseKey: () -> String = { "jpt-${UUID.randomUUID()}" },
private val resourceOwner: String = "mgrzaslewicz"
private val resourceOwner: String = "jforemski"
) {
/**
* @return tags useful for tracking accountability of the investment
Expand Down

0 comments on commit 22c2ef4

Please sign in to comment.