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

[minor] Release v1.7.0 #1926

Merged
merged 1 commit into from Jan 23, 2023
Merged

[minor] Release v1.7.0 #1926

merged 1 commit into from Jan 23, 2023

Conversation

kpango
Copy link
Collaborator

@kpango kpango commented Jan 19, 2023

✨ New Feature

  • Introduce OTLP for metrics and trace #1824
  • Add manifest to deploy opentelemetry-operator #1819

⬆️ Dependencies update

  • Update go modules and go version #1922
  • Update go modules #1904

🐛 Bug fix

  • Divide agent errors for QBG and Faiss implementation #1924
  • Bugfix status handling for idle connection #1921
  • Fix invalid character error #1914
  • Fixed duplicate counts of working_memory_set_bytes #1911
  • Bug fix using undefined a variable at maxDimensionTest #1856
  • Bug fix prometheus export return value #1817

♻️ Refactor

  • Happy New Year 2023 #1918
  • Add auto-update libs & deps make command #1917
  • Add canceled status for CreateIndex API #1892
  • Update concurrent cancellation group name #1912
  • Remove blank when all parameters are not used and Add ErrJobFuncNotFound #1879
  • Rename doXXX() #1878
  • Remove deprecated functional option (internal/net/grpc) #1877
  • Fix deepsource: RVV-B0001 Confusing naming of struct fields or methods #1875
  • Fix deepsource: VET-V0008 lock erroneously passed by value internal/net test #1874
  • Fix deepsource: RVV-B0001 confusing naming of struct fields or methods #1844
  • Fix deepsource: SCC-U1000 Unused code #1873
  • Fix deepsource: RVV-B0006 Method modifies receiver #1872
  • Fix deepsource: SCC-SA4006 Value assigned to a variable is never read before being overwritten #1871
  • Fix deepsource: VET-V0008 Lock erroneously passed by value (pkg/agent) #1868
  • Fix deepsource: VET-V0008 lock erroneously passed by value internal/info test #1869
  • Fix deepsource: DOK-W1001 found consecutive run command #1870
  • Fix deepsource: VET-V0008 lock erroneously passed by value (internal/net) #1867
  • Fix deepsource: CRT-D0001 append possibly assigns to a wrong variable #1866
  • Fix deepsource: VET-V0008 Lock erroneously passed by value (pkg/manager) #1861
  • Fix deepsource: VET-V0008 lock erroneously passed by value pkg/discoverer #1857
  • Fix deepsource: RVV-B0006 Method modifies receiver #1865
  • Fix deepsource: VET-V0008 Lock erroneously passed by value (internal/test, singleflight, observability) #1863
  • Fix deepsource: VET-V0008 lock erroneously passed by value info #1864
  • Fix deepsource: VET-V0008 Lock erroneously passed by value internal/client #1862
  • Fix deepsource: VET-V0008 lock erroneously passed by value internal/info,iocopy,errgroup #1860
  • Fix deepsource: VET-V0008 Lock erroneously passed by value internal/db, backoff, circuitbreaker #1859
  • Fix deepsource: RVV-B0009 Redefinition of builtin #1858
  • Fix deepsource: CRT-A0014 switch single case can be rewritten as if or if-else #1855
  • Fix deepsource: RVV-A0003 Exit inside non-main function ./hack #1854
  • Fix deepsource: SCC-S1003 replace call to strings.Index with strings.Contains #1853
  • Fix deepsource: RVV-B0013 Unused method receiver #1852
  • Fix deepsource: CRT-D0007 Duplicate cases found in switch statement #1851
  • Fix deepsource: GO-W1009 using a deprecated function, variable, constant or field #1846
  • Fix deepsource: RVV-B0011 exported function returning value of unexported type #1848
  • Fix deepsource: GSC-G103 Function call made to an unsafe package #1850
  • Fix deepsource: RVV-B0012 Unused parameter in the function
  • Fix deepsource: DOK-SC2002, DOK-W1001 Useless cat and Multiple consecutive RUN #1847
  • Fix deepsource: dockerfile warning #1835
  • Fix deepsource RVV-B0013 #1832
  • Fix deepsource VET-V0007 unkeyed composite literals #1837
  • Fix deepsource: Audit required: Insecure gRPC server #1833
  • Fix deepsource: Potential slowloris attack #1834
  • Fix deepsource: Unsafe defer of os.Close #1836
  • Fix deepsource: RVV-A0003 exit inside non-main function #1838
  • Fix deepsource: GSC-G404 Audit the random number generation source (rand) #1839
  • Fix makefile #1828
  • Refactor circuitbreaker #1816

✅ Test

  • Refactor Insert Upsert Testing #1919

💚 CI

  • Ci/GitHub action docker/update docker login action #1903
  • Add actions workflow validation #1902
  • Change docker build permission #1901
  • Update docker login action #1900
  • Format code with prettier and gofumpt #1886
  • Update deepsource configuration #1881
  • Update gotestfmt org #1880
  • Add escape for e2e workflow #1845
  • Resolve GitHub Actions warning #1818

📝 Document

  • Create observability configuration document #1882
  • Add takuyaymd as a contributor for bug, and code #1913
  • Update PULL_REQUEST_TEMPLATE and ISSUE_TEMPLATE #1885
  • Fix typo comment #1831
  • Add filter gateway api doc #1821
  • Fix dead link #1823
  • Update pull request template #1820

@vdaas-ci
Copy link
Collaborator

[CHATOPS:HELP] ChatOps commands.

  • 🙆‍♀️ /approve - approve
  • 💌 /changelog - replace the PR body by changelog details
  • 🍱 /format - format codes and add licenses
  • /gen-test - generate test codes
  • 🏷️ /label - add labels
  • /rebase - rebase main
  • 🔚 2️⃣ 🔚 /label actions/e2e-deploy - run E2E deploy & integration test

@vdaas-ci
Copy link
Collaborator

Profile Report

typevald-agent-ngtvald-lb-gatewayvald-discoverervald-manager-index
cpu
heap
other images

Copy link
Contributor

@vankichi vankichi left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

Copy link
Contributor

@hlts2 hlts2 left a comment

Choose a reason for hiding this comment

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

LGTM

@kpango kpango merged commit 21e0a10 into main Jan 23, 2023
@kpango kpango deleted the release/v1.7.0 branch January 23, 2023 04:16
kpango added a commit that referenced this pull request Jan 24, 2023
Signed-off-by: kpango <kpango@vdaas.org>
kpango added a commit that referenced this pull request Jan 24, 2023
🔖 🤖 Release v1.7.0
Format code with prettier and gofumpt (#1927)
:robot: Automatically update k8s manifests (#1928)
add vald agent qbg impl
fix

Signed-off-by: kpango <kpango@vdaas.org>
kpango added a commit that referenced this pull request Jan 24, 2023
🔖 🤖 Release v1.7.0
Format code with prettier and gofumpt (#1927)
:robot: Automatically update k8s manifests (#1928)
add vald agent qbg impl
fix

Signed-off-by: kpango <kpango@vdaas.org>
kevindiu pushed a commit that referenced this pull request Apr 4, 2023
kevindiu pushed a commit that referenced this pull request Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants