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
theodorsm
Snowflake
Commits
05a95802
Verified
Commit
05a95802
authored
10 months ago
by
Cecylia Bocovich
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to v2.9.2
parent
eef46b95
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
+9
-0
9 additions, 0 deletions
ChangeLog
common/version/version.go
+1
-1
1 addition, 1 deletion
common/version/version.go
with
10 additions
and
1 deletion
ChangeLog
+
9
−
0
View file @
05a95802
Changes in version v2.9.2 - 2024-03-18
- Issue 40288: Add integration testing with Shadow
- Issue 40345: Automatically build and push containers to our registry
- Issue 40339: Fix client ID reuse bug in SQS rendezvous
- Issue 40341: Modify SQS rendezvous arguments to use b64 encoded parameters
- Issue 40330: Add new metrics at the broker for per-country rendezvous stats
- Issue 40345: Update docker container tags
- Bump versions of dependencies
Changes in version v2.9.1 - 2024-02-27
- Issue 40335: Fix release job
- Change deprecated io/ioutil package to io package
...
...
This diff is collapsed.
Click to expand it.
common/version/version.go
+
1
−
1
View file @
05a95802
...
...
@@ -6,7 +6,7 @@ import (
)
var
version
=
func
()
string
{
ver
:=
"2.9.
1
"
ver
:=
"2.9.
2
"
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