Skip to content
New issue

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

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

Already on GitHub? # to your account

v1.32.0 #595

Merged
merged 11 commits into from
Apr 25, 2024
Merged

v1.32.0 #595

merged 11 commits into from
Apr 25, 2024

Conversation

moisesvega
Copy link
Collaborator

Added

  • Redacted annotation provides a mechanism to redact certain struct fields from
    errors messages and log objects.

r-hang and others added 11 commits June 9, 2023 11:27
The current RELEASE.md relies on the `hub` command. I ran into authorization
issues while trying to use `hub` for the release that were not easy to
resolve. The problems I encountered are captured in a still open `hub`
issue: mislav/hub#2655. Given the extra steps
required to work around and resolve this issue, I think it would be
simpler to frame the release instructions in terms of local `git`
commands and Github UI.

This change updates the RELEASE.md to replace `hub` commands with local
`git` commands and Github UI instructions.
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](golang/net@v0.7.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](golang/crypto@v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

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

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.4.2 to 5.11.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.4.2...v5.11.0)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.3 to 1.3.7.
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](cloudflare/circl@v1.3.3...v1.3.7)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…m/cloudflare/circl-1.3.7

build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7
…592)

feat: Remove PII from Logs and Error Outputs

Implemented privacy measures to strip all PII from zap log entries,
and from the outputs of String() and Error() methods.

This update minimizes privacy risks by sanitizing log entries and error
information.
* feat: Remove PII from Logs and Error Outputs

Implemented privacy measures to strip all PII from zap log entries,
and from the outputs of String() and Error() methods.

This update minimizes privacy risks by sanitizing log entries and error
information.

* Add test for hasPIIAnnotation method

* Add more tests

* Add behavioral tests

* Update and redact values in Stringer method

* Add redacted values in marshalobject

* Rename redact and add test in ZapOut

* Add test case in ZapOut

* Prepare release 1.32.0

* Preparing release v1.32.0

* Update copyright year
@moisesvega moisesvega requested a review from r-hang April 25, 2024 18:48
@moisesvega moisesvega merged commit 72b6d0c into master Apr 25, 2024
7 checks passed
@moisesvega moisesvega deleted the moises/release branch April 25, 2024 21:29
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants