Skip to content
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

Renovate Update Patch & Minor Updates #38

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2024

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
anothrNick/github-tag-action action minor 1.36.0 -> 1.71.0 age adoption passing confidence
go.opentelemetry.io/contrib/detectors/aws/ecs require minor v1.25.0 -> v1.30.0 v1.31.0 age adoption passing confidence
go.opentelemetry.io/contrib/propagators/aws require minor v1.25.0 -> v1.30.0 v1.31.0 age adoption passing confidence
go.opentelemetry.io/otel require minor v1.25.0 -> v1.31.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc require minor v1.25.0 -> v1.31.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk require minor v1.25.0 -> v1.31.0 age adoption passing confidence
go.opentelemetry.io/otel/trace require minor v1.25.0 -> v1.31.0 age adoption passing confidence
google.golang.org/grpc require minor v1.63.2 -> v1.67.1 age adoption passing confidence

Release Notes

anothrNick/github-tag-action (anothrNick/github-tag-action)

v1.71.0

Compare Source

What's Changed

New Contributors

Full Changelog: anothrNick/github-tag-action@1...1.71.0

v1.70.0

Compare Source

What's Changed

New Contributors

Full Changelog: anothrNick/github-tag-action@1...1.70.0

v1.69.0

Compare Source

v1.68.0

Compare Source

v1.67.0: : improvements: tag strategy and tag listing for filtering

Compare Source

