Skip to content

Tags: cirruslabs/cirrus-cli

Tags

v0.142.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fallbackroundtripper: do not treat HTTP 307 as an error (#888)

* fallbackroundtripper: do not treat HTTP 307 as an error

* allowedStatusCodes → successStatusCodes

v0.142.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the all-updates group with 7 updates (#884)

Bumps the all-updates group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.36.0` | `0.37.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.31.0` | `0.32.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.23.0` | `0.24.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go) | `1.5.0` | `1.6.0` |
| [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.56.0` | `0.60.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.31.0` | `1.35.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.12.0` | `0.13.0` |


Updates `golang.org/x/crypto` from 0.36.0 to 0.37.0
- [Commits](golang/crypto@v0.36.0...v0.37.0)

Updates `golang.org/x/sys` from 0.31.0 to 0.32.0
- [Commits](golang/sys@v0.31.0...v0.32.0)

Updates `golang.org/x/text` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.23.0...v0.24.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/storage/azblob` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.5.0...sdk/azcore/v1.6.0)

Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.56.0 to 0.60.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.56.0...zpages/v0.60.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.31.0 to 1.35.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.31.0...v1.35.0)

Updates `golang.org/x/sync` from 0.12.0 to 0.13.0
- [Commits](golang/sync@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: golang.org/x/sys
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: golang.org/x/text
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  dependency-version: 1.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: golang.org/x/sync
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.141.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 (#883)

Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/go-jose/go-jose/releases)
- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md)
- [Commits](go-jose/go-jose@v4.0.4...v4.0.5)

---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
  dependency-version: 4.0.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.140.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fallbackroundtripper: fix secondary transport typo and add a test (#870)

v0.140.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remoteagent: support exporting of multi-line environment variables (#869

)

* remoteagent: support exporting of multi-line environment variables

* agent(executor): log that Chacha transport is initialized

v0.140.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use correct Chacha environment variable names and pass them to the ag…

…ent (#868)

v0.140.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Agent: fix inverted logic used to enable Chacha (#867)

* Agent: fix inverted logic used to enable Chacha

* Pick up CIRRUS_CHACHA_{ADDR,CERT} from OS environment variables

v0.140.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
OpenTelemetry: provide our hand-crafted resource to logger provider (#…

…866)

v0.140.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Persistent Worker: fix "softnet-allow" not being picked up (#865)

* Persistent Worker: fix "softnet-allow" not being picked up

* .goreleaser.yml: use "version: 2"

* .goreleaser.yml: rename "format" to "formats

As per https://goreleaser.com/deprecations/#archivesformat's tip.

v0.140.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Persistent Worker: fix "softnet-allow" not being picked up (#865)

* Persistent Worker: fix "softnet-allow" not being picked up

* .goreleaser.yml: use "version: 2"

* .goreleaser.yml: rename "format" to "formats

As per https://goreleaser.com/deprecations/#archivesformat's tip.