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 22, 2024
1 parent e4e6135 commit c336a84
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 @@ -27,6 +27,9 @@ Dropping a requirement of a major version of a dependency is a new contract.
- Add `Investment.Builder`
- Allow overriding the resource_owner label in `Investment.Builder`

### 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 @@ -134,7 +134,7 @@ private constructor(
const val userKey = "os_user_name"
const val bambooBuildKey = "bamboo_result_key"
const val disposableKey = "disposable"
private const val defaultResourceOwner = "mgrzaslewicz"
private const val defaultResourceOwner = "jforemski"

fun parseLifespan(
tags: List<Tag>
Expand Down

0 comments on commit c336a84

Please sign in to comment.