Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Snowflake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anna Vyalkova
Snowflake
Commits
38352b22
Verified
Commit
38352b22
authored
11 months ago
by
Cecylia Bocovich
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to v2.9.0
parent
5f5cbe64
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+12
-0
12 additions, 0 deletions
ChangeLog
common/version/version.go
+5
-3
5 additions, 3 deletions
common/version/version.go
with
17 additions
and
3 deletions
ChangeLog
+
12
−
0
View file @
38352b22
Changes in version v2.9.0 - 2024-02-05
- Issue 40285: Add vcs revision to version string
- Issue 40294: Update recommended torrc options in client README
- Issue 40306: Scrub space-separated IP addresses
- Add proxy commandline option for probe server URL
- Use SetNet setting in probest to ignore net.Interfaces error
- Add probetest commandline option for STUN URL
- Issue 26151: Implement SQS rendezvous in client and broker
- Add broker metrics to track rendezvous method
- Cosmetic code quality fixes
- Bump versions of dependencies
Changes in version v2.8.1 - 2023-12-21
- Issue 40276: Reduce allocations in encapsulation.ReadData
- Issue 40310: Remove excessive logging for closed proxy connections
...
...
This diff is collapsed.
Click to expand it.
common/version/version.go
+
5
−
3
View file @
38352b22
package
version
import
"fmt"
import
"runtime/debug"
import
(
"fmt"
"runtime/debug"
)
var
version
=
func
()
string
{
ver
:=
"2.
8.1
"
ver
:=
"2.
9.0
"
if
info
,
ok
:=
debug
.
ReadBuildInfo
();
ok
{
for
_
,
setting
:=
range
info
.
Settings
{
if
setting
.
Key
==
"vcs.revision"
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment