Skip to content

Commit a487996

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.5.4
1 parent 27d471c commit a487996

7 files changed

Lines changed: 22 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to the ld-find-code-refs program will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.5.4] - 2022-02-16
6+
### Fixed
7+
- Only a single flag per run was being searched for extinctions
8+
9+
### Added
10+
- `extinctions` command that will only generate and send extinctions using the `lookback` parameter
11+
12+
### Changed
13+
- Added additional examples for Github Action repo on how to configure the action
14+
515
## [2.5.3] - 2022-02-16
616
### Fixed
717
- Only a single flag per run was being searched for extinctions

build/metadata/bitbucket/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Job for finding and sending feature flag code references to LaunchDarkly
55
Add the following snippet to the script section of your `bitbucket-pipelines.yml` file:
66

77
```yaml
8-
- pipe: - pipe: launchdarkly/ld-find-code-refs-pipe:2.5.3
8+
- pipe: - pipe: launchdarkly/ld-find-code-refs-pipe:2.5.4
99
environment:
1010
LD_ACCESS_TOKEN: "<string>"
1111
LD_PROJ_KEY: "<string>" # Required unless using 'projects' block in configuration file then it must be omitted.
@@ -47,7 +47,7 @@ A LaunchDarkly personal access token with writer-level access, or access to the
4747
Minimal configuration:
4848
```yaml
4949
script:
50-
- pipe: - pipe: launchdarkly/ld-find-code-refs-pipe:2.5.3
50+
- pipe: - pipe: launchdarkly/ld-find-code-refs-pipe:2.5.4
5151
environment:
5252
LD_ACCESS_TOKEN: $LD_ACCESS_TOKEN
5353
LD_PROJ_KEY: $LD_PROJ_KEY
@@ -56,7 +56,7 @@ script:
5656
Configuration sending 3 context lines to LaunchDarkly:
5757
```yaml
5858
script:
59-
- pipe: - pipe: launchdarkly/ld-find-code-refs-pipe:2.5.3
59+
- pipe: - pipe: launchdarkly/ld-find-code-refs-pipe:2.5.4
6060
environment:
6161
LD_ACCESS_TOKEN: $LD_ACCESS_TOKEN
6262
LD_PROJ_KEY: $LD_PROJ_KEY

build/metadata/bitbucket/pipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Find code references
22
description: Job for finding and sending feature flag code references to LaunchDarkly
3-
image: launchdarkly/ld-find-code-refs-bitbucket-pipeline:2.5.3
3+
image: launchdarkly/ld-find-code-refs-bitbucket-pipeline:2.5.4
44
repository: https://bitbucket.org/launchdarkly/ld-find-code-refs-pipe
55
maintainer: support@launchdarkly.com
66
icon: https://bitbucket.org/launchdarkly/ld-find-code-refs-pipe/logo.svg

build/metadata/github-actions/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM launchdarkly/ld-find-code-refs-github-action:2.5.3
1+
FROM launchdarkly/ld-find-code-refs-github-action:2.5.4
22

33
LABEL com.github.actions.name="LaunchDarkly Code References"
44
LABEL com.github.actions.description="Find references to feature flags in your code."

build/metadata/github-actions/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 10 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions
2828
- name: LaunchDarkly Code References
29-
uses: launchdarkly/find-code-references@v2.5.3
29+
uses: launchdarkly/find-code-references@v2.5.4
3030
with:
3131
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
3232
projKey: LD_PROJECT_KEY
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
fetch-depth: 10 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions
6363
- name: LaunchDarkly Code References
64-
uses: launchdarkly/find-code-references@v2.5.3
64+
uses: launchdarkly/find-code-references@v2.5.4
6565
with:
6666
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
6767
projKey: LD_PROJECT_KEY

build/package/circleci/orb.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ examples:
99
usage:
1010
version: 2.1
1111
orbs:
12-
launchdarkly: launchdarkly/ld-find-code-refs@2.5.3
12+
launchdarkly: launchdarkly/ld-find-code-refs@2.5.4
1313
workflows:
1414
main:
1515
jobs:
@@ -23,7 +23,7 @@ examples:
2323
usage:
2424
version: 2.1
2525
orbs:
26-
launchdarkly: launchdarkly/ld-find-code-refs@2.5.3
26+
launchdarkly: launchdarkly/ld-find-code-refs@2.5.4
2727
workflows:
2828
main:
2929
jobs:
@@ -38,7 +38,7 @@ examples:
3838
usage:
3939
version: 2.1
4040
orbs:
41-
launchdarkly: launchdarkly/ld-find-code-refs@2.5.3
41+
launchdarkly: launchdarkly/ld-find-code-refs@2.5.4
4242
workflows:
4343
main:
4444
jobs:
@@ -108,7 +108,7 @@ whether a feature flag was removed from code. May be set to 0 to disabled this f
108108
type: integer
109109
default: 10
110110
docker:
111-
- image: launchdarkly/ld-find-code-refs:2.5.3
111+
- image: launchdarkly/ld-find-code-refs:2.5.4
112112
entrypoint: sh
113113
steps:
114114
- checkout:

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const Version = "2.5.3"
3+
const Version = "2.5.4"

0 commit comments

Comments
 (0)