Sorting tags by date [https://github.com/anothrNick/github-tag-action/pull/2722 ]
Adding GIT_API_TAGGING false option to switch to cli tagging [https://github.com/anothrNick/github-tag-action/pull/210](https://redirect.github.com/anothrNick/github-tag-action/pull/210)10 ]

CLI tagging nowdays is more reliable for github actions permissions.

v1.66.0: : fixes: sigpipe 141 scenarios

Compare Source

In some cases if the repo contains hundreds of tags, since we set -e grep combined with git tag reads randomly exits with error 141.

v1.65.0: : fixes pre-release tag exists

Compare Source

Fixes a bug introduced in 1.64 that makes pre-releases error when following a release branch strategy.
More details here https://github.com/anothrNick/github-tag-action/issues/265

v1.64.0: : hotfix: in some cases git rev errors since set -e

Compare Source

v1.63.0: : Improvements: set node to lts and catch actions errors efficiently

Compare Source

v1.62.0: : More tests and outputs when default_bump set to NONE

Compare Source

This is a very minor release, adds outputs to workflows using default_bump none when there are no #comments found that trigger a commit bump.

v1.61.0: :Hotfix - Exclude validating the default branch when using branch_listory non full

Compare Source

Suggested by @​vancejc-mt in https://github.com/anothrNick/github-tag-action/issues/243

v1.60.0

Compare Source

v1.59.0: : Hotfix - gitlog full breaking rebase and squash merges

Compare Source

The current implementation of full git log breaks in squash and rebase due missing HEAD using suggestion from @​jonavos here https://github.com/anothrNick/github-tag-action/issues/232#issuecomment-1372299198 and changing approach to compare log history.

Please report back to https://github.com/anothrNick/github-tag-action/issues/232 if any further issues on use cases.

v1.58.0: : Exit with error if default branch is not set in non pr workflows

Compare Source

There are some cases where the default_branch is not available in the runner environment, This leads to no history of commits.
This change attempts to identify the default branch in this scenarios and error the user if the attempt fails and default_branch remains null

v1.57.0: : Skip bumps if there are no new commits in pre-release actrions re runs

Compare Source

Identified here https://github.com/anothrNick/github-tag-action/issues/233 the action was not skipping bumps if there where no new commits in pre-release mode when an action is re run creating extra tags.

This minor change applies the same behavior used in normal releases.

v1.56.0: : Get the default branch from env vars also allow to overwrite as parameter

Compare Source

This is a feature from a hotfix where we add the option to specify a default branch from parameters else we capture the default branch from the runner$GITHUB_BASE_REF var

v1.55.0: : Select last commit or full branch history

Compare Source

This version allows to set BRANCH_HISTORY full|last for the history verification for finding bump comments. See pr for examples https://github.com/anothrNick/github-tag-action/pull/218

v1.54.0

Compare Source

v1.53.0: : Fixing repo tag bumps

Compare Source

Fixes action versioning bumps.
From bug introduced in 1.50

v1.52.0: : A few hofixes

Compare Source

Improved tests.
Warning for breaking change when renaming/refactoring output tag
New output tag old_tag

What's Changed

Full Changelog: anothrNick/github-tag-action@1.51.0...1.52.0

v1.51.0

Compare Source

v1.50.0: : FIX to print actual tag to be used when using with_v in all scenarios

Compare Source

v1.49.0: : Fix branch wildcard issue and added major v1 tag

Compare Source

  • We can now reference uses: anothrNick/github-tag-action@v1 as uses: anothrNick/github-tag-action@1 fails due sha identification
  • Also we can now use again RELEASE_BRANCHES: '.*' or releases/* or similar.

v1.48.0: : Shellcheck improvements

Compare Source

  • Addresses shellcheck sanitizations during PR checks

v1.47.0

Compare Source

v1.46.0

Compare Source

Reverted 1.45.0

v1.45.0

Compare Source

v1.44.0

Compare Source

v1.43.0

Compare Source

v1.42.0

Compare Source

What's Changed
New Contributors

Full Changelog: anothrNick/github-tag-action@1.41.0...1.42.0

v1.41.0

Compare Source

v1.40.0

Compare Source

  • Now u can bump vX.X.X-suff.X properly ie, v0.0.1-dev.0 bumps to v0.0.1-dev.1 for example for branch work rc release etc
  • Don't trust semver to tail, prefer head
  • Changed rexeg slightly to ignore latest non semver tags
  • Sorted pre-release mismatch when ur branch name contains master or main to behave correctly as pre-release anyway
  • Other small bits here and there

v1.39.0: - Hotfix for git issue

Compare Source

Fix:

fatal: unsafe repository ('/github/workspace' is owned by someone else)
To add an exception for this directory, call:

	git config --global --add safe.directory /github/workspace

v1.38.0

Compare Source

v1.37.0

Compare Source

open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/detectors/aws/ecs)

v1.30.0: /v0.55.0/v0.24.0/v0.10.0/v0.5.0/v0.3.0/v0.2.0

Compare Source

Overview
Added
  • Add NewProducer to go.opentelemetry.io/contrib/instrumentation/runtime, which allows collecting the go.schedule.duration histogram metric from the Go runtime. (#​5991)
  • Add gRPC protocol support for OTLP log exporter in go.opentelemetry.io/contrib/exporters/autoexport. (#​6083)
Removed
Fixed
  • Superfluous call to WriteHeader when flushing after setting a status code in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#​6074)
  • Superfluous call to WriteHeader when writing the response body after setting a status code in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#​6055)
What's Changed
New Contributors

Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.29.0...v1.30.0

v1.29.0: /v0.54.0/v0.23.0/v0.9.0/v0.4.0/v0.2.0/v0.1.0

Compare Source

Overview

This release is the last to support Go 1.21. The next release will require at least Go 1.22.

Added
  • Add the WithSpanAttributes and WithMetricAttributes methods to set custom attributes to the stats handler in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#​5133)
  • The go.opentelemetry.io/contrib/bridges/otelzap module. This module provides an OpenTelemetry logging bridge for go.uber.org/zap. (#​5191)
  • Support for the OTEL_HTTP_CLIENT_COMPATIBILITY_MODE=http/dup environment variable in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to emit attributes for both the v1.20.0 and v1.26.0 semantic conventions. (#​5401)
  • The go.opentelemetry.io/contrib/bridges/otelzerolog module. This module provides an OpenTelemetry logging bridge for github.com/rs/zerolog. (#​5405)
  • Add WithGinFilter filter parameter in go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin to allow filtering requests with *gin.Context. (#​5743)
  • Support for stdoutlog exporter in go.opentelemetry.io/contrib/config. (#​5850)
  • Add macOS ARM64 platform to the compatibility testing suite. (#​5868)
  • Add new runtime metrics to go.opentelemetry.io/contrib/instrumentation/runtime, which are still disabled by default. (#​5870)
  • Add the WithMetricsAttributesFn option to allow setting dynamic, per-request metric attributes in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#​5876)
  • The go.opentelemetry.io/contrib/config package supports configuring with_resource_constant_labels for the prometheus exporter. (#​5890)
  • Support Go 1.23. (#​6017)
Removed
  • The deprecated go.opentelemetry.io/contrib/processors/baggagecopy package is removed. (#​5853)
Fixed
  • Race condition when reading the HTTP body and writing the response in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#​5916)

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file Renovate labels Apr 27, 2024
@codecov-commenter
Copy link

codecov-commenter commented Apr 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.28%. Comparing base (59c9f80) to head (4781137).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #38   +/-   ##
=======================================
  Coverage   78.28%   78.28%           
=======================================
  Files           7        7           
  Lines         152      152           
=======================================
  Hits          119      119           
  Misses         30       30           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 9c1841e to 06b2258 Compare April 29, 2024 11:57
@renovate renovate bot changed the title Renovate Update Patch & Minor Updates to v1.26.0 Renovate Update Patch & Minor Updates Apr 29, 2024
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch 2 times, most recently from f5f1500 to 0480bda Compare May 24, 2024 20:11
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 0480bda to d6f86a9 Compare July 5, 2024 15:41
Copy link
Contributor Author

renovate bot commented Jul 5, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 12 additional dependencies were updated

Details:

Package Change
github.com/brunoscheufler/aws-ecs-metadata-go v0.0.0-20220812150832-b6b31c6eeeaf -> v0.0.0-20221221133751-67e37ae746cd
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 -> v2.22.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.25.0 -> v1.31.0
go.opentelemetry.io/otel/metric v1.25.0 -> v1.31.0
go.opentelemetry.io/proto/otlp v1.1.0 -> v1.3.1
golang.org/x/net v0.23.0 -> v0.30.0
golang.org/x/sys v0.18.0 -> v0.26.0
golang.org/x/text v0.14.0 -> v0.19.0
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de -> v0.0.0-20241007155032-5fefd90f89a9
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda -> v0.0.0-20241007155032-5fefd90f89a9
google.golang.org/protobuf v1.33.0 -> v1.35.1

@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch 3 times, most recently from 5d081fd to 76b31dd Compare July 11, 2024 18:39
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch 3 times, most recently from b412e7b to fea4cae Compare August 31, 2024 13:13
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch 4 times, most recently from 67f82df to c190cec Compare September 14, 2024 23:02
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch 2 times, most recently from c63a409 to f9fb179 Compare September 26, 2024 13:49
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from f9fb179 to bc3a5aa Compare October 3, 2024 19:29
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from bc3a5aa to 4781137 Compare October 14, 2024 21:20
@Nicholassully Nicholassully merged commit 8843bdb into main Oct 15, 2024
5 checks passed
@Nicholassully Nicholassully deleted the renovate-all-minor-patch-updates branch October 15, 2024 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants