Skip to content

Commit

Permalink
Merge branch 'main' into catskan/add-ingress-template-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Catskan authored Dec 6, 2024
2 parents d403d73 + 14b6f0a commit fc47692
Show file tree
Hide file tree
Showing 2,343 changed files with 417,088 additions and 56,138 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
serialize =
{major}.{minor}.{patch}

[bumpversion:file:.env]
[bumpversion:file:.version]
search = VERSION=dev
replace = VERSION={new_version}

Expand Down
138 changes: 0 additions & 138 deletions .env

This file was deleted.

41 changes: 0 additions & 41 deletions .env.dev

This file was deleted.

1 change: 1 addition & 0 deletions .version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VERSION=dev
3 changes: 2 additions & 1 deletion airbyte-analytics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies {
api(project(":oss:airbyte-commons"))
api(project(":oss:airbyte-config:config-models"))
api(project(":oss:airbyte-api:server-api"))
api(project(":oss:airbyte-data"))

testAnnotationProcessor(platform(libs.micronaut.platform))
testAnnotationProcessor(libs.bundles.micronaut.test.annotation.processor)
Expand All @@ -29,4 +30,4 @@ dependencies {
testImplementation(libs.mockk)
testImplementation(libs.kotlin.test.runner.junit5)
testRuntimeOnly(libs.junit.jupiter.engine)
}
}
Loading

0 comments on commit fc47692

Please sign in to comment.