Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/ws-7.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sHtev authored Jan 6, 2025
2 parents a981d74 + bbecb20 commit 6e30473
Show file tree
Hide file tree
Showing 7 changed files with 3,590 additions and 7,790 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
# Test the construct
- run: npm run lint-check
- run: npm run test
- run: npm run test-old-dependencies
# Test the provider
- run: (cd ./provider && npm run lint-check)
- run: (cd ./provider && npm run test)
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Changelog

### [4.0.0](https://github.com/isotoma/sops-secretsmanager-cdk/compare/3.2.0...4.0.0)

> 6 January 2025
- Remove CDKv1 code and update deps [`#119`](https://github.com/isotoma/sops-secretsmanager-cdk/pull/119)

#### [3.2.0](https://github.com/isotoma/sops-secretsmanager-cdk/compare/3.1.1...3.2.0)

> 14 November 2023
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,10 @@ It takes an object, where:
- `path`, required, an array of strings, pointing to a value in the structured sops data
- `encoding`, optional, `'string'` or `'json'`, control how to alter the value found from sops for storage in Secrets Manager

## CDK v1 and v2
## Usage

CDK v2:
```typescript
import { SopsSecretsManager } from 'sops-secretsmanager-cdk';
// or
import { SopsSecretsManager } from 'sops-secretsmanager-cdk/cdkv2';
```

CDK v1:
```typescript
import { SopsSecretsManager } from 'sops-secretsmanager-cdk/cdkv1';
```

## Implementation
Expand Down
123 changes: 0 additions & 123 deletions cdkv1.ts

This file was deleted.

Loading

0 comments on commit 6e30473

Please sign in to comment.