sie-haystack 0.6.17__tar.gz → 0.6.18__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -244,6 +244,9 @@ override.tf.json
244
244
  # tfvars files may contain secrets
245
245
  *.tfvars
246
246
  *.tfvars.json
247
+ # Exception: this edge tfvars carries only a Secrets Manager ARN (a resource
248
+ # identifier, not a secret) so the staging-us edge apply needs no manual -var.
249
+ !deploy/cloud/terraform/aws-edge/staging-us.tfvars
247
250
  # Keep .terraform.lock.hcl for reproducibility (provider versions)
248
251
 
249
252
  # Node.js
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sie-haystack
3
- Version: 0.6.17
3
+ Version: 0.6.18
4
4
  Summary: SIE integration for Haystack
5
5
  Author-email: Superlinked <dev@superlinked.com>
6
6
  License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sie-haystack"
3
- version = "0.6.17"
3
+ version = "0.6.18"
4
4
  description = "SIE integration for Haystack"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes