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

Prepare release v1.21.0 #1171

Merged
merged 6 commits into from
Mar 13, 2024
Merged

Prepare release v1.21.0 #1171

merged 6 commits into from
Mar 13, 2024

Conversation

garkhipov
Copy link
Contributor

@garkhipov garkhipov commented Mar 8, 2024

Updates version and changelog for v1.21.0.

@CLAassistant
Copy link

CLAassistant commented Mar 8, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@JacobOaks JacobOaks left a comment

Choose a reason for hiding this comment

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

Hey! Thanks for the PR, I think it's a good time for this release. Looks like we haven't done a great job keeping our changelog up-to-date 😅. Can we add these items for this release entry (under "Changed")?

  • Upgrade Dig dependency to v1.17.1
  • Update and clarify a lot of the API documentation

Copy link

codecov bot commented Mar 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.73%. Comparing base (340d5ac) to head (2537647).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1171   +/-   ##
=======================================
  Coverage   98.73%   98.73%           
=======================================
  Files          31       31           
  Lines        2851     2851           
=======================================
  Hits         2815     2815           
  Misses         29       29           
  Partials        7        7           

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

JacobOaks added a commit to JacobOaks/fx that referenced this pull request Mar 8, 2024
The lint CI step for uber-go#1171 is failing because it adds a comparison link
in the changelog that does not yet exist (the 1.20.2 tag has not been created yet).

This PR ignores these types of links when validating links
during docs linting in CI.

Tested this by adding the link from uber-go#1171 into the changelog.

Before this change:
```
$ make docs-lint
Checking documentation
...
error:          changelog.md:19: "uber-go/fx@v1.20.0...v1.20.2" not accessible; status code 404: Not Found
make[1]: *** [check] Error 1
make: *** [docs-lint] Error 2
```
After this change:
```
$ make docs-lint
Checking documentation
```
@JacobOaks
Copy link
Contributor

#1172 should fix the lint issue in CI.

JacobOaks added a commit that referenced this pull request Mar 8, 2024
The lint CI step for #1171 is failing because it adds a comparison link
in the changelog that does not yet exist (the 1.20.2 tag has not been
created yet).

This PR ignores these types of links when validating links during docs
linting in CI.

Tested this by adding the link from #1171 into the changelog.

Before this change:
```
$ make docs-lint
Checking documentation
...
error:          changelog.md:19: "v1.20.0...v1.20.2" not accessible; status code 404: Not Found
make[1]: *** [check] Error 1
make: *** [docs-lint] Error 2
```
After this change:
```
$ make docs-lint
Checking documentation
```
@garkhipov
Copy link
Contributor Author

@JacobOaks extra lines added 👍

@JacobOaks JacobOaks changed the title Prepare release v1.20.2 Prepare release v1.21.0 Mar 13, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Contributor

@tchung1118 tchung1118 left a comment

Choose a reason for hiding this comment

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

LGTM

@JacobOaks JacobOaks merged commit 7940a27 into uber-go:master Mar 13, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants