Skip to content

[TECOPS-13421] Release 0.7.4 #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 24, 2025
Merged

[TECOPS-13421] Release 0.7.4 #41

merged 2 commits into from
Feb 24, 2025

Conversation

stdfalse
Copy link
Contributor

@stdfalse stdfalse commented Feb 14, 2025

TECOPS-13421

The PR resolves 1 High CVE and there are several updates to fix the cd action:

/opt/hostedtoolcache/goreleaser-action/2.7.0/x64/goreleaser release --rm-dist
  ⨯ command failed                                   error=unknown flag: --rm-dist
Error: The process '/opt/hostedtoolcache/goreleaser-action/2.7.0/x64/goreleaser' failed with exit code 1

and

/opt/hostedtoolcache/goreleaser-action/2.7.0/x64/goreleaser release --clean
  • only version: 2 configuration files are supported, yours is version: 0, please update your configuration
  ⨯ release failed after 0s                  error=only version: 2 configuration files are supported, yours is version: 0, please update your configuration
Error: The process '/opt/hostedtoolcache/goreleaser-action/2.7.0/x64/goreleaser' failed with exit code 1

This is done according to https://goreleaser.com/deprecations.

The new provider has been tested on one of internal stacks by updating versions.tf:

     snowplow = {
       source  = "snowplow-devops/snowplow"
-      version = "~> 0.7.3"
+      version = "= 0.7.4-rc1"
     }

applying a change resulting in an event being tracked and verifying it has arrived successfully and in an expected form:

COLLECTOR_TSTAMP CONTEXTS_COM_SNOWPLOWANALYTICS_TERRAFORM_AWS_ES_LOADER_STATE_1
2025-02-14 15:37:04.459 [ { "_schema_version": "1-0-0", "awsContainerMonitorEnv": "prod1", "awsContainerMonitorWorkspace": "", "awsEksNamespaceEnv": "prod1", "awsPipelineEnv": "dev1", "awsSetupEnv": "prod1", "clusterIndex": "redacted", "inputStreamName": "redacted", "loaderPurpose": "ENRICHED_EVENTS", "loaderVersion": "2.1.3-rc1", "outputStreamName": "redacted", "targetElasticsearchEnv": "dev1" } ]

@stdfalse stdfalse force-pushed the TECOPS-13421/resolve-cves branch from b6415bd to 58ac422 Compare February 14, 2025 14:52
@stdfalse stdfalse changed the title [TECOPS-13421] Resolve CVEs [TECOPS-13421] Bump dependencies for Snyk Feb 14, 2025
@stdfalse stdfalse changed the title [TECOPS-13421] Bump dependencies for Snyk [TECOPS-13421] Release 0.7.4 Feb 14, 2025
Copy link
Contributor

@Andy-Hay Andy-Hay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stdfalse stdfalse merged commit 22965a6 into master Feb 24, 2025
1 check passed
@stdfalse stdfalse deleted the TECOPS-13421/resolve-cves branch February 24, 2025 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants