UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 40b8c124 authored by Daniel Dides's avatar Daniel Dides
Browse files

Bump version (mostly ot get the runners to repull)

parent dac12432
No related branches found
No related tags found
1 merge request!38many: update golangci-lint and fix lints
Pipeline #4016528 passed
......@@ -3,6 +3,14 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [1.1.1] - 2025-03-13
### Changed
- Updated to Go 1.24
- Fixed a variety of lints
## [1.1.0] - 2025-03-03
### Changed
......
......@@ -23,7 +23,7 @@ func TestAssertConstants(t *testing.T) {
assert.NotNil(t, c)
assert.Equal(t, "bigbang", c.BigBangHelmReleaseName)
assert.Equal(t, "bigbang", c.BigBangNamespace)
assert.Equal(t, "1.1.0", c.BigBangCliVersion)
assert.Equal(t, "1.1.1", c.BigBangCliVersion)
assert.Equal(t, 17359, c.BbctlRepoProjectID)
assert.Equal(t, "https://repo1.dso.mil/api/v4/projects/17359", c.BbctlRepo1APIURL)
}
......
......@@ -3,7 +3,7 @@ BigBangHelmReleaseName: "bigbang"
# BigBangNamespace is the namespace where Big Bang Helm Chart is deployed
BigBangNamespace: "bigbang"
# BigBangCliVersion is the constant for sematic versioning
BigBangCliVersion: "1.1.0"
BigBangCliVersion: "1.1.1"
# BbctlRepoProjectID is the project ID on repo1 that hosts bbctl
BbctlRepoProjectID: 17359
# BbctlRepo1APIURL is the API endpoint for repository on repo1 that hosts bbctl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment